Interchange Save and Update Button location for Problem tickets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 02:06 AM
Hi Team , we have a requirement where user want to Interchange Save and Update Button location for Problem tickets screenshot is attached below. Is it possible ? Can someone help me on this. thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 02:21 AM - edited 12-04-2024 02:23 AM
Hi @Anupriya_11 ,
Open the Update Ui action and Save ui action(impact globally because table is global) and change order accordingly, Let say you want update button(Order:300) before Accept risk button(Order: 200).
Change the order update button to 100 so it will appear before Accept Risk button.
Mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 02:22 AM
Hi @Anupriya_11 ,
Do the below following changes:
Below change for 'Save' button (note: this ui action is common for all the tables, updating this record will also affect other tables)
Below change for Update button:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 02:46 AM
Hi @akadav,
It will impact all the other forms also but user want it on problem form only is it possible. thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 03:42 AM
@Anupriya_11 if that is the case then you can create Save UI Action for problem table, and can hide the Global 'Save' UI Action by adding an AND condition 'current.getTableName()!='problem'.