I try get the selected packingslip into salesformletter, but I realize that when you select them, you assign them to this class.
*This post is locked for comments
I try get the selected packingslip into salesformletter, but I realize that when you select them, you assign them to this class.
*This post is locked for comments
Thanks Sucrut, i try this and it worked
Based on that in SalesFormLetter I can access custInvoiceJour, I did the following
CustPackingSlipJour custPackingSlipJour; SalesParmLine salesParmLine; while select salesParmLine where salesParmLine.ParmId == custInvoiceJour.ParmId { if(salesParmLine) { select forUpdate custPackingSlipJour where custPackingSlipJour.PackingSlipId == salesParmLine.packingSlipId(salesParmLine); if(custPackingSlipJour) { .... } } }
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156