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 »

Check the Price in different Currency Rates

Sage X3 has a special feature of allowing the user to gaze through the Price/Cost/Amount in different currency for every transaction. The price which is converted to different currency is displayed temporarily on the screen. This can be used in order to just check out the actual rate in different currency without any calculation. The… Read More »

Calling of Report through code

Normally the reports are printed just by clicking on the Print Button, but what if we come across scenarios when we need to open the report on runtime. New Stuff: How to open a Closed Purchase Receipts in X3 But no worries we will be guiding you with the same, there is an easy way to… Read More »

How to Assign Default Values to Crystal Reports

When launching a print option from an Sage X3 function, it can be interesting to propose default values to the launch setups. This function is used to store values by default for the print setups as a function of the launch context (identified by a function code). A print means printing a Crystal Reports report,… 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 »