addToASITable

Adds one row of values (tableValues) to the application specific info (ASI) table called tableName.

Version

1.4

Parameters

Parameter Type Description
tableName string The application specific information table name.
tableValues array of strings Values for a single table row, as an associative array of strings.
capID (optional) CapIDModel Record ID object for record.

Notes

The tableValues parameter must be an associative array of string values, where each element name is a column name in the ASI table tableName, and the element stores the column value. If you use the capID parameter, the function adds tableValues to tableName in the record whose record ID object is capID.

The parameter tableValues does not have to contain all the columns in the ASI table tableName. The ASI table tableName must already exist on the record.