Is there anyway to modify the display name of...

Is there anyway to modify the display name of System button according to the different view?

For example, in the view 1, the system button “Save” displated to “Save”, but in the view 2, the system button “Save” will be displayed to “Send” or another defined words.

0 3 317
3 REPLIES 3

Theoretically maybe, but not in real life. The problem is that you don’t know in which view the user is.

@Aleksi_Alkio This change is for all user.

The display name of system button can be changed by below expressions.

IF((USERSETTINGs(Language Option))=“English”, Send, Save)

But this is not what I want, so if this display name can be changed in the difference view by another expressions like as

IF[(viewername)=“XXXX”, Send, Save]

Is there a function can get the view name or table name in Appsheet?

This request has been asked few times, but unfortunately we don’t have that feature yet.

Top Labels in this Space