Category Archives: Uncategorized

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 »

Purchase Request Signature

In our previous blog, we had discussed about some tips on configuring the Signature Workflow. Continuing on the same topic, we will discuss the Signature Workflow of X3 but with some specialized scenarios in this blog. Related Post: How to Setup Quote Signature Management Let’s take an example of a business scenario wherein the business… Read More »

How to suppress Log File display?

Often we come across customizations where I wanted to use to create the bulk transaction. But while we were doing this we found that the standard function generates and displays the log after each record processing, while we were looking to display the log at the end of all record processing. New Stuff: Integrate a specific… Read More »