function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Chad CoffeyChad Coffey 

Creating 4-5 Basic Note Templates (Lighting) on every Contact in our Database

So our Compnay uses the "New Notes" feature quite a bit in Lighting for tracking purposes with their Contacts.  What we would really like to do is have 4-5 basic Note Templates on each Contact.  This way evey Contact in our system will have similar Note and we can make eveything a bit more Uniform.  Does anyone know if this is possible? 
samrsamr
Chad,
 
We have received a similar request from our customer, working on the feasibility & best fit solution. If you would like to learn more , please drop an email to samr@expsoltech.com
 
NagendraNagendra (Salesforce Developers) 
Hi Chad,

I don't know of a way to define (or even select) a Notes template in the UI.  It might be possible with some custom Visual Force and Apex where the template is selected, a Note is added to the current record, and then the user just has to Edit that Note.

Mark this as solved if the information helps.

Best Regards,
Nagendra.P
Chad CoffeyChad Coffey
Nagendra, yes I understand this is more than likely something we will look into a VF page and Apex.  Do you have any examples on how one might go about setting this up?