Category Archives: Installation

Outward Letter of Credit Add-on for Sage Enterprise Management

Greytrix with its Letter of Credit (LC) add-on for Sage Enterprise Management (Sage X3) creates a better sense of assurance in such international business transactions. There are two types of letter of credit. Inward LC Outward LC Check Now: Guarantee transactions between buyers & sellers with Letter of Credit Add-on for Sage Enterprise Management (Sage X3) In… Read More »

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 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 delete a line from Grid using web-service in Sage Enterprise Management

You may come across a situation where you will need to delete a line from a Grid in Sage X3 using web-services. This can be achieved using the web-service operation “delete lines”. Following is an example used to delete a line from Sales Order Grid using web-service tester in Sage X3. To run the web-service… Read More »

How to get Log File name generated using openlog in Sage X3

We can generate logs using openlog. Also, it is possible to get the name of the log file generated using getlogname() function.  Syntax: LOG_FILE = getlogname() This function returns the file name of the last Sage ERP X3 engine log. When the log mode is activated, a file located in the ‘TMP’ subfolder of the folder… Read More »

How to configure portal expense claims in Sage X3

1. Setup variable to be updated. Note: Uncheck Expense notes 2. Setup Variable for a portal default value as well as the maximum allowable value to be claimed via the portal. These can be configured as separate variables or can comprise the same variable. Note: Check the Folder, The variable for the default and/or maximum values will… Read More »

Auditing Connections in Sage ERP X3

Sage ERP X3 has come up with an interesting feature through which users can now easily monitor or Audit connections in Sage X3. These can be done whenever the AUDIT activity code is activated, the sage software is able to trace all the connections/disconnections to the current folder. These data stored in the ALOGIN table,… Read More »