Record.Upsert or Record.InsertOrModify based on a unique table key
When we will i.e. data synchronization and we want to modify a record when it exists and insert when not.
A conceptual example, to add a translation for a caption:
Rec.SetRange(Caption, RelatedCaption);
Rec.SetRange(Language, LanguageCode);
if Rec...
STATUS DETAILS
Needs Votes
CaptionClass for actions
Make it possible to have a dynamic caption for an action.
I would suggest to do it via the CaptionClass property, which is available for fields.
STATUS DETAILS
Needs Votes