Author Archives: Greytrix

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 »

How to Find a Sub String in a String

There Is a common scenario in development where we need to find a sub string from a string value. Just to help with the syntax we will be providing the help on the syntax, this is to find a particular value from a series of numerical, alphanumerical or date expressions or variables. New Stuff: How to… Read More »

Creating a directory Programmatically in X3

As a developer we often need to use file handling operations, thus we would like to introduce some Sage X3 file handlers to you. Let’s proceed with the basic of creating a directory in X3 programmatically. New Stuff: Purchase Request Signature SYSTEME: This function can be used to create a directory. This function is available in… Read More »