Sales order confirm DP
protected SalesConfirmHeaderTmp initializeSalesOrderConfirmationHeader() { #ISOCountryRegionCodes SalesConfirmHeaderTmp salesConfirmHeaderTmpLoc = next initializeSalesOrderConfirmationHeader(); SalesTable salesTable = this.parmCustConfirmJour().salesTable(); DirPartyPostalAddressView dirPartyPostalAddress; DirPartyLocationRolesView dirPartyLocationRoles; LogisticsLocationRole logisticsLocRole; select firstOnly * from dirPartyPostalAddress order by RecId desc exists join dirPartyLocationRoles where dirPartyLocationRoles.Location == dirPartyPostalAddress.Location && dirPartyLocationRoles.Party == CustTable::find(salesTable.CustAccount).Party//_dirpartyR...