|
|
|
|
|
|
|
Pauses the current service during the specified duration. |
|
|
|
|
|
|
Requests the execution of a specific process. |
|
|
|
|
|
|
Retrieves the Salesforce records from their identifiers. |
|
|
|
|
|
|
Restores previously deleted Salesforce records. |
|
|
|
|
|
|
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL. |
|
|
|
|
|
|
Seeks and retrieves the records (Salesforce objects) modified during the specified period. |
|
|
|
|
|
|
Performs a search among the records found in a Salesforce database. |
|
|
|
|
|
|
Compares two buffers and creates a buffer containing the differences between these two buffers. |
|
|
|
|
|
|
Applies a difference buffer to a specific buffer. |
|
|
|
|
|
|
Starts running a remote program from the current application. |
|
|
|
|
|
|
Indicates whether the code is run in a service. |
|
|
|
|
|
|
Ends the execution of the current service. |
|
|
|
|
|
|
Adds a file to the HTTP form. |
|
|
|
|
|
|
Retrieves all the emails found on a server. |
|
|
|
|
|
|
Returns the index of the break header and footer for a given break in a Table control. |
|
|
|
|
|
|
Retrieves the list of contacts associated with the specified Google account. |
|
|
|
|
|
|
Sends a communication request (HTTP request) to a Google service. |
|
|
|
|
|
|
Retrieves a list of contacts from custom parameters. |
|
|
|
|
|
|
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved from a custom request. |
|
|
|
|
|
|
Adds an element in last position:
of a one-dimensional WLanguage array.
of an advanced array property (array of events of gglCalendar, etc.).
from a WLanguage list.... |
|
|
|
|
|
|
Adds a row at the end:
of a one- or two-dimensional WLanguage array.
of a two-dimensional array property of a variable type (xlsDocument variable for example).... |
|
|
|
|
|
|
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]). |
|
|
|
|
|
|
Inserts an element at a given position:
into a one-dimensional WLanguage array.
into an associative array.
into an advanced array property (array of gglCalendar events, etc.).
into a WLanguage list.... |
|
|
|
|
|
|
Inserts a row at a given position:
into a two-dimensional WLanguage array.
into an advanced two-dimensional array property (xlsDocument, etc.).... |
|
|
|
|
|
|
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|