Hi team, I have questions regarding
Hi team, I have questions regarding exporting liveboards.
Is there a way to decode and encode transient content, or even generate a transient content string, without utilizing the Visual Embed SDK? Our team is implementing a weekly liveboard delivery service, and since the liveboards will be filtered based on rolling dates, we need to modify the transient content for each exported liveboard to accurately reflect these dates. As this process is handled by our backend service (Spring boot), we require a method to modify or generate transient content without the use of Visual Embed SDK.
Additionally, is there a way to customize the display name of a report when it is exported? TS support suggested that we create a copy of the liveboard each time it is exported. We cannot imagine this to be a scalable solution for our needs. Is this truly the only method to customize the liveboard name for each export?
Thank you for your assistance!
6 Replies
I do not think we have any other way right now. For the second one, one solution I can think is importing and exporting the TML of the liveboard to have the new name. @Sandeep can you help here?
Hi @shikharTS: If we are going with import TML option, it will still be an issue of having duplicate liveboards in the system and as mentioned this will not scale.
Let me check the encoding and decoding functionality available in the system and will get back with details soon.
@Sandeep with TML if we give guid in import it will update the liveboard with the given guid only and will not create a new liveboard..
yeah if it is the same guid, it will update the existing liveboard but I think here the use-case is to have the the new name for each export. So if we make use of transient content, it will not persist the changes on the actual object and instead return the modified content in exported file
But we do we allow name changes in transient content? I don't think so
Hello @ketchup , We checked and can confirm that other than SDK we currently don't have the support to decode, edit and encode back the proto content
Could you add this as a feature request
cc: @Himanshu Arora @Nicolas @utsav.kapoor