locutus_dev - We are embedding the full app, sp...
We are embedding the full app, specifically, the Liveboards page. However, we don't want all of our users to be able to create new liveboards (limiting them only to the existing liveboards). We are in the progress of upgrading from 9.5 to 10.1. It would be ideal if we could solve this for both versions.
Is there a way to remove the "+ Liveboard" button?

1 Reply
You can use this action to hide/disable this action
https://developers.thoughtspot.com/docs/Enumeration_Action#_createliveboard
But this is available from 10.1 onwards. For 9.5 you will need to use unstable rules to achieve this..
Action
ThoughtSpot application pages include actions and menu commands for various user-initiated operations. These actions are represented as enumeration members in the SDK. To show, hide, or disable specific actions in the embedded view, define the Action enumeration members in the
disabledActions
, visibleActions
, or hiddenActions
array.