Interchange Save and Update Button location for Problem tickets

Anupriya_11
Tera Contributor

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

 

Anupriya_11_1-1733306713473.png

 

8 REPLIES 8

Anand Kumar P
Giga Patron
Giga Patron

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

akyadav
Tera Expert

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)

akyadav_2-1733307694748.png


Below change for Update button:

akyadav_1-1733307535309.png

 

Hi @akadav,

It will impact   all the other  forms also but  user want it on problem form only is it possible. thanks!

@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'.