Fuente original: https://www.greytrix.com/blogs/sagex3/2012/01/20/how-to-invokeexecute-external-applications-from-within-sage-erp-x3/ By Greytrix | January 20, 2012 0 Comment Consider some instances when we may need to invoke an external application from within Sage X3. The best example for such a requirement would be to export data to an excel file or any other format and then open the same using excel or any other application. Check product: Sage CRM – Sage X3 Integration on Marketplace Here is how you can do that! System CHAINE=’#@”C:\Program Files (x86)\Microsoft Office\Office12\WINWORD.EXE”‘ System CHAINE='”C:\Program Files (x86)\Microsoft Office\Office12\Excel.EXE” “D:\Junk\Default Excel File.xls”‘ (Will open the Excel File “Default Excel File.xls”) The above command line will open Microsoft Word Application and an Excel File. You can test your command line using Development -> Utilities -> Miscellaneous -> System Orders Option ...
Recopilación de trucos e información para el desarrollo de aplicaciones en Sage X3 que pertenecen a otros autores y algunos propios