loadGuideSheetItems
Version
1.6
Parameters
Parameter | Type | Description |
---|---|---|
inspId | long | Inspection sequence number to load. |
capId (optional) | CapIDModel | Record to search. |
Returns
Returns an associative array of guidesheet items from the indicated inspection.
Example
gsArray = loadGuideSheetItems(234323);
comment(gsArray[“Privacy Violation”])
Displays the value of the Privacy Violation guidesheet item.