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

How can we Acheive View Rules for This ?

Hi Hemant,

Open the sc_req_item form in form designer and create a new view.

find_real_file.png

Give it a reasonable name and save it, add the additional fields (assignment group and assigned to) and save again.

Navigate to view rules to create a new rule

find_real_file.png

Create a view rule:

  1. Set the table to sc_req_item
  2. Set the condition, i.e item is "item name"
  3. Set the view to the name of the view you just created.

find_real_file.png

Now when ever the condition is met, the user is forced to see a particular view and can't change out of it.

find_real_file.png

MrMuhammad
Giga Sage

Hi,

When you say to set the Assignment group and assigned to on specific RITM, How are you identifying or what is your condition to show or hide assignment group and assigned to? 


Thanks & Regards,

Sharjeel

 

Regards,
Muhammad

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