Hi,
I want to execute my javascript code before CRM button function execute. Java script having some coditions. If conditions satisfies, button can continue to execute it's CRM command else it should not execute.
i.e Sales Order --> FulfillOrder button
FulfillOrder opens dialogbox to where user can fulfill the order. I have block of javascript code that contains few conditions that need to be validate before user fulfill the order.
Is there any way to put code and execute it before fulfillOrder fires? If condition(validation) doesn't validate, it should not call fulFillOrder dialogbox.
Can anybody please guide me for above scenario?
*This post is locked for comments