Announcements
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?
André Arnaud de Cal...
294,095
Super User 2025 Season 1
Martin Dráb
232,866
Most Valuable Professional
nmaenpaa
101,158
Moderator