Quantcast
Channel: Dynamics 365 Business Central/NAV User Group
Viewing all articles
Browse latest Browse all 11285

Forum Post: RE: Set Job Task No. with extension

$
0
0
I've simplified the code like this, just to show a messaje int he event: [EventSubscriber(ObjectType::Table, Database::"Job Task", 'OnBeforeInsertEvent', '', true, true)] local procedure setJobTaskNo(VAR Rec: Record "Job Task") begin Message('aitor'); end; But the error notification appears before my message, so, the validation is made before the "OnBeforeInsertEvent"...

Viewing all articles
Browse latest Browse all 11285

Trending Articles