- Layouts: are prefixed according to their use within the solution. Prefixes, of which there can be multiple levels, are delimited by a single colon. Suggested approach is to use the "base table" name as the initial prefix.
People: Customer List
good
People: Customer Search
good
People: Customer Detail
good
Events: Utility: Copy All Records
good
Layout objects
- Layout objects: are prefixed by their corresponding reserved name and use a dot separator. The dot identifies them as layout objects within calculation code. The number of levels used is currently arbitrary based on the solution.
- Reserved object prefixes are the following
- field
- label
- tab
- button
- portal
- webview
- chart
field.customerName
good
portal.sideBar
good
webview.help
good
- Reserved object prefixes are the following