Category Archives: Uncategorized

How to execute import utility using code

Sage ERP X3 has a functionality of creating Import/Export template which works quite efficiently. The only thing that has to be done manually through export utility under Usage is : Imports/Exports->Exports, (GEXPOBJ). However, Sage ERP X3 has a functionality of creating Import/Export template in XML format which can be done manually after following some simple… Read More: How to execute import utility using code »

How to pass dynamic data in Crystal reports from Sage X3

While working on a crystal report we come across the situation where we want to process data from several tables before running the report.  In this situation X3 provide specific coding feature where we can write code to pull data from several tables and screens and we can pass to Crystal report before running. We… Read More: How to pass dynamic data in Crystal reports from Sage… »

How to setup default location for the product

Sage ERP X3 offers flexibility to manage default location for a product within site for different operations. For instance, if a product exists in multiple locations of the site and for each operation (receipt, shipping, picking) has to be carried from different location, then we can add a default location for that particular operation. New Stuff: How… Read More: How to setup default location for the product »

How to implement validation on the Grid right click selection

This blog post will guide you in implementing validation before performing any standard right click selection functionality in the grid level. New Stuff: How to execute Import utility using code? Status is the variable used to know the result of an entry operation. There are various possible values for this variable depending on the entry operation.… Read More: How to implement validation on the Grid right click selection »

How to execute Import utility using code

Sage ERP X3 has a functionality of creating Import/Export template which works quite efficiently. The only thing that has to be done manually, through import utility under Usage ->Imports/Exports->Imports (GIMPOBJ). New Stuff: Adding selection window for any action. However, you can also import the records through code as shown below: You can write the following lines… Read More: How to execute Import utility using code »