Category Archives: Sage ERP X3

How to do Location change of specific document through code…?

In one of our customization, there was a requirement where quantity allocated to transactions (order, delivery etc.) should be moved to another transaction. To do this we think of using standard Location change function. But creating location change record will not move the inventory allocated to the specific document (it does the location change for… Read More »

Determines the quantity of available memory at a given time

There may be a scenario where we need to check if there is enough available memory for executing any tasks. New Stuff: How to concatenate a field in sage X3 V7? “Freemem” is used to determine the quantity of available memory at a given time. Below code snippet gives the total memory available to use within a… Read More »

How to check if the transaction is being locked in another workstation?

In Sage X3 customization you may came across the scenarios where you want to add validation on based on the record lock condition. If the record is lock on another work station then the record cannot be updated on another workstation. New Stuff: How to add months to your date variable in Sage X3 version 7… Read More »

How to open web browser from sage x3

You may have come across a situation where you would like open any website through sage x3 in order to open any specific URL. With the help of “Callui” you may be able to open specific URL in the browser.  Also “Callui” is used to pilot the client. The client receives (via the engine) the… Read More »