In both cases I have set the field to be optional in it's requirement:
I cannot remove the field from the form because (I'm assuming) it's a system requirement. One post I saw recommended removing it and re-adding it because of some bug where field is "read only" was not properly being displayed but I am not sure if I can do that here.
When I call Xrm.Page.getControl("isproductoverridden").getDisabled() it returns true initially but, after calling Xrm.Page.getControl("isproductoverridden").setDisabled(false), and calling getDisabled() again, it returns false implying that it is now not disabled, however the field is still locked on the form.
I have tried enabling and disabling it as read only, I have tried using a business rule to set it to enabled etc. and nothing seems to actually enable the control for me.
Additionally, when I enable security on the field and try to edit the Field Security Permissions, the ability to "Allow Update" & "Allow Read" are disabled for me:
Am I missing something here or is this a bug?
I am using Dynamics 365 with an on-premise set up.
Thanks in advance!
*This post is locked for comments