Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

ticket field widget

Brian Lancaster
Kilo Patron

I have a custom ticket fields widget that is specifically use for Request Items. Is there a way to get it to display due date only when the approval field on the RITM is set to approved?

1 REPLY 1

_Gaurav
Kilo Sage

Hi @Brian Lancaster 
As per my understanding, you can add the due date in separate <div> and put the condition using ng-show only when the you ge the state value as Approved?


Thanks!