Pretius/apex-nested-reports

hybrid callback

Closed this issue · 6 comments

Dear all,
i'am using default callback but in the same time i want to execute a js function after the sub-report is already loaded. any help.

Use the default callback event that is exposed by the plugin.

how i can use it. when i select default callback the "Custom callback" prop is hidden. so, where i have to write my code

Its the plugin event not the plugin attribute. you need dynamic action that will be listening to the plugin event which is available via dynamic action attribute When \ Event.

Description of the plugin event is available here on GitHub: https://github.com/Pretius/apex-nested-reports#plugin-events

i'am so sorry, but it is not clear for me. do you have any demo or screenshot of this solution.

It is as simple as possible.:

image

Embed your JavaScript code in Execute JavaScript Code true action.

thanks alot