Tag Archives: usage

How to make multiple selection of transaction in single field

In Sage X3, there are various types of transactions for different modules such as sales order, purchase order, sales invoice, purchase invoice, customer BP invoice, etc. Sage X3 have feature of selection that is a “lookup” button on fields which helps the user to choice a particular selection. Sometimes there may be requirement for particular… Read More: How to make multiple selection of transaction in single field »

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