Is it is it possible to bypass the DataPolicy

pavam
Tera Contributor

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.

2 REPLIES 2

palanikumar
Giga Sage

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

Thank you,
Palani

Moin Kazi
Kilo Sage
Kilo Sage

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