Is it is it possible to bypass the DataPolicy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2024 04:45 AM
Hi ,
Is it possible to bypass the UI policy?
i am having a process flow on the problem form, and made few fields are mandatory on the form.
now my requirement is to bypass the UI policy and i want to update the fields on the problem form through schedule job.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2024 04:52 AM
Do you want to bypass the validation in Form or from the backend script?
The purpose of Data Policy is to have validation in both front end and backend. If your requirement is not to have validation, then it is advised to convert to UI Policy
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2024 04:59 AM - edited 10-07-2024 05:00 AM
Hi @pavam
1) UI policy only execute on client side so if you are updating fields via scheduled job so you are able to update it.
2) if you are talking about Data policy so it execute on server side which will applied while updating record via scheduled job. and in that case all mandatory field should be have value which is set mandatory by data policy to update the records.
Please mark my answer as correct and helpful if it works for you.
Regards
Moin