Category Archives: Features

How to modify delivered quantity in Sage X3

You may come across a scenario where you want to modify the Delivered quantity after delivery validation. Sage X3 have a special feature to achieve this functionality. Follow below steps to achieve this feature: Navigate to Sales -> Deliveries -> Deliveries Create a delivery and do the validation of it. Now when you try to… Read More »

How to link unallocated Sales orders with Purchase orders in Sage Enterprise Management

In Sage X3, we may come across a scenario where we need to link unallocated Sales orders to Purchase orders. To solve this functionality: Create a sales order, make sure that the product which is used is not allocated or linked to any stock. Navigate to Stock → Assignment → Assignment workbench Step1: To select… Read More »

Table setup/import functionality in Sage Enterprise Management (Sage X3)

In Sage X3, ‘Table setup/import’ is a coding translation function that is used to describe the correspondence between a Sage ERP X3 import/export template and file created by other templates, but also to give the default values to fill the fields that are not present in the original template. Navigate to Parameters > Usage >… Read More »

How to solve “No sequence is assigned to this document” error in Purchase Shipment Screen

In Sage X3, we may come across a scenario where we get “No sequence is assigned to this document” pop up message while creating the purchase shipment. To solve this error message follow the below steps. Navigate to: Purchasing → Shipments → shipments Now for solving this message, Navigate to: Parameters → General Parameters →… Read More »

Checking whether class instance can be modified in Sage Enterprise Management

In Sage Enterprise Management, we have a built-in “Isreadonly” property to check whether the class instance can be modified. This built-in property returns whether the properties of an instance can be modified or not. It can be tested but not modified. Syntax If MY_INSTANCE.isReadonly is 1, properties cannot be modified. Any modification attempt will raise an error with error… Read More »

Activation of Optimization function of manufacturing module in Sage Enterprise Management

In Sage Enterprise Management (formerly Sage X3), Optimization function concerns a selection of work orders in process, for a given analysis horizon. Optimization function launch screen, it is possible to enter a start date, an end date, and a process date. According to the values entered for these various dates and the values assigned to… Read More »

How to solve “Tax code mandatory: no tax determination rule applies” error message in sales order screen

In Sage Enterprise Management, we may come across a scenario where we get “No tax determination rule applies” pop up message. To solve this error message follow the below steps:  Navigate to: Sales -> Orders -> Orders Now, create the new sales order and in the product line set Tax Level 1 as “ECO” after… Read More »

How to add properties to the object

You may come across the situation where you want to give some summary information linked to the current record. Thanks to the menu File / Properties where we can add the information. This information will be available by right click (Properties line) for all fields corresponding to the key for an object. Set up -> General Parameters -> Properties… Read More »

To identify the server in which the current folder is installed in Sage X3

adxmac is a function used to identify the server in which the current folder, or one of its reference folder, is installed. It also allows you to obtain the network name of the client (in version 7 mode, the client is the node.js server) Syntax:  adxmac(Index) Examples:  # What is the application server name APPSERV_NAME=adxmac(0)… Read More »

How to skip entry transaction pop-up and select a default entry transaction?

You might have come across a situation where you might have to open a window via code. Here, if there are multiple entry transactions for the window, then the Entry Transaction Dialog will pop-up and would require the user to manually select the Entry transaction before the opening of the desired window. This can be… Read More »