Posts

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...

Post PO Registration

/// <summary> /// The <c>gopPuchProductRegistrationBatchServices</c> class is the service class for post the purchase order registration,packingslip and invoice /// </summary> class gopPuchProductRegistrationBatchServices extends SysOperationServiceBase {     Str1260 CaptureError;     str        empty=null;     /// <summary>     /// The <c>gopPuchProductRegistrationBatchServices</c> class is the service class for post the purchase order registration,packingslip and invoice     /// </summary>     public void processOperation()     {         gopProductRegistrationTable    productRegistrationTable;                  this.validateBeforeRecipitInvoice();         this.ASNProcessOperation();         this.InvoiceProcessOperation();     ...