ReleaseECMRepositoryRequest
Description
Sets the status to in the ECM queue from started to pending.
Syntax
AL
[ErrorCode:= ] ReleaseECMRepositoryRequest(TransactionNo: BigInteger[; ShowMessage: Boolean] [; CommitChanges: Boolean]): Integer
Parameters
TransactionNo
Type: BigInteger
The ECM queue entry with this transaction no. is released
[Optional] ShowMessage
Type: Boolean
Set this parameter to true if you want to display a message.
[Optional] CommitChanges
Type: Boolean
Set this parameter to true if you want to set a commit after the release.
Return Value:
ErrorCode
Type: Integer
ErrorCode = 0, if the operation was successful.
Remarks:
In the C/Side solution the function is called ECMReleaseStorageRequest.