Variable names in flows
People have various opinions about naming conventions for Salesforce variables in flows. Some draw their opinions from old VB code, others from C or Java.
As a previous C developer, below is my approach, which follow specific design patterns.
1. Keep it simple and concise
If a variable name can be written shorter, then shorten it
E.g.:… Read the rest