Catalog item functional Req
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 03:26 AM
Hi team,
I have created a catalog item with few variable like asset management,tag,API,group,connector
when i select asset management user name is not mandatory but its visible,
when i select group management group management have create,delete, change, when i select create user name should not visible, and fir others it should be visible
If i select tag Management & others the user name should not be visible, but for me its showing visible
UI policy is given below
this is catalog client script i have written
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 04:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 04:50 AM
hi,
i don't knw how to check it can you pls tell me step by step or with the screenshot pls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 05:16 AM
Hi @Rajesh77 ,
You can do this with client script or UI policy but don't create both because there will be clash between ui policy and client script when there is order of execution.
So I suggest that you deactivate the Client script and in your UI policy put condition like "Please select the type of your requirement 'is one of' Tab management , others " , leave the ui action as it is.
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Swathi Sarang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 05:42 AM
Hi,
its not working yet,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 06:13 AM - edited 02-12-2024 06:39 AM
Hi @Rajesh77 ,
If you have configured any other ui policy could you please share the snippet of those ui policy aswell, it might be clashing so
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Swathi Sarang