How to avoid 15-Digit ID woes in Salesforce Reporting
15-Digit ID, 18-Digit ID, Data Loader, Data Upload, Formula Field, Reporting
Have you ever received a report from a user that required a data load, yet the report had the 15-digit ID and not the 18?
A great way to empower the user to continue to pull the report and get you the 18-digit ID is to create a formula field and add it to the user’s report.
Here’s how to do it.
- Go to Setup | Object Manager | Object name | Fields & Relationships
- Click New.
- Click the Formula radio button and click Next.
- Click the Text radio button for ‘Formula Return Type.’
- Input the following formula into the Formula Editor:
CASESAFEID(Id) - Set Field Visibility, add, or remove from the page layout.
- Click Save.
- Enjoy!
Have any questions?
Schedule an appointment: https://calendly.com/crm_infusion
Source: https://help.salesforce.com/s/articleView?id=000324394&type=1