Hey hey,
Hey hey,
About embedded pinboard. Is there a way to get event when a new liveboard is created. I couldn't find it in the docs. There is one for deleting, but not for creating.
8 Replies
I think we already have this feature request in our backlog. Currently there is no event when a new liveboard is created. cc @utsav.kapoor
Oh, I see.
In that case, is this idea possible?
I am embedding full app as Page.LIveboards, is there a way that I can filter our all the liveboards that are created by the admin(us) and show only reports that are created by our customer?
Maybe give them access to only those liveboards created bu them and remove access from liveboards created by admin..
they will have access to it through another UI, that's why I needed this event, because we also need them to make their own reports and save as liveboards. So only custom reports by users and only admin reports by us
Maybe use hide objects as given here : https://developers.thoughtspot.com/docs/Interface_AppViewConfig#_hideobjects. You can get the list by making a rest api call
AppViewConfig
The view configuration for full app embedding.
Also how will an embed event help you here?
Or you can use tags to filter out objects : https://developers.thoughtspot.com/docs/Interface_AppViewConfig#_tag
AppViewConfig
The view configuration for full app embedding.
yes, thanks for the hint, the second option can work out actually, will try