Author Archives: Greytrix

Inward Letter of Credit Add-on for Sage enterprise Management

The International business exchanges involve risk between the merchant and buyer on the buy of specific merchandise. On the off chance that the buyer neglects to make the installment, the bank covers the sum due. The contributing factors for the risk include the distance between the two parties, distinctive laws in every nation, and the… Read More »

How to use 2-dimensional array in Sage Enterprise Management

In Sage X3, we may come across a scenario where we need to use a 2-dimensional array in our code. Please refer the below steps to use a multi-dimensional array in 4GL code. Syntax: Local Char ZLChar (chrlen)(Xlen,Ylen) Where chrlen is the length of the string character. Xlen is the array length along x-direction. Ylen… Read More »

How to translate Menu Item text in Sage X3

You may have come across a situation where you had added a new Menu Item to the Navigation page, but the Description of the Menu Item didn’t get translated. This can be achieved by following the below steps: Open the Menu Item for which you need a translated text. Go to Administration | Authoring |… Read More »

How to set up Price of Carrier using Product Weight

In Sage X3, we may come across a scenario where we need a set price for carrier price. For this, Sage provides an inbuilt functionality. Navigate to: BP → Carrier → Controls Here fixed amount is set as per the weight criteria. Now create a delivery with the same carrier. The carrier pricing will be… Read More »

How to set fixed price of carrier for a specific invoicing element

In Sage X3, we may come across, where a user wants a fixed price of the carrier in a specific invoicing element. This functionality can be achieved by following steps: Navigate to:  Setup → General Parameters → Parameters Values → Sales → Folder → Seed → Invoicing rules → Details If user want to check… Read More »

How to display error message in Sage Enterprise Management

In any programming language, error handling is important to assure the application fails safely union. There are different ways to popup error message to users. One of the ways is using Errbox function. We can use Errbox function to display error. The syntax is as follows: der all possible error conditions, expected and unexpected. Sage X3… Read More »

To Increase the Grid Count of Pack Unit Conversion

As per the basic standard setup, we are only allowed to enter the 4 Pack unit conversion as shown below: But as per the requirement, if the user wants to enter more than 4 pack units then we need to increase the screen size of the “NUC” activity code as per the count required. After… Read More »

How to download a file in a Client Workstation

In Sage X3, we can create a file in the desired location and also move from one folder to another. We got a requirement from a client to get the file downloaded from the browser. To achieve this Sage X3 provides a subprogram ‘COPCLI’ which takes the file path as a parameter and downloads the… Read More »

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 »