I want a script to display check values as 'Yes' or 'No' in Notifications

taahamushtaq
Tera Contributor
  • For any checkbox values, replace true/false with Yes/No, where true = “Yes” and false = “No”.      
  • I want to replace the values with 'Yes' or 'No' in notification
3 REPLIES 3

dgarad
Giga Sage

Hi @taahamushtaq 

Refer to the below link

https://www.servicenow.com/community/now-platform-forum/displaying-yes-no-values-on-a-true-false-fie...

If my answer finds you well, helpful, and related to the question asked. Please mark it as correct and helpful.

Thanks
dgarad

taahamushtaq
Tera Contributor

I am looking for checkbox type variable in Catalog item.
If in catalog form , the checkbox is checked then the value populated should be YES/NO in notification

Hi @taahamushtaq ,

 

In notification you will send you want to send Yes instead on True and No instead of False?

If I am correct, try writing a email script to set the values.


Mark the response correct and helpful if the answer assisted your question.