- 19 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
reportformatExecute (Command)
- Mis à jour le 19 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
The reportformatExecute command executes the report format–related administrative operations.
Command | Description |
---|---|
REPORTFORMATCMD_CREATE | Creates a new report format definition (see REPORTFORMATCMD_CREATE). |
REPORTFORMATCMD_VIEW | Retrieves the settings of the specified report format (see REPORTFORMATCMD_VIEW). |
REPORTFORMATCMD_UPDATE | Modifies an existing report format definition (see REPORTFORMATCMD_UPDATE). |
REPORTFORMATCMD_DELETE | Deletes a report format definition (see REPORTFORMATCMD_DELETE). |
Parameters
Parameter name | Data type | Description |
---|---|---|
sessionID | String | Required. The session identifier of the current administrative session. The logon command returns this identifier after a successful logon (see logon (Command)). |
cmd | ReportFormatCmdIDEnum | Required. The operation to be executed. See Table: reportformatExecute commands. |
attributeSet | ReportFormatAttributeSet | Required. A set containing zero or more attribute fields. |
The following field attributes are available for the operations of this command:
REPORTFORMATCMD_CREATE
Creates a new report format definition.
The following attributes can be specified in the attributeSet input parameter of this command:
The following attributes will be specified in the results output parameter of this command:
REPORTFORMATCMD_VIEW
Retrieves the settings of the specified report format definition.
The following attributes can be specified in the attributeSet input parameter of this command:
Attribute name | Optionality |
---|---|
REPORTFORMATFLD_DOMAIN_NAME | Mandatory |
REPORTFORMATFLD_FORMAT_NAME | Mandatory |
REPORTFORMATFLD_REPORT_ID | Mandatory |
The following attributes will be specified in the results output parameter of this command:
REPORTFORMATCMD_UPDATE
Modifies an existing report format definition.
The following attributes can be specified in the attributeSet input parameter of this command:
The following attributes will be specified in the results output parameter of this command:
REPORTFORMATCMD_DELETE
Deletes a report format definition.
The following attributes can be specified in the attributeSet input parameter of this command:
This command returns no result attributes.