Skip to content

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 action
  • actionCaption: The display text/caption for the action
  • actionIcon: The icon identifier for the action

Returns: A JsonObject containing the action data with key, value, and icon properties