Set Assignment group field on Catalog item RITM

AP30
Tera Expert

Hello All,

I am trying to make the "assignment_group" and "assigned_to" fields visible on a specific Catalog Item RITM. These fields are not available by default on sc_req_item table but only on specific catalog item RITM. How can i achieve this?I tried using a UI Policy but nothing changed. I checked the dictionary entry override on sc_req_item table and I am not sure how to set the attributes to fit my requirement. Below is a screenshot. Please advise on how i can get both assignment group and assigned to fields to show for this specific catalog item RITM.

find_real_file.png

 

Thank you for your help.

1 ACCEPTED SOLUTION

Your UI Policy order is colliding with some other UI policy on Assignment group and assigned to. If other UI policy is not required you can make that inactive or otherwise Try giving this UI policy a higher order value. Let say give order of 10000 for testing.

Order field might be hidden on UI policy form, you can bring that on the form using form layout. 

Regards,
Muhammad

View solution in original post

13 REPLIES 13

Kieran Anson
Kilo Patron

Hi,

Your question is slightly confusing, can you elaborate on the following?

When you say you want to 'set', are you wanting to set the value of these two fields in a workflow? Are you wanting to make them visible on the form only when the catalog item is a certain one? 

Apologies for the confusion. I want to make the two fields (assignment group and assigned to) visible on the form only when catalog item is a certain one.

Ok, you'll first need to add the fields to the form using form designer.

find_real_file.png

Then a UI Policy will need to be used to only display the fields when required:

find_real_file.png

 

Caveat & a personal suggestion, if this requirement is for a single item I wouldn't use this method. This method is going to increase load time on all other items as it renders and then hides the fields. I'd personally create a View Rule that forces people to a dedicate view for this item. This would be expandable as more items meet this requirement!

Hi Kieran,

I have tried both suggestions and I am still not seeing the fields on the form. Not sure where else to look other than Dictionary entry override and I am not sure how to debug that either.