Category Archives: Uncategorized

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 »

Menu to Read Log file in Sage X3

“Smallest factor affects the production”. We believed this saying when we stuck in a scenario where we have to track the changes made in my system after integrating a patch. While integrating a patch in my system we got few of errors. I need to track those errors for creating a new patch for my… Read More »

How to Track Revision in Sales Order

Sage X3 enables us to help keep a track on the revisions made to Order Documents. The revision number tracking can help us determine the number of times the order had undergone changes. You will need to tweak the Parameter SALREV in VEN Sales chapter as Sage X3 do not have the feature of Revision… Read More »

Adding Help to a Custom Field

In X3 we often use the field help by pressing the F1 function key. We can add the same functionality on new customized screens. There are certain standard field documentation associated with X3. This field documentation is nothing but the predefine help files. This help files are already associated with the standard X3 screen’s fields.… Read More »

Closing of Screen via Code

While integrating the Sage X3 with third party application I came across a scenario where I needed to close my X3 screen when another application opens up and that also from the same screen. Doing that was little bit technically complicated but after some findings and research, I found a solution which solved my problem.… Read More »