Category Archives: Features

How to Find a Factorial of Any Integer Number in Sage X3?

We may come across a situation, where we need to calculate a factorial of any integer. Sage X3 provides built-in function ‘fac’ to calculate the same. Fac: It calculates a factorial of any integer value. Syntax: fac(integer) To better understand this, refer the below snippet of code:

How to enable or disable new button in window?

We may come across the situation, where we want to enable or disable NEW button in window. Sage X3 has a special function to enable or disable new button in window. To enable new button, use the below syntax. Syntax: Enable GSTACRE Parameter details: Enable: Enable is the function that is used to enable the… Read More »

How to assign the technical sheet for each operation of work order in Sage X3?

You may come across a situation where you want to attach the Technical sheet to every operation of work order? Sage x3 has standard feature where you can attach the technical sheet. Follow the below steps to attach the technical sheet entry Navigate: Manufacturing ->Planning->Work order->Operations tab In management tab attach the technical sheet.

Use of “nomap” variable in Sage X3

As we all know that Sage X3 can have more than one folder/application. So the question is how we will get to know current folder/application name while accessing Sage X3 ERP. Here X3 provide special “nomap” variable, which complete your requirement. nomap is a variable that is only accessible in read mode and which determines… Read More »

Set-ups and Process flow for Multi-level MRP in Sage X3 V7

Pre requisites for Multi-Level MRP Processing are same as the planning or normal MRP (Refer blog on Set Ups and Flow on MRP Process), except you needs to Define Multi Level BOM and Routing. Now the Multi-Level Planning can be achieved either by going directly to Manufacturing→Planning→Multi Level Planning OR It can also be done… Read More »

How to automatically allocate the work order

Sage X3 has a feature where we can automatically allocate automated work order generated from sales order at the time of creation. To successfully implement this functionality follow below steps: Navigate to: Setup>Manufacturing>Entry transactions>Work orders>AUT (Automatic generation) Select AUT Automatic transaction. Select Automatic global () or Automatic Click on save Click on Validation button

How to disallow user to unblock an order?

Sage X3 has a parameter which can be used to disallow a particular user with the rights to unlock an order which has been put on hold manually or whose credit status is blocked. To disable a particular user to unblock sales order, please follow the following steps: Step 1: Go to Setup >General Parameters>Parameter values… Read More »

How to change the Sage X3 User Password?

There is an easy way in Sage ERP X3 to change the user password. With the use of standard function PASSE (Password change), one can easily change the Sage ERP X3 user password. New Stuff: How to setup default location for the product Function: PASSE (Password Change) Usage: User → Password Change Screen: Description: This function makes it… Read More »

How to use ‘Invoicing methods’ for Customer invoicing in Sage Enterprise Management

Sage ERP X3 provides us with a feature to setup different invoicing methods. These methods are subsequently used for issuing invoices to customers. E.g. An instance where we want to raise a weekly invoice for a customer i.e. invoicing for all the deliveries to the customer in a week, how we can effectively use the… Read More »

Leveraging the Sigma Function Within Sage X3

In one of our last blog, we had seen the use of Calculator in Sage X3. Going further, we will now throw more light on the use and functionality of the same. New Stuff: How to remove spaces from a string To use the sigma formula, firstly we can open the calculator by pressing “Alt+Ctrl+k”. Also… Read More »