Download PDF version of this Help File - Z

Transcript
Developer's Guide
wsEmail
: Job email address. Required for email jobs.
wsJobRef
: The reference line of a job that would be scheduled using a
contact manager associated with OmniRush. It may contain a short description of
the job, certain behaviour override codes etc
wsJobNotes
: Message text for voice job or just user notes. The notes may
appear on a Fax cover-page or in the history record created for in the host
contact manager after the job is completed.
wsDocuments
: One or more documents to be scheduled with the job. Multiple
documents must be separated by semi-colons (;). Documents can be specified by
their external file name, or by their record ID in the OmniRush repository which
may be obtained by browsing with a frTreeViewEdit to a given document and reading
the Value property.
wsOnDate
: Date and time on which the job should be executed by the OmniRush
server. The format of the string depends on Date/Time short format settings on
the local machine.
wsJobID
successful.
: Job ID of the newly inserted job if the operation was
procedure Login;
Description
: Connects to OmniRush server. Servername/Username/etc properties
from Properties common to all 3 ActiveX controls section of this doc must be set
properly before function call.
procedure Logout;
Description
: Disconnects from OmniRush server.
procedure RefreshTracks;
Description
: Rereads all tracks from OmniRush database. You can access track
properties later by using GetTrackXXX functions.
See also
: GetTrackXXX
procedure SetContactFieldByName(iContact: SYSINT; const wsFieldName: WideString;
const wsValue: WideString);
Description
: Sets the value of the contact field specified by FieldName.
iContact
: Index of contact in the internal contact list.
wsFilename
: Name of the field to write.
wsValue
: New value of the field.
procedure SetContactFieldName(iContact: SYSINT; iIndex: SYSINT;
const wsValue: WideString);
Description
: Sets the value of the contact field specified by field index.
iContact
: Index of contact in the internal contact list.
iIndex
: Index of the field to write.
311