sagilaufer - Hello, GM.We use search embed, an...
Hello, GM.
We use search embed, and wish to have a delete option for our users, as they don't have access to the Thoughtspot platform. the action we saw, according to the docs, is supported only in full embed. is there another option to enable deletion of answers and liveboards?
5 Replies
What is the use case here? In search embed there is nothing persisted in the system hence no deletion option is there. What do you want to delete?
there are options for embedding specific answers and liveboards, we wish to be able to delete them, like with
LiveboardEmbed
Ohh I see. You can use the delete host event for that, https://developers.thoughtspot.com/docs/Enumeration_HostEvent#_delete. You can create a button and use this host event to delete the answer from search embed
HostEvent
Event types that can be triggered by the host application to the embedded ThoughtSpot app.
isn't there like a built in option? I don't wish to create my own button, like I didn't need one for "pin" or "share"
Hey - particularly not buttons - It just needs to be triggered based on some event.
You can trigger it depending upon your workflow integration.
Whatever is the flow for pin - same thing you can try - anyways there you must be triggering the HostEvent.Pin at some point. Similar to that.
Thanks.