- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2023 12:18 AM
Hello,
Created one table in that there is a relation with asset(alm_asset) table,i created one ui action in asset table this ui action is showing every table which is linked to asset.How to show that ui action only to my particular asset table.Please help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2023 01:42 AM
in that case you can add this condition in that UI action
try this
parent.getTableName() == 'lost Request table name'
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2023 01:42 AM
in that case you can add this condition in that UI action
try this
parent.getTableName() == 'lost Request table name'
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader