Last Name + Category (Picklist) + Subcategory (Picklist)
Also, I've read a couple of posts to accomplish this with workflow, but couldn't I also use Process Builder?
All help is appreciated.
1 answer
Hi Jacki,
You could use workflow and process builder as well, only thing to note is Name is always a required field when users create the record they need to input something into the field and then once the record is saved workflow or process builder will update the name field.The formula will be as below
Last Name + TEXT(Category__c)+ TEXT(Subcategory__c)
Please use the insert field button to select the field API Names