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
Ramk123Ramk123 

Community Self-Registration Contact record to assign Unique number than other Contact records

We have a requirement to generate different numbering formats for Community Self-Registration Contact Records than other person accounts in the system.

I created a Process builder with the following conditions but it is not providing a new numbering format.

1. Account only when a record is created
2. IsPersonAccount = True and IsCustomerPortal = True
3. Immediate Action to update [Account].Textfield__C = "Self" & "-" &  [Account].Autonumber_field__c 

Please suggest the approach to make the unique numbering format for self-registered contacts.

Thank you very much!
PriyaPriya (Salesforce Developers) 

The developer community recommends providing any attempts/code you've started, any errors you're getting, or where exactly you're struggling in achieving this while posting a question.