Tag Archives: Sage X3 technical blogs

How to check reminder checkbox automatically on customer BP invoice

In a previous blog, we saw Set up the payment reminders for multiple customers. Now in this blog, we see the set up for automatic selection of reminder checkbox on customers BP invoice. In Sage Enterprise Management (Sage X3) there is a functionality of reminder where a user can send the reminder to the customer.… Read More »

How to set default entry transaction in Sage X3

In Sage X3, we can create a number of entry transactions for any function. The entry transactions are used to define various frameworks to enter the different types of entries. Each recorded entry will be so recorded on an entry transaction. If there are multiple transactions for a particular function, an entry transaction dialog box… Read More »

How to define Sales price of product based on Purchase Price

Sage Enterprise Management (Sage X3) provides us with a feature to setup Sales price based on the Purchase price of Product. This set-up is subsequently used for charging a customer based on the purchasing cost of the product. E.g. an instance where you want to sell a product to a customer on the 50% margin… Read More »

How to Setup Stock Count in Sage Enterprise Management

Stock count is a process of counting inventory on a periodic basis throughout the year. It is the physical verification of the quantities and condition of items held in an inventory or warehouse. This may be done to provide an audit of existing stock. It is also the source of stock discrepancy information. Stock-taking may be performed as an intensive… Read More »

How to check the conformity of a string according to a pattern

You may come across the situation where you have to check the conformity of a string according to a pattern. Syntax:  pat(EXPR_STR,EXPR_PAT) EXPR_STR : is a string or CLOB expression that contains the string to be tested. EXPR_PAT   : is a string or CLOB expression that contains the pattern used for the verification. Example :… 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 »

How to solve “Field VACBPR : Record does not exist for the current legislation [ANG]” error message on the back to back order

In Sage X3, we may come across a scenario where we face the difficulty while creating the back to back order. To solve this functionality:  Step1:  Navigate to Sales → Orders → orders Create a sales order, make sure that the product which we used in the lines grid, the supplier has to be defined… 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 set report destination by user in Sage Enterprise Management (formerly Sage X3)

You may come across the situation where you need to set different report destinations for different users. To set the destination user go to Set up >>Destination by user Select a user for which you want to set a destination, report name, and destination. About Us Greytrix is a one-stop solution provider for Sage ERP… Read More »