- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2018 12:56 PM
Hi, I am new with ServiceNow and have what I thought was an 'easy' request.
We have a business need that when certain conditions are met on the change task form and parent change fields, we then want fields on the parent form to be required.
I verified condition is met (true) but the parent form fields are not having policy applied.
Here is the UI policy and parent fields.
Thanks in Advance for any guidance,
Jeff
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2018 01:04 PM
i think this can be accomplish through display business rule. and then you will use it in your client script on change_request table.
adding one thread here kindly refer that.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2018 01:04 PM
i think this can be accomplish through display business rule. and then you will use it in your client script on change_request table.
adding one thread here kindly refer that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2018 09:34 AM
Thanks Harshvardhan. that link has gotten me almost there.
The client Script correctly evaluates and set the addErrorMessage. However, the form show the error for only a second and then some other process 'ignores' or 'overrides' the error being set. Dumb question but is there client script to hard stop the onSubmit or advice on how to isolate that overwriting process?
Thanks again in advance,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2018 12:31 PM
Like I said I am new.... I added the
return false;