How to insert a related record in MRVS OnChange of variable
When the variable 'Contract Number' changes, I want to populate the 'Asset' variable in MRVS.Below I have provided the client script and script included for reference. Client Script: function onChange(control, oldValue, newValue, isLoading) { if...
