Data Field Name

The data field name is used to access the associated data within templates.

The name must be in the following format:

Examples

Correct

Incorrect

_CONTACT_NAME

2_CONTACT_NAME

_CONTACT_NUMBER1

_CONTACT_(NUMBER1)

_CONTACT_NUMBER2

_CONTACT NUMBER2

_ID

_ID;

Note: A good convention to use is to precede the data field name with an underscore ( _ ). This will make the names more distinguishable for the template programmer.