Category Archives: Tips

How to use and setup the functionality of early discount / late charges for Supplier Invoice in Sage X3 version 12

An early payment discount is one form of trade finance and a way for companies to obtain a discount on a supplier’s invoice in exchange for paying the supplier early. In other words, a company pays less than the full amount due while the supplier receives payment earlier than they would under standard payment terms.… Read More »

How to add the Dashboard in Sage X3 Version 12

In some requirement, user may wants to see some reports when they login to the Sage X3, or for the management people thy need to see the any sets of records like Open Sales Order, Open Invoice, outstanding and many more on the login of the Sage X3. We can achieve this by following the… Read More »

How to modify Financial Assets details in Sage X3

Sage X3 Fixed Asset helps to manage different financial Assets created in it along with its modification functionality. The financial asset corresponds to Fixed Asset. While using Sage X3, user may come across such scenarios where asset related information requires some modification to be incorporated. Once the asset creation is confirmed, the entered information can… Read More »

How to enable Accounts mapping section under Accounting Code in Sage X3

In Sage X3, when a new folder is created we may come across a scenario where we don’t see a column to map accounts in Accounting code lines. Below screen capture depicts the navigation to enable the column: Navigate to Setup–>Financial –>Accounting interface–>Accounting Code Step 1: Navigate to Setup –>General Parameters–>Parameter Values. Step 2: From… Read More »

How to create document category in Sage X3 People

In Sage X3 People, to create document category the local menu function can be used. In standard Sage X3 People, below screen capture depicts the navigation to local menu function Navigate to Development –> Local Menu-messages To create document category by using standard functionality in letter generation below are the steps to follow Step 1:… Read More »

Extracting a variable length amount from a file line

There might be a situation where we would need to read a file and extract a variable length amount from a line. So, consider an example string/file line- “abcdef1122,52pqr”. Here the amount which we need to extract is “1122,52”. Refer the below code snippet- Here, First, we find the position of “,” and store it… Read More »

Getting the List of Accessible Classes in the Current Application

We may encounter a scenario where we want to know the names of the classes that are accessible in a current application. For this, CLANAM function can be used. The CLANAM function is basically used for acquiring the list of classes accessible to the current application.CLANAM function returns the Char type. Syntax : clanam(< Class… Read More »