Naming Conventions
Learn how Field Label and Field Variable are different in nature and their usage within inLOGIC.
Field Label
Field Label is distinguished from Field Variable by the look. The easiest way of understanding the difference between the two is that Field Label is for you to see on your computer screen, whereas Field Variable is for the system to communicate according to its logic.
Field Variable
As a way of communicating with the system, users are required to use camel case when defining a Field Variable. In inLOGIC, camel case always begins with a lower case letter and continue the compounding word with an upper case letter without any spacing.
Example
If you define a Field Label called First Name, then the Field Variable should read firstName. (Notice the capital N and removal of space)
More Examples: 