Validity

HARSHA GOWDA R
Tera Contributor

Suppose I have two fields:
Balance: which stores wallet balance
Balance Validity: which indicates till how long is your balance valid
Now if I have to set to validity 3 months later from the last Balance added , so what is best practice or which configurations should be used?Why?

1 ACCEPTED SOLUTION

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @HARSHA GOWDA R 

 

If you have that field on form level, then user Client script and make that field read only

 

If not on form but some where in table, then use Business Rule but make sure that field is still read only at list view as well. 

*************************************************************************************************************
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]

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

View solution in original post

1 REPLY 1

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @HARSHA GOWDA R 

 

If you have that field on form level, then user Client script and make that field read only

 

If not on form but some where in table, then use Business Rule but make sure that field is still read only at list view as well. 

*************************************************************************************************************
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]

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