Now here I am show how to call a Process from item Dynamic Action.
1. Create a Item and create Dynamic Action on this Item.
2. This Dynamic Action Event can be anything but Action will Execute JavaScript Code and right this JavaScript Code >> Settings.
apex.submit({ request:"ID", showWait:true});
3. Here "ID" is a reference to call a process.
4. Now a Create One or multiple Process with what ever as your wish.
5. Go to Process >>Properties >> Conditions>> Condition Type >>Select :- Request= Expression 1 >> Expression 1 >> ID (reference)
That's It. Now enjoy Process form Dynamic Action.
5. Go to Process >>Properties >> Conditions>> Condition Type >>Select :- Request= Expression 1 >> Expression 1 >> ID (reference)
That's It. Now enjoy Process form Dynamic Action.
No comments:
Post a Comment