Author Archives: Greytrix

How to change the Sage X3 User Password?

There is an easy way in Sage ERP X3 to change the user password. With the use of standard function PASSE (Password change), one can easily change the Sage ERP X3 user password. New Stuff: How to setup default location for the product Function: PASSE (Password Change) Usage: User → Password Change Screen: Description: This function makes it… Read More: How to change the Sage X3 User Password? »

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 »

Adding selection window for any action

Sage ERP X3 provides the functionality of Select Recordings in a grid, via a window. Choose is used to open a window on a list of recordings extracted from a table and then to select a recording. New Stuff: Adding Menu Items in Sage ERP Version7 Syntax: Choose class [ Where Where_exp]  [ Order by  Order_by_exp… Read More: Adding selection window for any action »