Labels
This information is still applicable to v6, for the code snippet, the Manager.Current.GetTranslatedMessage("Disable") can also be replaced with Messages.Disabled
For custom actions a developer can choose the label that should be used, but for the system actions like Save or Delete the labels have always been fixed for an application. The ActionLabels feature allows you to change the Label for the system actions using code.
Example
Changing the Delete label on a Persistent object that has soft-delete enabled.
Another use case for changing the Save label is when a virtual persistent object is shown for a custom action.
Last updated
Was this helpful?