Tag Archives: Sage X3 Blogs

How to find out the Local menu number of any message

You may come across the situation where you get any error message, and you need to find out the local menu of that message. You can go to the >>Transaction>>text search Hope this helps!   About Us Greytrix is one stop solution provider for Sage ERP and Sage CRM needs. We provide complete end-to-end assistance… 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 »

Inactive/active setup for assets import

In Sage X3, we may come across a scenario where we want to import fixed assets by using an import template. As imported asset is automatically considered as “Inactive”, Sage X3 has a functionality where we can set the imported parameter to”Active”. Navigate To: Set UP>General parameter>Parameter values>AAS Fixed assets Fixed Assets Parameter Set-up Screen-1… Read More »

How to get the Length of a Character String in Sage X3?

In Sage X3, we may come across various scenarios where we need to get the length of a character string from an existing string. Sage X3 provides “LEN” keyword which returns the length of a character string. Syntax: len(expr_c) Example: # Display the content of the variable DATA with blanks spaces to 25 characters. Output:… Read More »

How to solve “Valuation Method Not Found” error

We may face an error that “Valuation method not found” during the creation of miscellaneous receipt. Follow steps to overcome this error: Below is the screenshot of the error message you may face during the creation of miscellaneous receipt. To solve this error Navigate to Products >Products Site>Cost tab (Refer screenshots). Select Valuation method from… Read More »

How to extract a left sub-string from a given string in Sage Enterprise Management?

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

How to enable Runtime logging to create a debug trace in V7?

There are situations where you have used Eclipse to debug, you may have noticed that for large traces Eclips may hang or product errors. In Sage X3 V7 you can trace an issue of all the code lines in the log file using below steps. To enable runtime logging follow below steps: Navigate : Administration… 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 »