RibbonWorkbench
RibbonWorkbench copied to clipboard
Question about using "Run Workflow" Smart Button
Hi,
Where should I place the JS Library in order for the Button to trigger the Callback? I've tried to put the JS Library on the Form, but it didn't trigger the function name that I've placed in the Ribbon Workbench. Also I've tried to place an anonymous function there, but still didn't trigger.
What am I supposed to do? I've attached a Print Screen
Thank you in advance!
Regards, Serban
You'll need to include callback javascript that can be called via an eval statement.
Eg.
Hi i have a problem with the de Run WF button.
I create on button and i configured it so
but when click the button i have an error.
can you help me? Best regards!
You'll need to include callback javascript that can be called via an eval statement. Eg.
Hello, do you pass any parameters to eval?