Notifications
Announcements
[ExtensionOf(classStr(PurchFormletterParmDataInvoice))] final class PurchFormletterParmDataInvoice_PAS_Extension { protected final Map createFieldMappingForVendInfoInvoiceLineAsset( QueryBuildDataSource _qbdsVendInvoiceInfoLineUpdate, QueryBuildDataSource _qbdsLocalPurchLine) { Map targetToSourceMap = new Map(Types::String, Types::Container); targetToSourceMap = next createFieldMappingForVendInfoInvoiceLineAsset(_qbdsVendInvoiceInfoLineUpdate, _qbdsLocalPurchLine); targetToSourceMap.insert(fieldStr(VendInvoiceInfoLine_Asset, CustField1), [_qbdsLocalPurchLine.uniqueId(), fieldStr(PurchLine, CustField1)]); targetToSourceMap.insert(fieldStr(VendInvoiceInfoLine_Asset, CustField2), [_qbdsLocalPurchLine.uniqueId(), fieldStr(PurchLine, CustField2)]); return targetToSourceMap; } protected final Query getQueryForVendInfoInvoiceLineAsset() { Query query = new Query(); query = next getQueryForVendInfoInvoiceLineAsset(); QueryBuildDataSource qbdsPurchLine = query.dataSourceTable(tableNum(PurchLine)); QueryBuildFieldList fieldList = qbdsPurchLine.fields(); fieldList.dynamic(QueryFieldListDynamic::No); qbdsPurchLine.addSelectionField(fieldNum(PurchLine, CustField1)); qbdsPurchLine.addSelectionField(fieldNum(PurchLine, CustField2)); return query; } }
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Abhilash Warrier 763 Super User 2025 Season 2
André Arnaud de Cal... 413 Super User 2025 Season 2
Martin Dráb 284 Most Valuable Professional