Hi,
I have a method (showConfirmation()) written on onchange event of field new_test (optionset).
Also, there is a method in onload which calls fireonchange() for field new_test due to which the confirmation window is being displayed in Onload also which should not happen.
How do I fix this issue.
My script is on mscrm2011.
I have tried by passing executioncontext , setting any global flag value and also removeonchange() method none of which works..!!!
Thanks !
Uma