KVSDMSDocumentTreeGridMgt#
Procedures#
AddActionJsonObject(Text, Text, Text) : JsonObject#
Summary: This procedure is used to add an action to the JSON object
procedure AddActionJsonObject(actionKey: Text; actionCaption: Text; actionIcon: Text): JsonObject
Parameters:
actionKey: The unique key identifier for the actionactionCaption: The display text/caption for the actionactionIcon: The icon identifier for the action
Returns: A JsonObject containing the action data with key, value, and icon properties