Forum Discussion
gotters
Resolver I
3 years agosaveAsTriggered not firing for Save As in Embedded
The SaveAsTriggered event is not firing for me when embedding a report. Even in the playground I cant get it to fire. Is there something obvious that I am missing? Try the following code in ...
- 3 years ago
Figured it out. I needed to modify the embed config to include
settings: {
useCustomSaveAsDialog: true
}Then you do need to use your own Save As Modal but then at least the saveAsTriggered will fire!
gotters
Resolver I
3 years agoFigured it out. I needed to modify the embed config to include
settings: {
useCustomSaveAsDialog: true
}
Then you do need to use your own Save As Modal but then at least the saveAsTriggered will fire!
- Anonymous3 years agoNot applicable
Hi gotters ,
I am so glad that you could solve your issue by yourself. Please kindly Accept your workaround as the solution. More people will benefit from it.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.