loadAppSpecific[4ACA]

Retrieves all application specific info fields and adds them to the associative array thisArr.

Version

1.4

Parameters

Parameter Type Description
thisArr array Associative array.
capId (optional) CapIDModel ID for record from where to copy all app spec info fields.

Notes

The element name is the application specific info field name and the element value is the field value. If the user configurable variable useAppSpecificGroupName on the master script equals true, the function appends group name to the beginning of the field name with a period, that is CONSTRUCTION_INFO.Construction Type. The function does not retrieve application specific information table data.

If the function uses the capId parameter, the function retrieves application info fields from the record whose record ID object is capId.

The loadAppSepecific4ACA performs the same function as loadAppSpecific but it specially works with Citizen Access pageflow scripts.