
I created one HTML webresource and call that webresource from the ribbon button's onclick.In that Html i have one button and if i click the button i call the workflow.
Now i need to pass the parameter to workflow.(i.e) in workflow i have the input argument string while I click the button from html i need to pass some value to Workflow's Input Argument.
How can I do this ?
*This post is locked for comments
I have the same question (0)Hi Vijay, After you have created the Button then Add A Customise Command,
Set the Command Definition Properties, in the Actions Lookup Add a Javascript Command executeActionFromRibbon
You can also define your web resource here and parameters, please see the screenshot below;
Best Wishes, Raz