some fields are locked and required but the value will be assigned for that field through different process. in the same form.
what i need to do is, alert should be displayed when that field don't have any value.
*This post is locked for comments
some fields are locked and required but the value will be assigned for that field through different process. in the same form.
what i need to do is, alert should be displayed when that field don't have any value.
*This post is locked for comments
Hi,
you can create a JS.
getValue
[View:https://msdn.microsoft.com/en-us/library/gg334409.aspx#BKMK_getValue:750:50]
Field Notification
https://msdn.microsoft.com/en-us/library/gg334266.aspx#BKMK_notification
Alert
alert("message");
Form Notification
https://msdn.microsoft.com/en-us/library/gg327828.aspx#BKMK_Notification
Javascript Tutorial
https://www.tutorialspoint.com/microsoft_crm/microsoft_crm_jscript_web_resources.htm
There is a condition if the value of that field matches ex: schedulestatus field is Admitted then it should check the bed field contains value or not. if there is no value then it has to show notification.
I cannot do this through business rule. because the bed field is locked. locked fields cannot show popup even though it is required field.
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,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156