Open Sergisoft opened 3 years ago
Hi,
I think the example explaining how to use transferfields with a BLOB field is wrong. It should be:
IF FromRecord.Picture.HASVALUE THEN FromRecord.CALCFIELDS(Picture); GLAccountRec.TRANSFERFIELDS(FromRecord); GLAccountRec.INSERT(TRUE);
Cheers!
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Hi,
I think the example explaining how to use transferfields with a BLOB field is wrong. It should be:
IF FromRecord.Picture.HASVALUE THEN
FromRecord.CALCFIELDS(Picture);
GLAccountRec.TRANSFERFIELDS(FromRecord);
GLAccountRec.INSERT(TRUE);
Cheers!
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.