- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 03:05 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 03:43 AM
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
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 03:39 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2022 03:43 AM
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
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader