Quick Tip: TransferFieldsWithValidate
I recently got a question about TransferFields and if if skip fields with editable false, which it should not, imho. When I looked at the documentation about Transferfields: Record.TransferFields(var Record [, Boolean]) Method – Business Central | Microsoft Learn I noticed this remark: Fields are assigned, such as DestinationRecord.Field := SourceRecord.Field, which won’t call the OnValidate … Read More →
This was originally posted here.
*This post is locked for comments