Websydian v6.1 online documentationOnline documentation - Websydian v6.1

LogFieldValues Function

The LogFieldValues function is a meta-function used for loading the field values of a specified variable to the FieldValue table.  The function should always be called as a continuation of creating a Audit Log record.

Before calling the LogFieldValues meta-function, the values of the AuditLog<SessionID> and the AuditLog<SequenceNo> fields must have been set to identify the Log record.

The function must always be called from within a meta-loop identifying an action diagram variable (see the example below).

Example:

LoadFieldValuesAD.gif (9562 bytes)

Portion of code in the Audit module logging the contents of the Webinput variable.