This article applies to Microsoft Dynamics NAV for the following countries and language locales.
- English - Australia (en-us)
- English - New Zealand (en-nz)
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
View products that this article applies to.
...
TransactionLogEntryNo := CaptureOrRefundCreditCardPmnt;
Rec := SalesHeader;
SynchBOMSerialNo(ServiceItemTmp2,ServiceItemCmpTmp2);
// Delete the following line.
COMMIT;
// Balancing account
IF ("Bal. Account No." <> '') AND IsOnlinePayment(SalesHeader) AND Invoice THEN
PostBalancing(TempJnlLineDim,TransactionLogEntryNo)
END;
...
...
TransactionLogEntryNo := CaptureOrRefundCreditCardPmnt;
Rec := SalesHeader;
SynchBOMSerialNo(ServiceItemTmp2,ServiceItemCmpTmp2);
// Balancing account
IF ("Bal. Account No." <> '') AND IsOnlinePayment(SalesHeader) AND Invoice THEN
PostBalancing(TempJnlLineDim,TransactionLogEntryNo)
END;
...
Keywords: kberrmsg, kbmbsquickpub, kbqfe, kbnoloc, kbmbscodefix, kbmbsmigrate, kb, kbmbspartner, kbsurveynew