AddDataAsync(Data) |
Adds information to the database asynchronously, if the record has key fields marked and exists then it is not recorded.
|
AddDataAsync(ListData) |
Adds information to the database asynchronously, if the record has key fields marked and exists then it is not recorded.
|
AddHistoricalCommunicationAsync |
Records information in the communication history asynchronously.
|
AddHistoricalDataAsync |
Record event in the information history asynchronously.
|
AddNotificationAsync(Notification) |
Adds the indicated notification to the current user notifications asynchronously.
|
AddNotificationAsync(Int16, Notification) |
Adds the indicated notification to the user's notifications asynchronously.
|
CreatePdfDocumentAsync(Int32, ListInt64, ParametersDictionary, String) |
Create a PDF of a form asynchronously.
|
CreatePdfDocumentAsync(String, DataSet, ParametersDictionary, String) |
Create a PDF of a document or form asynchronously.
|
CreatePdfListingAsync(ListingSettings, String) |
Create a PDF of a listing using the indicated settings.
|
CreatePdfListingAsync(Int32, String, String) |
Create a PDF of a listing asynchronously.
|
CreatePdfReportAsync |
Create a PDF of a report asynchronously.
|
DeleteDataAsync(Data) |
Delete the information according to the indicated key data asynchronously.
|
DeleteDataAsync(ListData) |
Delete the information according to the indicated key data asynchronously.
|
DeleteDataAsync(String, Int64) |
Delete the information according to the table and id of the indicated record asynchronously.
|
DeleteFileAsync |
Delete the file from the folder asynchronously.
|
DeleteTableFileAsync |
Delete the table file asynchronously.
|
ExecuteAsync |
Execute extensibility methods asynchronously.
|
ExecuteUri |
Execute a content link (uri).
|
ExportDataExcelAsync |
Exports a table according to the indicated parameters to an excel file asynchronously.
|
FilesStorage |
Get a task for storing files.
|
GetCalendarDaysAsync |
Gets a list of calendar days between 2 dates asynchronously.
|
GetCounterNextValueAsync |
Get the next counter value except for the application's predefined counters asynchronously.
|
GetDataAsync |
Get the information of the requested table or tables asynchronously.
|
GetDataTableAsync |
Get the information of the requested table or tables asynchronously.
|
GetDataValueAsync |
Get the value of a field of the requested table or tables asynchronously.
|
GetDataValuesAsync |
Get the values of several fields of the requested table or tables asynchronously.
|
GetFileInfoAsync |
Get file information from a folder asynchronously.
|
GetListFilesAsync |
Gets a list of files in a folder asynchronously.
|
GetNotificationTemplateAsync(Int64, Object) |
Gets the template of an email notification, by code asynchronously.
|
GetNotificationTemplateAsync(String, Object) |
Gets the template of an email notification, by code asynchronously.
|
GetQueryAsync |
Get the information of an SQL query asynchronously, if the statement begins with the % symbol then the conditions per user are applied.
|
GetQueryTableAsync |
Get the information of an SQL query asynchronously, if the statement begins with the % symbol then the conditions per user are applied.
|
GetTableFileInfoAsync |
Get file information from a table asynchronously.
|
GetTableFilePropertiesAsync |
Get the table file properties asynchronously.
|
LockRowAsync |
Allows blocking a process or table record asynchronously.
|
PrintDocument(Int32, ListInt64, String, Int32) |
Direct printing process of a document or form.
|
PrintDocument(String, DataSet, String, Int32) |
Direct printing process of a document or form.
|
RecodeLogisticAsync |
Recodes the logistics of an item asynchronously.
|
RecodeTableAsync |
Recode or reassign the allowed table codes asynchronously.
|
RegisterExceptionAsync |
Register exception on the server asynchronously.
|
SendEmail |
Send an email.
|
StandardRegenerationAsync |
Regenerates the information of the Items (Stock, On the way, Reservations, On the way to Manufacture, Manufactured Reserves, etc.) asynchronously.
|
StateRowLockAsync |
Get the lock status of a process or table record asynchronously.
|
StoreProductRegenerationAsync |
Regenerates the information of the items/warehouse asynchronously.
|
SuggestCodeAsync |
Gets a code hint asynchronously.
|
UnlockRowAsync |
Allows you to unlock a process or table record asynchronously.
|
UpdateDataAsync(Data, Boolean) |
Update the table information asynchronously, if no key fields are defined, the record is created.
|
UpdateDataAsync(ListData, Boolean) |
Update the table information asynchronously, if no key fields are defined, the record is created.
|
UpdateDataConditionedAsync |
Updates the information in the fields of a table based on a condition asynchronously.
|