Tag Archives: Sage X3 technical blogs

Entry point to update fields in additional line created during sales transaction in Sage Enterprise Management

This entry point is used during the automatic generation of a sales document line (quote, order, shipment, invoice) coming from a BOM breakdown or the generation of a free item from the price list search (normal or grouped). It is located at the end of the generation of the line and is used to insert… Read More »

Entry point to intervene in grouped price lists | Sage Enterprise Management

In Sage Enterprise Management, there may be a requirement where you want to update the price coming from grouped price lists. ‘RECHGROUP’ entry point is used to intervene in the three types of modifications carried out by the grouped price lists. Line modifications: The value 1 in the variable [M] GRPFLG (line no.) signifies that… Read More »

How to set the User as Employee in Sage Enterprise Management

In Sage Enterprise Management, there may be a requirement where you need to set the user as an employee. In this blog, we set the Sage X3 user as Employee. Follow the below steps to set up. Navigate To: Set up > User > Users > Parameters Set the “AUSHDKA” After-sales emplyoee equal to “Yes”.… Read More »

How to get descriptive values from Miscellaneous Tables Value in Sage Enterprise Management

You may come across the situation, where you need to read the description from the miscellaneous table. One of the possible ways to do is as below: If !clalev ([ZAT]) : Local File ATEXTRA[ZAT]  : Endif For  [ZAT] WHERE CODFIC=’ATABDIV’ AND IDENT1=’32’ AND ZONE=’LNGDES’ AND LANGUE=GLANGUE infbox num$(TEXTE) next The TEXTE will return you the… Read More »

How to set Tax Year Start and Tax Year End in Sage Enterprise Management People

In Sage Enterprise Management People, we need to define Tax Year Start and Tax Year End after the “Year End Process”. Follow below steps: Navigate to: Setup → General Parameter → Parameter values → PAY Payroll-General Parameters → DAT In TAXSTRDAT enter the Tax Year Start date and in  TAXENDDAT enter  Tax Year End date.… Read More »

How to do quality sheet check for manufacturing in Sage Enterprise Management

In Sage Enterprise Management, we may come across a scenario where we need to check to perform compulsory technical sheet analysis before production. For such a case Sage X3 provides an inbuilt technical sheet control functionality. Navigate to: Setup → General Parameter → Parameter values In the technical sheet control → Set, Yes with blocking. Now… Read More »

How to create direct Sales invoice from Service Request screen

In Sage X3, we may come across a scenario where we want to create sales invoice from service request screen. This functionality can be achieved by following steps:  Navigate to:  Customer relation → Customer support → Service Request. Step 1: Enter all the mandatory data in the screen. Step 2: In the Management tab, set… Read More »

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 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 »