Naming Convention

Flow Elements

Use descriptive naming. Name will show to the user when an error occurs, and helps to faster troubleshoot any issues.

Variables

It is very important that all flow developers adhere to naming convention explained below. This standardization helps to easily identify what type of a variable you are using.

Variable Type

Example

Tables

CustomerOrderTbl, WorkOrderTbl

Records

CustomerOrderRec, WorkOrderRec

Table Columns

Table(PartNo, Description, UoM)

Fragment Output Target Variables

OutCreatePoLineRec, OutDeleteLineRec

Always align menu names with the menu Title. Keep all menus under one folder in the Flow Studio folder structure. Think through the content in each menu together with the role setup.

Last updated

Was this helpful?