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.

Assessable record field drop down is not coming in the trigger condition

prasanna16
Tera Contributor

Hi,

I have created an assessment while creating the trigger condition the assessable record field drop down is not coming?

prasanna16_0-1755520714974.png

 

2 REPLIES 2

GlideFather
Tera Patron

Hi @prasanna16,

 

It's depending on the 2 first fields - Assessment and Table.

 

When you change the table to Incident and select some of the Assessment, 3 choices became selectable:

GlideFather_0-1755528688230.png

 

Keeping the same table and changing the Assessment, this particular field remains hidden...

 

I'm not familiar into details with this but I hope it can help you solve your thing

 

 

 

_____
This reply is 100 % GlideFather and 0 % AI

@prasanna16 

there are these two onChange client scripts, one on Table and one on Assessment fields:

GlideFather_1-1755529229224.png

 

 

both calling function getCompatibleFields() in the AssessmentUtilsAJAX script include:

 

GlideFather_2-1755529298341.png

 

Please let me know what else could be done to accept the solution?

 

 

_____
This reply is 100 % GlideFather and 0 % AI