Category Archives: Sage ERP X3

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 use Entry point to set MAXMEM by user in Sage ERP X3

eatures:  maxmem determines the maximum amount of memory that can be used by the application and modifies this parameter Entry Point: INIVAR It defines certain values of the specific/custom user parameters on entering X3 pr in the situation of a user change, during the declaration of global variables. This entry point is used to give… Read More »

How to Calculate Permutation in Sage X3

Sage X3 provides a special function to calculate permutation of any integer value. The function anp() calculates the number of permutations (for example, ordered arrangements) of p objects taken from n. Syntax for the same is : Syntax: anp(N,P) where, N and P are integer expressions. P must be in the [0,N] range. Example: Fig.… Read More »

How to Kill variable or class of variable

In Sage X3, we may come across a scenario where we want to kill the variable or class of variable. Kill allows you to delete a variable or class of variables. Syntax :  Kill var_clas_list Parameters: var_clas_list:   Description List of classes or variable_names separated by the comma (,) Examples Deletion of an indexed variable of… Read More »

How to find out creation and modification date and user of any transaction

You may come across the situation where you need to find out creation and modification date and the user who modified and created and transaction To do so go utilities ->> Properties of any transaction shown in below screenshot. About Us Greytrix – a globally recognized Premier Sage Gold Development Partner is a one-stop solution… Read More »

How to change Quantity in Purchase Receipt screen

In Sage X3, we may come across a scenario where we want to change the quantity in the purchase receipt screen. This functionality can be achieved by following steps: Navigate to:  Purchase → Receipts → receipts In this screen, when you try to change the quantity of the product, it wouldn’t allow you to change… Read More »

Greytrix Sage CRM – Sage Enterprise Management Integration – All info about Trial, versions supported, migration et al

When you think of business systems to handle your front office and back office operations, you might think of a number of pitfalls such as data redundancy, manual data entry, investing time, struggling to have a complete view of your customer information, lack of data visibility, inflexibility to access real-time data. This new year 2018,… Read More »

How to validate multiple Entry Transactions in Sage X3

You may have come across a situation where you need to validate multiple Entry Transactions. Instead of validating each Entry Transaction individually, there is an option in Sage X3 to validate multiple Entry Transactions at the same time. Follow the below steps to achieve the same. Browse to Development>>Utilities>>Dictionary>>Transaction Generation Refer the following screenshot where… Read More »