Hi,
I would like to check if some fields have value before deactivate a CRM record (custom entity).
Is there any way I can call the deactivation dialog from JavaScript?
I cannot perform the deactivation from a SOAP call as the Deactivation dialog shows two Statuses to choose form.
I tried to call changeState function, as mentioned here, but it didn't worked.
btnType = 'deactivate' value = 5 changeState(btnType, typeCode, value);
*This post is locked for comments