Wednesday 24 February 2016

creation of customer payment journal(inserted the data in the LedgerJournalTrans but not showing on the form

Please note when ever we create the customer payment journal normally we are inserting the record in the LedgerJournalTrans  how ever the data will get inserted in the table but still it will not so in the front end.

solutiob

please insert the record in the LedgerJournalTransTaxExtensionIN table

\Data Dictionary\Tables\LedgerJournalTransTaxExtensionIN\Relations\LedgerJournalTrans\LedgerJournalTransTaxExtensionIN.LedgerJournalTrans == LedgerJournalTrans.RecId

No comments:

Post a Comment

intercompany PO multiple product receipt by x++

public void processStampICPO(PackingSlipId _deliveryNote,                             Transdate _deliverydate,                             ...