Dot-walking in PA breakdown ServiceNow

Abhiji322
Tera Expert

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

 

IMG_20231213_130223.jpg

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.

IMG_20231213_130310.jpg

 

IMG_20231213_130401.jpg

When I run the job, scores were not populated breakdown wise. Am I doing it in the right way?

 

3 REPLIES 3

AndersBGS
Tera Patron
Tera Patron

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/

@AndersBGS,

Please find the attachment below.

IMG_20231213_143358.jpg

 

Abhiji322
Tera Expert

@AndersBGS Any ideas?