General User

 

Field Syntax

Field Syntax can be defined as a “code” within the Ivinex system that is used to get field data from a specific field in a data module by it’s unique name or unique ID.

Default Record Fields:  There are a few fields that are automatically generated for every record. As long as there is at least one record in a module, these fields are always available when using field syntax.

Warning: When referencing the Record ID using field syntax, you must call it "collection_id" [Field: collection_id]. This is especially useful when attempting to set linked fields using a workflow.

The other fields we can access using Field Syntax depend on the data fields that were built into the module we are attempting to pull data from.

Note: When a field is created for a module, the "Display Text" will be used to name the field in the Ivinex system. However, the Ivinex system will modify the field names that are stored in the database in the following ways:

Field Name Modifications:  Automatic modifications to field names within the Ivinex system.

Fig. 1 - Display Name, Field Name, and ID.

Now that we know how Ivinex modifies field names, we can use the field names or the field ID’s to get data using field syntax.

 

Advanced Field Syntax

When using Field Syntax to get data from the “Linked Record” field type, it’s important to note that the field itself is referencing another field in a different module.

Fig. 2 - Linked Record Module Relationship