Skip to main content
Question

Mobile App Copy Order mapping

  • March 8, 2024
  • 1 reply
  • 39 views

Fred Reiter
Freshman I

I am trying to enable Copy Order for QT to SO.

It works fine when I copy SO to SO. It seems like once you hit OK parameters dialog and the process finishes, the QT order is still displayed and the Save button doesn’t really do anything and if you cancel your changes are discarded. Hitting copy twice before exiting will result in a new SO. If anyone has done this or has ideas, please share and thank you.

update screen SO301000 {
   
  update container "OrderSummary" {
    formActionsToExpand = 2

    add recordAction "copyOrder" {
      redirect = true
      redirectToDialog  = "SO30100D2"
     }
    
    add recordAction "copyOrderQT" {
      redirect = true
      redirectToDialog  = "SO30100D3"
     }
   }


    add dialog SO30100D2 {
     add dialogAction "CheckCopyParams" {
       CloseDialog = true    
       DialogResult = "OK"
      }
     openAs = Form
      add container "CopyTO" {    
       includeDialogActions = True
       add field "OrderType"
       add field "OrderNbr"  
       add recordAction "CheckCopyParams" {
        icon = "system://Check"
        syncLongOperation = True
       }
    }  
  }

    add dialog SO30100D3 {
     add dialogAction "CheckCopyParams" {
       CloseDialog = True    
       DialogResult = "OK"
      }
     openAs = Form
      add container "CopyTO" {    
        includeDialogActions = true
        add field "OrderType"
        add field "OrderNbr"
    
        add recordAction "CheckCopyParams" {
          #icon = "system://Check"
          syncLongOperation = True
         }
      }  
   }
   
}

 

1 reply

Fred Reiter
Freshman I
  • Author
  • Freshman I
  • 6 replies
  • March 21, 2024

@Cesar Betances - Would you be able to help with this please?


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings