Sage X3 V11 – Perform stock multi-counting (Part 1)

How repeating counts reduces the risk of errors in stock count process. In older versions, Sage X3 allowed single count entry, now in V11 you can count the same stock for several times and keep track of each stock count with its total. Though both the single count and multi-count processes are still available. The… Read More »

Importance of an integrated Salesforce – Sage X3 system

“Try GUMU™ for Salesforce – Sage X3 Integration today with features so compelling that provides your organization with a chance to test and evaluate the integration benefits for a true ROI assessment.” Siloed business systems are a yesteryear! Organizations are moving to the next level of digital. Forward-thinking business owners and IT leaders are making… Read More »

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 get the size of the keys

You may come across where you need to check the size of the keys. keylen determines the size of the keys (in number of bytes) for an open table. Keylen is a variable table of the [G] class associated with a table declared by a File command. The dimension of keylen is given by the [G]nbind… 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 »