Solved

Is there a way to change the message in the confirm update/delete in the subjects settings so the default buttons can have different messages?

  • 4 January 2022
  • 4 replies
  • 106 views

Is there a way to change the message in the confirm update/delete in the subjects settings so the default buttons can have different messages?

icon

Best answer by Mark Jongeling 18 March 2022, 11:59

View original

4 replies

Userlevel 6
Badge +16

Do you mean the translations for the yes/no buttons?

 

 

We would like to have an option to change it with the message we created on SF. It will be useful for tables with an instead of trigger applied to which buttons will have different functions.

Shawn is my colleague, so what he mentioned is my answer also.

Userlevel 7
Badge +23

Hi,

This is possible by changing the translation of translation object confirmation_delete_row. What you can do is write a dynamic model procedure to change the translation of this object to how it suits you. We do not recommend changing this inside the base project.

However, parameters cannot be used; only static translations can be given. The GUI does not expect the translation object to contain any parameters in its translation, therefore it cannot be used.

Feel free to create an idea to make reroute these GUI messages to be Model-defined messages.

 

Reply