SaveJnlEntryFieldMetadata
Description
Saves the specified FieldValue (Journal line - Entry Field No.) to the specified ECM queue operation.
Syntax
AL
SaveJnlEntryFieldMetadata(ECMQueueTransNo: BigInteger; LineNo: Integer; JnlEntryFieldNo: Integer; FieldValue: Text): Boolean
Parameters
ECMQueueTransNo
Type: BigInteger
A Metadata entry is generated for this ECM queue entry. (mandatory field)
[Optional] LineNo
Type: Integer
Key for the metadata field entry.
Only if multiple identical SourceField entries are created, a unique LineNo must be provided.
JnlEntryFieldNo
Type: Integer
Contains the field number of the ECM wait book. sheet / ECM document item in which this value is stored.
FieldValue
Type: Text
Contains the value of the field
Return Value:
Type: Boolean
TRUE bei erfolgreicher Verarbeitung, sonst FALSE
Remarks:
Example: