Nirmay
Nirmay
TFDThoughtSpot For Developers
Created by Swati on 5/14/2024 in #dev-help
Hi Team, I want to remove/rename AI-
Something like this:- customizations:{ content:{ strings:{ "AI Answer":"Your answer" } } },
4 replies
TFDThoughtSpot For Developers
Created by Swati on 5/14/2024 in #dev-help
Hi Team, I want to remove/rename AI-
Hi swati, you can hide it using CSS rules as aditya mentioned, or you can rename AI-Answer string using string customization.
4 replies
TFDThoughtSpot For Developers
Created by Michael on 3/5/2024 in #dev-help
When I use a URL action, the payload I
@Michael what TS version are you on ? Data should be part of custom action payload along with the metadata, at least for callback custom actions it is in embedAnswerData.data, for URL action in payload it should be in embedAnswerData.
8 replies
TFDThoughtSpot For Developers
Created by Shradheya on 9/16/2023 in #dev-help
Thoughtspot Filters Embed on Liveboard
can you confirm if you are using cookieless auth?
6 replies
TFDThoughtSpot For Developers
Created by Shradheya on 9/16/2023 in #dev-help
Thoughtspot Filters Embed on Liveboard
@Shradheya it is fixed in latest SDK version, please use 1.24.0 SDK version
6 replies
TFDThoughtSpot For Developers
Created by Duessa H on 9/5/2023 in #dev-help
Hi I wanted to move this thread from
@billsaysthis what aditya is trying to say is please use , 'onContainerMove' string in visibleActions array, we have added this to our Action enum you will be able to use it when next SDK version is published till then please add 'onContainerMove' to your visibleActions array, also can you try Action.AnswerDelete for viz level Delete? Like visibleActions: [Action.AnswerDelete,'onContainerMove', ...More_Actions_You_Want]
24 replies
TFDThoughtSpot For Developers
Created by Duessa H on 9/7/2023 in #dev-help
Also is there a way to avoid new users
Like this additionalFlags:{ showOnboarding:false },
2 replies
TFDThoughtSpot For Developers
Created by Duessa H on 9/7/2023 in #dev-help
Also is there a way to avoid new users
In embed object you can set showOnboarding flag as false, this can be done using additionalFlags param
2 replies