Hi
On the home page and sub-grid views of a custom activity I need to hide\disable 'Mark Complete' button based on the value of a custom filed on the form.
I tried with ribbon workbench application but no luck. Added a custom ‘Enable Rule’ of type ‘Custom Javascript Rule’ to the ‘Mscrm.SaveAsCompleted’ Command but does
not trigger. Passed ‘Crm parameter=Selected EntityTypeName’ to check if it is the activity type I want and then pop up a test alert message. And then if possible check the value of the custom field.
What I would like is only for a custom activity type entity to have the ‘Mark Complete’ button visible based on a custom filed on the form. Is this even possible?
Any help and suggestions much appreciated.
Thank you