How to call system property in Condition field of ui action
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 07:02 PM
Hello All,
I have a requirement to call System property in condition field of ui action. I have given something like below but it is not working. Can you please help me with that.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2024 07:21 PM
Let's try my below adjustment. It will only display the UI Action when the Incident Business Service and Assignment Group match to one of the value from your properties.
gs.getProperty('OBS.ebonding.integration.assignmentgroup').indexOf(current.assignment_group) && gs.getProperty('OBS.ebonding.integration.business.services').indexOf(current.business_service) && new Hide_or_Show_Integration_button_on_incident().check_integration_tickets(current);
Cheers,
Tai Vu