Hi All,
I need to implement a change where if either field A or Field B is not populated, the form should not save. I am trying not to use a business process flow.
Ideas? I am very new to actions and dialogs but can find my way around workflows.
Thanks!
J
*This post is locked for comments
I choose to use workflows as both fields had a default value (no cannot use a logic of if it is not populated). Worked a treat! Thanks!
Try with business rules-
Hi J,
You can use Real time workflow to display the error message which will restrict the user to save the changes. You basically need to have a check condition which check if both the fields ae blank then cancel the workflow with the error message.
Take a look at this blog: survivingcrm.com/.../using-real-time-workflows-to-show-error-messages
Hope this helps.
Hi Jawetha Nadaraja,
Looks like you can use Javascript on save of record to check if field 'A' or 'B' having null value. Use prevent default function as mentioned in below blog:
Hi Jawetha Nadaraja,
You can achieve this by creating a JavaScript function that runs on save of the form. The JavaScript function will need to check the values inside Field A and Field B and prevent save of the form if one of the fields is not populated.
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,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156