Script to transfer data to secondary company

Is it possible to write data into different company within some Sage 100 company. For Example add a button on Sales Order Entry to copy order to secondary company.

I know how to do it outside of Sage with a script but not sure  if session to different company can be created from UDS.

Thanks

Parents
  • 0

    My first thought would be to use the button to create a text file with the data, then write a batch file with the commands for starting a pre-configured VI import using the correct company code, then trigger the newly created batch file.

    Not as elegant and seamless as Alnoor's answer, but easy to do.

Reply
  • 0

    My first thought would be to use the button to create a text file with the data, then write a batch file with the commands for starting a pre-configured VI import using the correct company code, then trigger the newly created batch file.

    Not as elegant and seamless as Alnoor's answer, but easy to do.

Children
No Data