Hi there,
I would like to unlock a system (OOB) field in D365 Marketing.
I tried with Business Rule but it didn't work out. Also, tried with below code however it didn't work as well.
function unlockSystemField(executionContext) { var formContext = executionContext.getFormContext(); formContext.getControl("type").setDisabled(true); }
Can you please suggest how to do it?
Thank you,
Leo