SaveReportOption

Description

Creates a new row ReportOption in the MetaDataFieldValue table (metadata) with the passed parameters.


Syntax

AL
SaveReportOption(ECMQueueTransNo: BigInteger; OptionName: Code[50]; 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: