Hi All,
I need to call a process that i have created in designer at the click of Checkout button in the Shoppingcart. how can i call the process from UI?
Hi All,
I need to call a process that i have created in designer at the click of Checkout button in the Shoppingcart. how can i call the process from UI?
Use the node "Object method" and then raise event with all the necessary information.
Then the problem is in the configuration made in Designer, not Web Designer.
Check your process and make sure other process work as supposed.
Make sure you use the name of the event that triggers the process -- not the name of the process itself.
Use the node "Object method" and then raise event with all the necessary information.
Thanks Geraldine, I already did that. But on the click of checkout, the process is not getting triggered.
Then the problem is in the configuration made in Designer, not Web Designer.
Check your process and make sure other process work as supposed.
Make sure you use the name of the event that triggers the process -- not the name of the process itself.