Tag Archives: Sage X3 Technical blog

How to perform automatic and multiple assignments using the assignments function

In Sage X3, assignment rules are used to define how transactions, such as sales orders or purchase orders, are automatically assigned to specific resources or entities. These rules are part of the Resource Planning module, which helps in optimizing resource utilization and improving efficiency in managing various business processes.Assigning orders (needs and resources) among one… Read More: How to perform automatic and multiple assignments using the assignments… »

How to create pie chart in Sage Enterprise Intelligence (SEI) report

Sage Enterprise Intelligence is an intuitive business intelligence solution integrated with your Sage business management system to help business users reduce time spent on analysis and reporting and make faster, better-informed decisions. It empowers all users with a simple solution to access and analyse data in a self-sufficient manner, which eliminates the need for disparate… Read More: How to create pie chart in Sage Enterprise Intelligence (SEI)… »

Feature: How to create product with specific naming format using Product configurator in Sage X3

Introduction: As we know, Product configurator is the Sage x3 functionality which allows to create product along with BOMs, routing etc. There are some basic parameters that need to be set first. The first one is Configurator symbol where we can define the questions which can be used while using the configurator. The navigation for… Read More: Feature: How to create product with specific naming format using… »

How to get the version number associated with the product code?

In Sage x3, we may come across a situation where we have to get the version number of the product installed and use it in our code to display the same. Sage X3 provides a Method ‘AGETLIC_PRODUCTVER’ that returns the product version. Method: fmet GACTX. AGETLIC_PRODUCTVER (“1”) Code snippet: Local char YLICINFO (30) YLICINFO= fmet… Read More: How to get the version number associated with the product… »

How to translate Menu Item text in Sage X3

You may have come across a situation where you had added a new Menu Item to the Navigation page, but the Description of the Menu Item didn’t get translated. This can be achieved by following the below steps: Open the Menu Item for which you need a translated text. Go to Administration | Authoring |… Read More: How to translate Menu Item text in Sage X3 »

How to set fixed price of carrier for a specific invoicing element

In Sage X3, we may come across, where a user wants a fixed price of the carrier in a specific invoicing element. This functionality can be achieved by following steps: Navigate to:  Setup → General Parameters → Parameters Values → Sales → Folder → Seed → Invoicing rules → Details If user want to check… Read More: How to set fixed price of carrier for a specific… »

How to close a site in Sage Enterprise Management (Sage X3) that is no longer in use

In your Sage Enterprise Management (formerly Sage X3), there can be sites that you may want to close down. The prominent reason for the closure of sites in Sage Enterprise Management (Sage X3) can be because of the minimal usage. Closing a site in Sage Enterprise Management (Sage X3) is a difficult process. To address… Read More: How to close a site in Sage Enterprise Management (Sage… »

How to add language in Sage X3

We may come across a scenario where users need multiple languages for their comfort. For such scenario’s Sage X3 provides a standard inbuilt functionality. Navigate: Parameters >> General Parameters>>Folders – Initialize TAB Add the languages which the users need in languages section. Validate the folder after making changes. Users can use the language from the… Read More: How to add language in Sage X3 »

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”Valuation price null not authorized!” error in Sage… »

How to call a subroutine or methods in Sage X3 using instance

Like any other programming language, Sage X3 also supports functions/methods/subroutines. Though the syntax for defining these functions are different in all languages, the purpose is similar to perform actions and return (or not to return) any result. But, there are certain subroutines which do not return any value as a result. In Sage X3, these… Read More: How to call a subroutine or methods in Sage X3… »