Microsoft Dynamics 365 Version 1612 (8.2.2.1862) (DB 8.2.2.1862) online
I want to be able to set the Currency field on the Contract. However, on the main Contract form the field is locked and cannot be unlocked.
In the form editor the field is not disabled but the padlock appears next to it.
Running Xrm.Page.getControl('transactioncurrencyid').setDisabled(false)
on the client has no effect for this field, i.e. the field remains locked.
I have noticed that there is a Mapping on the contract_customer_contact Relationship from the contact.transactioncurrencyid to the contract.transactioncurrencyid and wonder wether this might be related?
Other fields that cannot be unlocked are OriginatingContract and Cancellation Date.