Tag Archives: Sage X3 functionality

How to solve if product line is getting blank on duplication in Sales Order Screen

In Sage Enterprise Management, we may come across a scenario where we want the same data line while doing duplication of any transaction but the line is getting blank. This functionality can be achieved by the following steps:  Navigate to: Common data → Products → Products → After sales tab Check product type and service… Read More »

How to display data in the Traceability screen

In Sage Enterprise Management (Sage X3), we may come across a scenario where we have lot managed product and everything but not we get blank data in the traceability screen. This functionality can be achieved by the following steps:  Navigate to:  Common Data → Products → products → Controls tab For displaying product in the… Read More »

How to modify delivered quantity in Sage X3

You may come across a scenario where you want to modify the Delivered quantity after delivery validation. Sage X3 have a special feature to achieve this functionality. Follow below steps to achieve this feature: Navigate to Sales -> Deliveries -> Deliveries Create a delivery and do the validation of it. Now when you try to… Read More »

How to Rename Menus in Favourites in Sage X3

New versions of Sage X3 provides many additional useful functions and features, unlike V6. New versions of Sage X3 provides a special feature for renaming your favorite menus. Sometimes it becomes difficult to remember X3 menu with it’s defined name. To overcome this, we can rename menus with easy names for quicker access. There is… Read More »

How to find the square root of the Number

The Sage X3 function holds the function which calculates the square root of the given number. Below is the syntax to calculate the same. Syntax: sqr(numeric value) Example: The return type of function (i.e sqr()) is double if we will assign a value to integer data type it will parse the value to the integer. This… Read More »

How to Execute Recurring Batch Task Only Once

Sage X3 provides the recurring batch task functionality to execute a particular task after certain time period. Like if a user wants to schedule a task to be executed weekly or monthly, user can schedule his task. A user can define properties of recurring task such as starting time and ending time, frequency etc. It… Read More »

How to Disable the Print Option in Invoice for the Particular User

If we want to disable the print option for the particular user then Sage X3 provides feature to disable the print option for the particular user. To successfully bring this functionality follow below steps: Navigate to: Setup>Users>Functional profile> Report Tab Select the profile code of the user. Set external document to Yes   Hope this… Read More »

How to Open a Screen, when Single Object is bound with Multiple Screens?

If we want a particular screen to open among several screens, where single object is bound with the multiple screens then Sage X3 provides a functionality for the same. To access screen using Code check below link: – https://www.greytrix.com/blogs/sagex3/2014/01/30/how-to-access-screen-using-code/ Now, let’s see how we will get the required screen based on certain conditions. If you have… Read More »

How to Disable the Post Button in Invoice for the Particular User?

Sage X3 provide feature to disable the post button for the particular user. To successfully bring this functionality follow below steps. Step 1: Go to the Functional profile Step 2: Navigate to: Setup>Users>Functional profile Step 3: Remove the BPSVAL function of the profile code for which particular user is linked. Hope this helps. About Us… Read More »