We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Help me to understand mentioned UI Action condition

Talari Balateja
Tera Expert

Hi,

 

Help me to understand/Explain the mentioned UI Action Condition.

 

condition: 

(new sn_vul.StateUtils().canCloseOrDefer(current)) && sn_vul.VulnerableItemAccess.checkAccess(current) && new sn_vul.PenTestRequestUtils().checkAccess(current)

 

Attached UI Form.

TalariBalateja_0-1724180865389.png

 

Regards,

Sanju.

1 REPLY 1

Bert_c1
Kilo Patron

Those appear to be classes, probably defined in script includes within the sn_vul application scope.  You can review those

 

StateUtils()

VulnerableItemAccess ?

PenTestRequestUtils()