Checking the Type of variable

Sometimes when you do coding, you may come across a situation where you don’t know what is the data type of the variable and you may be initializing the variable which may give you “Type compatibility error”. This issue can be handled in the code. If you have a check on this variable with the… Read More »

WO reactivation and Product tracking deletion in sage X3

If we close the firm work orders in process which have been tracked before hand.The Complete function specifies the status “completed” of each operation, material and product line released. The WO status changes automatically from “in process” to “completed”. It is possible to continue to perform production tracking on a completed work order that is not… Read More »

Modifying the standard log file

While working for one of client’s customization I was looking to import the sequential file in order to create a Sales Order in X3. I created a new import template in X3 and assigned an object of Sales order i.e. SOH to my import template. Using my template though I was successfully imported the data… Read More »

Deleting a file from a directory

Sage X3 has a special feature to delete a file from a directory. The Sage X3 has a simple function through which we can easily delete the file present in the specified directory. New Stuff: How to add a Product to multiple sites simultaneously SYSTEME: This function can be used to delete the file present in the… Read More »

Changing Labels of standard miscellaneous tables

In the Sage X3 implementation there may be a need of changing the label (title) of standard miscellaneous table like product-customer statistical group. We cannot change the label of this standard miscellaneous table through miscellaneous table screen as the description field always is in display mode. However Sage X3 has provided an additional function (screen)… Read More »

Checking the Existence of variable

You may come across the situation where you need to find the syntax which checks the scope of the variable and helps you to find out the existence of the variable. This syntax will help you avoiding a basic crashing issue “variable non-existence.” This will be handled just by checking variable with the help of… Read More »