Hi all,
For example- suppose I have done PO - Product receipt
Then go to Product receipt- Journal - Voucher
For example - Suppose I got 2 ledger account
1. Ledger account from Posting profile
2. Ledger account from item group
Say
13501 - Posting type = PPV
13018 - Product receipt
I need at add condition like
if(postingType == PPV)
{
// then need to change only main account
}
else
{
// no changes
}
Those ledger accounts, I want to catch in PurchPackingSlipJournalPost
Kindly let me know how I will achieve this?
Please give me more shed on this