Category Archives: FAQ

How to call web service in Sage X3 Version 9 (PU9) using .NET applications

In Sage X3 Version 9 there are some changes with respect to the authenticating process of web service while connecting form third-party application like .NET. From PU9 onward it’s mandatory to Pre-authorize the connection with the user name and password. We need to create a class in .NET which connects the Sage X3 web service… Read More »

How to add a string in a new Line in Sage X3?

We may come across a scenario where we want to display message in new line, X3 has a function to achieve this.”chr$” function converts a numerical value in an ascii character, syntax as below. Syntax: chr$( exp_ent ). “chr$” returns a character whose ascii code corresponds to the argument (if there is a corresponding ascii… Read More »

Find number of users logged in Sage ERP X3

You may come across a situation, where you may want to know, who are and how many users are logged in Sage ERP X3. New Stuff : How to use record separator of Import/Export template in Sage ERP X3? Sage X3 management console provides the facility to know how many number of users logged in to Sage… Read More »

Category: FAQ