Category Archives: Sage ERP X3

How to add Report in the List of Transaction Print Option

To access a report we need to add the report in respective screen from where we can print it. Following are the steps to achieve the same:- 1)  Create new report dictionary. →After creation of a report, create the report dictionary. Navigate to: Development – Script dictionary – Reports Enter all the details, make sure… Read More »

How to enable the “Description” column in the grid of Journal Entry screen

Navigate: Development -> Script dictionary -> Screens 1. Select abbrevation ‘HAE1’ 2. Select HAE1 screen entry transaction where you want to add the Description column. 3. Select Fields tab. 4. Go to field ACC1 5. In the column Link, Select ‘Long’. 6. Go to field Tax. 7. In column Type, Select Parameters. A pop up… Read More »

How To Get folder path in Sage X3 Version 7 or higher

You may come across the situation where you need to access the physical folder path in Sage X3. It could be easily achieved with the help of the keyword ‘filpath’.   filpath: Filpath creates the access path to a file on a Sage ERP X3 application server. Syntax: Current_Folder_PATH=filpath(“”, “”, “”) Specific_Folder_PATH =filpath(“”,””,””,”Folder_Name”,””) Parameter Details: Folder_Name:… Read More »

How to get Folder Path in Sage X3

You may come across the situation where you need to access the physical folder path in Sage X3. It could be easily achieved with the help of the keyword ‘filpath’. filpath: Filpath creates the access path to a file on a Sage ERP X3 application server. Syntax: Current_Folder_PATH=filpath(“”, “”, “”) Specific_Folder_PATH =filpath(“”,””,””,”Folder_Name”,””)             Parameter Details: Folder_Name:… Read More »