Allow Ui actions

XYD23
Tera Contributor

I have a table called Result in which all the info is stored in a field called Code.

requirement is to access Ui action on the incident form based results which is in code field. Else need to show up a error message and popup a window.

I guess this must be done using business rules

6 REPLIES 6

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @XYD23 

 

Lil confusion, what this code field contains , you can do that condition in Access UI action and set the visiblity. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Code field contains the json format info

So from Jason you want to valdiate and show the error or proceed? 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

info in field look like this,

XYD23_0-1707482413725.png

whenever make name is "Fabrication................." we should be able to access the Ui action of the incident form,
else should show an popup window.