Category Archives: Uncategorized

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 »

Moving a file from a directory

Sage X3 has a special feature of moving a file from one directory to another. The Sage X3 has a simple function through which we can easily move the file present in the specified directory to the specified location. New Stuff : Opening Java Bridge Connection through code MOVE:  This function can be used to move… Read More »

Parcel Content in Sage X3

Functional Path:Sales → Inquiries → Parcel Content Parcel Content, the name is leading us to think about package … right..yes In sage X3, this functionality is used to see the details about the package which is delivered to a site. This Inquiry helps in getting all the information of package such as “Picker”, “Package weight”, “Carrier” etc..… Read More »