How to debug all the policies (Data policies/UI Policies) on the form submission
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2022 08:15 AM
On submission of a Incident form, without populating any of the fields, I click on the Submit button. I will get an error message saying caller and short description fields are mandatory. How to debug which is the data policy or UI policy that throws this error message?
So, is there a way to debug what all policies are getting triggered on submission of a form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2022 08:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2022 08:31 AM
Hi there,
1. Right click the field label (in your case lets do 'Caller')
2. Click on 'Watch - caller_id':
3. The JS log and Field Watcher should show up at the bottom of your window
4. Click submit again and observe which messages come up in the 'Field Watcher'
That should hopefully give you an idea of what is making the field mandatory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2022 11:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2022 11:41 AM