Make field reportable

Jogam Anvesh
Tera Contributor

Hello community,

 

I have a use case, where custom field "primary set ID " field was added on "Hr compensation" table and need to make it reportable on "Hr case" table .

 

How can i achieve that !! can any help me out in this.

 

Thanks.

 

 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

2 ways

1) Create report on "Hr compensation"

OR

2) you can create report on HR case table and show the fields from it's child table using this property

glide.ui.list.allow_extended_fields -> should be true

If it's not present then create a new property with that name and value as true

 

AnkurBawiskar_0-1665485018086.png

 

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

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

View solution in original post

2 REPLIES 2

Community Alums
Not applicable

Hi @Jogam Anvesh ,

You will have to make this custom field to be availed in HR case table maybe by referencing, then you can report on it. Else just report on "Hr compensation" table

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

2 ways

1) Create report on "Hr compensation"

OR

2) you can create report on HR case table and show the fields from it's child table using this property

glide.ui.list.allow_extended_fields -> should be true

If it's not present then create a new property with that name and value as true

 

AnkurBawiskar_0-1665485018086.png

 

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

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