Safe X3 Java Bridge provides the ability to add technical functionalities to the X3 platform; it also plays a very important role in integrating Sage ERP X3 with external systems. To connect or call any jar file we need a Java Bridge Connection to be opened while accessing it.
New Stuff : How to Post Check Receipts into Bank
OUVRE_TRACE: This function can be used test whether java bridge connection is already opened. This function present in the LECFIC standard processing file. We can access it using a function.
OPADXD: This function is used to open the java bridge connection. To close the Java bridge connection call the same function without any parameters.
Syntax:
OPADXD JAVASERVER with 7,nomap,LANG,USER,PASSWORD Using [DKSB]
Parameter Details:
• JAVASERVER: The server name and the port number of java bridge.
• LANG: The language to be used.
• USER: User if defined or else you can have GUSER which will use currently login username.
• PASSWORD: Password of the user.
For detailed code you can always contact Greytrix at x3@greytrix.com
Hope this helps
Also Read :
1) How to Get the Safe X3 Java Bridge Host and Port values
2) Integration options in Sage ERP X3
3) Fetch the Entry Transaction value via Customized Code
4) Setup Disconnection Time of Secondary Session in X3
5) How to generate a Log File