Category Archives: Sage ERP X3

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 authenticating process of web service while connecting form third party application like .NET. From PU9 onwards it’s mandatory to pre-authorize the connection with the username and password. Let’s see in details with .NET code snippets. Inherit the Sage X3 class ‘CAdxWeServiceXmlCCServiceBasicAuth’ which helps… Read More »

How to search any field belongs to which table

We may come across the situation where you need to find out the  table or the screen of any filed, Sage X3 provides us the functionality to search  any field by its field name Go to Development>>utilities>>Searches As shown in above screenshot put the field name check any check box whether you want to find out… Read More »

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 Prohibit Zero lines in Invoice

We came across the requirement where client wants to disallow the user from entering Zero Amount in line level in Invoice. In Sage X3 we have setup in Parameters values where we can stop the user to enter zero values in line level. Goto–> Setup–> General Parameter– Parameter Values -TC Commondata- We need to enter… Read More »

How to Overcome”Valuation price null not authorized!” error in Sage x3

While creating miscellaneous receipt transaction in Sage X3, we will often get an error “Valuation price null not authorized! “ Particularly, this error is generated for the products which are not having the value or gross price in stock. We can overcome this by the following steps: Navigate to : Setup > Stock > Valuation… Read More »

How to Overcome “Access rights to this folder not sufficient” issue while copying screens, tables or any other object from one folder to another.

We all have come across the issue “Access rights to this folder not sufficient” while copying some object from one folder to other. Let us consider two folders :- OGDEV SEED While copying screen “ZITM”  from OGDEV to SEED got the below error message. To resolve the issue we need to the fallowing things:- Go to… Read More »