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.

Tree picker hierarchy for reference field

Akki1
Tera Contributor

Hi,

I want a field which is reference field to show me in heirarchy form
So I have referenced to Entity Class and I want to see entities in heirarchy form
For example I want to pick that entity whose class=Class3 and whose parent.class=class2 and whose parent.parent.class=class1 and whose parent.parent.parent.class=Class0; But I want to see this in heirarchy format


2 REPLIES 2

Nawal Singh
Tera Guru

Hi @Akki1 ,

 

Please review below link that will help you

 

1. https://www.servicenow.com/docs/bundle/zurich-platform-user-interface/page/use/common-ui-elements/re...

2. https://www.servicenow.com/community/itsm-forum/i-kept-true-for-tree-picker-for-caller-reference-fie...

 

If you found my response helpful, please mark it as helpful and accept it as the solution.

Thank you
Nawal Singh

I'm doing that tree_picker=true but its not working and also addding this reference qualifier
class=class3^parent.class=class2^parent.parent.class=class1^parent.parent.parent.class=class0