GetReportOption
Description
Reads a row ReportOption in the MetaDataFieldValue table (metadata) with the passed parameters.
Syntax
AL
GetReportOption(ECMQueueTransNo: BigInteger; OptionName: Text; var OptionValue: Text): Boolean
Parameters
ECMQueueTransNo
Type: BigInteger
The report options are saved for this ECM queue entry.
OptionName
Type: Code
Contains the name of the respective report option
OptionValue
Type: Text
Contains the value of the report option
Return Value:
Type: Boolean
TRUE if processing was successful, otherwise FALSE
Remarks:
Example: