Dot-walking in PA breakdown ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2023 11:42 PM
Hi ServiceNow enthusiasts,
I have a business requirement to use a breakdown that needs dot-walking. Something like Product Domain. Subcategory where Product domain referrences to a table (business capability) and subcategory as usual choice field.
First approach:
Created a breakdown choice on sys_choice table keeping 'Field' as sys ID and then created a breakdown that has a breakdown mapping as something as given below
Second approach:
- Created a breakdown choice on sys_choice table keeping 'Field' as sys ID and then created a breakdown that has a scripted breakdown mapping as shown below.
When I run the job, scores were not populated breakdown wise. Am I doing it in the right way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2023 11:55 PM
Hi @Abhiji322 ,
How have you configured your breakdown source an the automated breakdown?
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2023 01:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2023 10:24 AM
@AndersBGS Any ideas?