Copyright © 2016 Mobilengine Corp. All rights reserved. version: 7.0.4.19927
A reftable object allows access to reference data.
Remarks
Since reftable objects always represent database tables, there is no literal syntax
available in the workflow script language to create a new reftable object. To create a reference
to a database reference table, include the using reftab
directive in the list of your script's directives. Use the
db
variable to access a reftable instance referenced in a directive.
Figure 409. The db
variable is used in the sample to call a method on the reftable
referenced in the using reftab
directive
Members
Returns a list of rows in a reference table that have all the specified fields.
Updates a specific row in the reference table to specific field values.
Updates a specific row or inserts a new row in the reference table with specific field values.
Inserts a new row with specific field values in a reference table.