Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

Adding Service Offering to Incident show link to parent

Henrik Jutterst
Kilo Sage

Can someone explain this to me?

When creating a new INC from SOW and trying to add Service Offering, i get a new window opening. But the link for the Service Offering shows the Parent as clickable. Not the Service Offering.

Any idea Why is that and what can I do so fix this?
I believe this will be hard for end users/agents to understand:

Image is from fresh PDI with 2 Business Service Offerings:

HenrikJutterst_0-1783340657815.png
Here the user have to click "Infra" instead of "Network Support" and since we have 2 records in Infra, it's not that logic to end users...

 

1 ACCEPTED SOLUTION

Got it to work. Thanks 🙂

I was modifying at the wrong place.

Here's how I did it:

HenrikJutterst_0-1783346812572.png




OR here:
sys_ui_list.LIST

Look for reference and Service Offering:

HenrikJutterst_1-1783346887701.png



HenrikJutterst_2-1783346987364.png

 

 

 

 

HenrikJutterst_3-1783347144268.png

 

View solution in original post

6 REPLIES 6

Kieran Anson
Kilo Patron

The first column will always be the 'clickable' column. To change this behaviour, re-order the columns for the popup view record so name is first. Believe SOW uses sys_ref_list view for this. 

To create a sys_ref_list view:

  1. Navigate to service_offering table
  2. Right click the header and select Configure > List Layout
  3. Create a new list layout named sys_ref_list (see below)
  4. Add the columns you desire

KieranAnson_1-1783343293809.png

 

Hi and thanks for helping out here!

That's odd.. Because Name is the first column on that table - even in my PDI.

But in Classic UI, it's possible to click both columns:

HenrikJutterst_0-1783344453035.png



See here:

HenrikJutterst_1-1783344526146.png

 

Looks like you're in the default view. As mentioned, this behaviour is driven by a view called sys_ref_list which doesn't look to exist from your second screenshot. If you create it by using the "Add" option, you will be able to specify Name as the first column