RMS.Approval.Worklist.serializeVersionableEntities()

Signature

String serializeVersionableEntities(Concept entity, String serialized)

Domain

action

Description

Serializes the VersionableEntity concept which were created by the username, during the checkin process and appends it to the already serialized VersionableEntity when called in array

Use this function while fetching list of checkin requests made by a user

Parameters

NameTypeDescription
veStringThe concept to serialize
serializedIfcalled in a loop: Pass the previous serialized string else null

Returns

None.

Cautions

none