I've got a problem regarding locking the Est.Revenue field on the form. Checking the "Field is read-only" has no effect. What can be a possible resolution to this?
*This post is locked for comments
I've got a problem regarding locking the Est.Revenue field on the form. Checking the "Field is read-only" has no effect. What can be a possible resolution to this?
*This post is locked for comments
Hi,
The estimated revenue is control by one of the field called "Revenue". So the system will override the behaviour.
if Revenue is equal to user provided, the est revenue field is not lock
if Revenue is equal to system calculated , the est revenue field is lock
Thank you, Rawish, I thought about script-locking this field, but I wanted to find out whether the inability to lock the Estimated Revenue from Form Editor level is desired.
Hi,
I am not sure of the exact reason as to if its because of user experience or its a bug in crm.
You can use business rule to lock the field or simply write simple script ( whatever suits you)
Xrm.Page.getControl("estimatedvalue").setDisabled(true);
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156