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 »

How to add Free Products to the Orders dynamically

Every retail industry has the concept of providing sample products along with specific products. These products are sold free of cost and hence are considered as Free Products. New Stuff: Allow Tracking of Workorder for Material  short. X3 has provided a concise workaround for handling the business process which involves selling of free products. This process… Read More: How to add Free Products to the Orders dynamically »

Allow Tracking of Work Order for Material Short.

You may have come across a situation where you get the error while tracking the WO: “Material is short and it is prohibited to track this WO”. Below is the step to resolve this problem: New Stuff: Creation dynamic selection list in Sage ERP X3. As you can see the below screen shot, for the WO… Read More: Allow Tracking of Work Order for Material Short. »

How to remove a particular order from credit status hold

Have you come across a scenario where you need to remove the “hold” status of an order without increasing the allowed credit of the Customer? New Stuff: Calling Client application from Sage ERP X3 In such a case, Sage ERP X3 provides a very amiable solution for the above problem. Below is the illustration of… Read More: How to remove a particular order from credit status hold »