How to write an “On Load” client script on any INC table to make twp fields mandatory ?

Rohit Kumar5
Kilo Contributor

How to write an “On Load” client script on any INC table to make twp fields mandatory ?

1 ACCEPTED SOLUTION

Sumanth16
Kilo Patron

Hi Rohit,

 

Please go to client scripts under system definition. And click on the "New" button on the list view. Enter the name and select table as Incident and select type is onload and UI type is all. And replace field names in the below script.

 

find_real_file.png

 (or) 

 

You can do it through the UI policy also.

Please go to system definition -> Ui policies and selects new from list view 

Select the table "incident" and filter condition if applicable.

And create UI policy actions related list click on new and select those fields and make mandatory as true 

 

find_real_file.png

find_real_file.png

 

 

 

 

 

Please mark as helpful (or) correct if it fixes your issue.

 

Thanks,

Sumanth

View solution in original post

10 REPLIES 10

Rohit Kumar5
Kilo Contributor

Thank you for your response.