Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Quik!

...

Quik! Field Naming Convention

The field naming convention is as follows:
Quik! Field Name (form) = ##<PARENT FIELD NAME>.<BASE FIELD NAME>
System Field Name = <PARENT SYSTEM NAME>##.<BASE SYSTEM NAME>

  • "##" - The ## represents a counter that indicates the instance of the parent name – a counter is not used with certain names.
  • "<PARENT NAME>" – The Parent Name is a top-level field name that describes the entity that the base field applies to (e.g. Owner, Annuitant, Rep, etc).
  • "<BASE NAME>" – The Base Name is the actual field name that describes the purpose of the data that appears on the form.
  • "." – A period or "." separates field names in order to distinguish a hierarchy amongst fields (note: Base Names can be formed from multiple fields separated by periods ".").

...