RibbonWorkbench icon indicating copy to clipboard operation
RibbonWorkbench copied to clipboard

Question about using "Run Workflow" Smart Button

Open SerbanAvram opened this issue 7 years ago • 3 comments

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! capture

Regards, Serban

SerbanAvram avatar Sep 21 '17 13:09 SerbanAvram

You'll need to include callback javascript that can be called via an eval statement. Eg. image

scottdurow avatar Sep 24 '17 20:09 scottdurow

Hi i have a problem with the de Run WF button.

I create on button and i configured it so sm0

but when click the button i have an error. sm1 sm2

can you help me? Best regards!

Sinezere avatar Oct 09 '17 13:10 Sinezere

You'll need to include callback javascript that can be called via an eval statement. Eg. image

Hello, do you pass any parameters to eval?

usergithub333 avatar Mar 31 '22 20:03 usergithub333