Category Archives: FAQ

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 »

Define State field in BP Master

In this blog, we will see how to add State field in BP Master.This can be done by following below mentioned steps. Step 1: As seen from below Screenshot no State field is there in BP Master Screen. Follow the below steps Navigate:Common Data->Common Tables->Countries->Details Tab Do the following setting 1. Select Subdivision checkbox 2.… Read More »

How to solve “Stocks-Site parameters are not defined” error while importing file using ‘INV’ Template

We may come across the scenario where we face the below issue while importing file in ‘INV’ template for creating stock counts. Fig1.1 shows an error message which displays in the log while importing file. Above error gets resolved by the following steps: STEP I: Navigate to :Setup->Stock->Stock Parameters. STEP II: In Reordering Tab enter all… Read More »

How to display customized field in Inquiry screen in Sage X3

In Sage X3, we can add a customized field in existing inquiry screens. To reflect the changes we perform entry transaction validation of respective Inquiry code. However, sometimes, it may happen in spite of validating it the changes do not reflect. In such cases, you need to check whether you have set order for the… Read More »

How to Solve “Journal not open error” in Sage Enterprise Management

In Sage Enterprise Management, we may come across a scenario where we may face the below journal, not open error while running the accounting interface. This error resolve by following steps: Navigate to: Common data → G/L accounting tables → Journal codes Enter the company and opening date and click on the OK button. Hope… Read More »

How to save and recall report parameter values for any report in Sage Enterprise Management

In Sage Enterprise Management, as you know we have a special function to print the reports. To print a report, we need to enter the values in report parameters. In case, there are multiple parameters and you want to print the report for same parameters in future then instead of entering all the parameter values… Read More »

How to launch SQL Request in Sage Enterprise Management

As you know, Sage Enterprise Management provides its own select, update statements like SQL. For efficiency, we can use SQL queries in Sage X3. Sage X3 provides special function to execute SQL statements/ commands. The special function is Execsql. It is used to launch a SQL request that does not require the return of information,… Read More »