Previous Topic

Next Topic

Book Contents

What is the syntax of the _SavetoDB function?

The _SavetoDB function is called in rules that determine whether to send data to the InForm Publisher queue.

Syntax: _SaveToDB(<Message>,<Trialname>);

Where:

Sample call to _SaveToDB:

_SaveToDB('SafetyConstants.IsReportableOrSerious',GetTrialName());

Send Feedback