SaveStorageFieldMetadata

Description

Saves the specified FieldValue (repository) to the specified ECM queue operation.


Syntax

AL
SaveRepositoryFieldMetadata(ECMQueueTransNo: BigInteger; LineNo: Integer; ECMLibraryRepositoryFieldID: Text; FieldValue: Text): Boolean


Parameters

ECMQueueTransNo

Type: BigInteger

For this ECM queue entry, the field values for the repository are stored.


LineNo

Type: Integer

Key for the metadata field entry.

Only if multiple identical SourceField entries are created, a unique LineNo must be provided.


ECMLibraryRepositoryFieldID

Type Text

Contains the metadata field name of the repository field where this value will be stored.


FieldValue

Type: Text

Contains the value of the field.



Return Value:

Type: Boolean

TRUE if processing was successful, otherwise FALSE



Remarks:



Example: