User Profile

see usage of codeunit procedure when it is used in ErrorInfo.AddAction


We started with the new feature of an actionable errormessage, which is a very nice feature for the end users.


When you are using it via this way: 

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1168)

STATUS DETAILS
Needs Votes

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

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1168)

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.




Read more...
0 Comments

Read more...
0 Comments

Category: Development (1168)

STATUS DETAILS
Needs Votes