Category Archives: Features

How to set up matching tolerance for purchase receipt

Matching tolerance is a functionality in Sage X3 which allows the user to set up and maintain tolerances in purchase module. Kindly follow the below mentioned step to set up matching tolerance: Navigate to Setup >> Purchasing >>Matching tolerances The Matching tolerances codes are used to define the degree to which the quantity of purchased… Read More »

How to run accounting task for multiple transactions

We may come across a scenario where we want to run an accounting task for multiple transactions at a time. We can achieve this functionality by using the below steps: Navigate to Usage > Batch Server > Accounting tasks Stop the accounting task. Now navigate to Set-up > Financial > Accounting interface > Accounting tasks… Read More »

How to repeat a sub-string using Sage X3 keyword

You may come across where you wanna a repeat the word n times. String$ is used to define a string , the result of repeating a sub- string or an ascii code. If the number of characters in the result is more than 255, the string returned is truncated to 255 characters without generating an… Read More »

How to find the inverse hyperbolic cosine of a number

In Sage X3, you may come across various scenarios where you need to get the fins the inverse cosine of a specified number. Sage X3 provides “ach” hyperbolic function which return the inverse hyperbolic cosine of a specified number. Syntax : ach(number) Examples :   Output : fig. Number value   Notes : For real… 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 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 »