Tag Archives: Sage X3 Technical assistance

Stock Change by ADC Screen in Sage X3

In Sage X3, you may come across a scenario wherein you want to move your stock from one location to another. Sage X3 has a special feature to achieve this functionality. There are two methods to achieve this functionality: Stock> Internaltransactions>Stock change ADCs>Stock>Stock changes We have already seen the first method now we will see… Read More »

Learn how to Extract Right Sub-string from a Given String in Sage X3

In Sage X3, you might face various scenarios where you want to get the sub-string from an existing string. You can derive the sub-string from leftmost/rightmost direction, starting from a particular position for a given string using this tip in the blog. This blog will help you to get the rightmost sub-string from any particular… Read More »

How to resolve “Valuation price null not authorized!” error in Sage X3

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

How to Extract a Left Sub-String from a given string in Sage X3

In Sage X3, you may come across various scenarios where you need to get a sub-string from an existing string. You can derive sub-string from both the ends i.e. from the left or the right or starting from any particular position of a given string. This blog will help you to extract the leftmost sub-string… Read More »

How to Know Error Number and Error Line in Sage X3

In any programming language, we need to do error handling for smooth working of any functionality. In Sage X3, the error management is done by Onerrgo instruction. When the errors are intercepted by the instruction Onerrgo, an error leads to a branching to the corresponding label. The corresponding error number can then be found in… Read More »

How to Close Open Table faster in Version 7 and above?

Sage X3 version 7 has a new Keyword/ function “LogicClose” which closes the open table/file faster than the close instruction of Sage ERP X3 which we used earlier in programming. LogicClose: This function closes a table logically. It releases the [F] buffer and any filters in a way that makes a further Local File execution much faster… Read More »

Add the Comment (Line level Text) in the Detail line

In some cases, we need to add the comment or some text in the detail line level. In Sage X3 we have that functionality to add the comment and some text at line level. We can add the text to line level as follows. Step 1: In the detail line level, we need to click… Read More »

Stock Change in Sage X3

We may come across a scenario where you want to move the stock from one location to another location. Sage X3 have the special feature to achieve this functionality. Follow below steps to achieve this feature: Navigate to Stock > Internal Transactions > Stock changes Enter the quantity that you want to move from one… Read More »

Setup Multiple Sites for Company when there is One Dedicated Storage Site and Rest are Financial Sites Part- 2 (Contd…)

In some industries where the Company has only one Site which actually store and deliver goods and other sites are only financial sites which manage the payments. i.e the financial sites can be stores and the Storage site is a warehouse where goods are stored. E.g. Car showrooms can be financial sites in different part… Read More »