Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{

"msgId": "",
"msgName": "kyvos.viewer.db.onCardUpdate", "integrationId": "",
"payload": {
"info": {
"status": "success",
"desc": ""
},
"data": { "wbId": "",
"wbName": "",
"dbId": "",
"dbName": "",
"cardId": "",
"cardTitle": "",
"cardType": "",
"actionPerformed": "",
}
}}

Points to consider

  • This event will be triggered for all types of cards in Kyvos, such as data card, HTML card, or Filter card.

  • This event is triggered when a user completes any of the following actions:

    • Renaming the card title.

    • Updating properties via the Edit dialog box.

    • Modifying the Link Card property for the Data or Filter card.

    • Renaming semantic model fields in the filter card.

  • To identify the exact action that triggered this event, the actionPerformed attribute has been added. This contains any one of the following values:

    • CARD_TITLE_RENAMED: This value is sent when a card title is renamed.

    • CARD_PROPERTY_UPDATED_FROM_EDIT_DIALOG: This value is sent when the property updated from the edit dialog box.

    • LINK_CARD_PROPERTY_UPDATED: This value is sent when the ‘Link Card’ property is updated for data card or filter card.

    • CUBE_FIELDS_RENAMED: This value is sent when the user renames the semantic model fields in the Filter card dialog box.