How to set a Lookup Field to another Lookup Field using JavaScript in Dynamics 365 CRM
Populate Lookup Based on Selection of Another Lookup Create 2 lookup fields in your Form i have created lookup1 and lookup2 Next, Create web resource with the below code function LookupValue(executionContext){ var formContext = executionContext.getFormContext(); var lookupvalue1= for...