How to Lock & unlock fields using JavaScript in Dynamics CRM
lock & unlock fields in D365 Introduction: Now the task is if the summer field was null and automatically the winter field need to be locked or disabled, if the summer field have any data the winter field need to be unlocked. Now Create a new web resource and add the below code fun...