Tag Archives: sage enterprise management

Free product set-up on Sales Order in Sage Enterprise Management

We may come across a scenario where we want to give a free product on a particular product. We can achieve this feature by doing the below configuration. Let’s say ‘FIN014’ is a parent product and on this parent product user want to give the same product for free if the criteria match with the… Read More »

Write line level field values in a single line through a table with the values in fixed number of fields during file creation

Sometimes while creating/writing to a file we might need to write values from a field in a grid but through a table and not by looping through the grid and the values would be written sequentially in a fixed number of fields in a single line in the file and assigning blank values to the… Read More »

How to enable Group pricing in Sage Enterprise Management

You may come across the situation where you need to use grouped pricing in Sage Enterprise Management. Navigate to → Setup → General parameters → Values → VEN Set the Value of ‘Group price management’ as ‘Yes’. Now the Price list type Grouped will be used for sales transactions. Hope this helps. About Us Greytrix… Read More »

How to print any report on the click of “Create” button for any transaction

You may come across the situation where you have printed the report while creation of any transaction. Consider an example for the same i.e we need to print the report “BONCDE2” while creating a purchase order to do so we have to go to the entry transaction of the purchase order and check Auto Print… Read More »

How to display data in the Traceability screen

In Sage Enterprise Management (Sage X3), we may come across a scenario where we have lot managed product and everything but not we get blank data in the traceability screen. This functionality can be achieved by the following steps:  Navigate to:  Common Data → Products → products → Controls tab For displaying product in the… Read More »

How to Copy FIle in Server using .bat Process

In Sage Enterprise Management (Sage X3) we may need to copy the file from one folder to another folder. We will do it by using .bat process. Syntax: Subprog MoveFile(PATH1,PATH2) Value Char PATH1 Value Char PATH2 Local integer RETURN_VALUE RETURN_VALUE=Delfile(filpath(“TMP”,””,””,””,””,adxmac(0))+’\Copy.bat’) Local Char WRET(250) (0..4) Openo filpath(“TMP”,””,””,””,””,adxmac(0))+’\Copy.bat’ Using [FACS] WRET(0)=”copy “+PATH1+” “+PATH2 Wrseq WRET(0) Using [FACS]… Read More »

How to link Menu Item to Excel | Sage Enterprise Management

We have come across the requirement where excel data needs to be refreshed on the basis of Sage X3 data. This can be achieved with the below steps. We will need Sage addin available in the Microsoft Excel, this addin will link the data with Sage X3 database. If you will have Sage Addin available, this… Read More »

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 »

Greytrix Africa triumphs as Sage Enterprise Management Partner of the Year for Service Enterprise

Initiating a new age of collaboration and implementation: Greytrix Africa wins Sage Enterprise Management Partner of the Year for Service Enterprise in FY 18-19. Greytrix Africa has throughout East Africa, successfully delivered consulting and implementation services for Sage Enterprise Management. This has provided Greytrix Africa an unbeatable edge in understanding the requirements of end users… 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 »