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.

what the mean of this javascript:"u_active=true^parent="+"" code in Reference qualifier

Rex2
Kilo Contributor

Hi expert,

what the mean of this javascript:"u_active=true^parent="+"" code in  Reference qualifier

As i understand it active is true, But what is parent="+".

find_real_file.png

 

1 ACCEPTED SOLUTION

OOB department table has parent field which refers to Department table

So it would show active departments + those departments whose parent field is empty

find_real_file.png

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

it's kind of advanced ref qualifier which says

show those records which are active and whose parent is empty

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Could you please elaborate the term  "whose parent is empty"

Thank you.

parent if reference field on table referring to task table?

correct me if i wrong

OOB department table has parent field which refers to Department table

So it would show active departments + those departments whose parent field is empty

find_real_file.png

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader