
Hi ALL,
In class - LedgerVoucherTransObject - initFromLedgerPostingTransaction method, I need to add one condition from PurchTable based on DocumentStatus
For example
if(PurchTable.DocumentStatus == documentStatus::PackingSlip)
{
// code
}
else
{
// stnd. process
}
Please let me know how will get particular PurchId ( purchTable) reference in LedgerVoucherTransObject class ?
Please give me more shed on this.
thanks!
Hi @rp@n,
What business requirement are you trying to solve here? What would be the difference in business logic compared to the standard process?