Andy - is it possible to replace ThoughtSpot's ...
is it possible to replace ThoughtSpot's sharing modal with a custom built one using the RestAPI and SDK? (i effectively just want to restrict it such that some users are never allowed to have
edit
access to any content) @Suvash @rumana-hf4 Replies
You can use Actions to Hide/Show Share button based on user privileges. https://developers.thoughtspot.com/docs/Enumeration_Action#_share
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.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.yes but i still want to be able allow users to share the content (liveboard/viz) but with some restrictions. namely that when trying to share to a particular user that that the
edit
option is never available to some users (but available to others)You can use host event share to trigger the share event whenever and however you want to https://developers.thoughtspot.com/docs/Enumeration_HostEvent#_share
HostEvent
Event types that can be triggered by the host application to the embedded ThoughtSpot app.