Hi Experts,
I am facing strange issue, My scenario is I have dropdown on Task form, which is bydefault set hidden, on the Click of "Mark Complete" (SaveMode = 58) ribbon button, I am setting this dropdown visible "true" and making "business required".
Its working fine when user clicks on Mark complete button, field started showing with Business required property.
Suppose this time user click Save button instead "Mark Complete" he will still must have to fill that dropdown, but I don't want this.
On the click of Save button I am setting that dropdown visible false and setting business required as none, this code is not reflecting in the form, I debugged code is hitting properly onsave but its not reflecting.
Can anyone please suggest how should I handle this type of situation.
Thanks
*This post is locked for comments