Category Archives: Sage ERP X3

Integrating Loyalty program with Sage X3 system

Customer Retention is the important business sense for the growth of an organization. We have to keep our customers engaged and interested in our products and services. With some improvement in service quality and loyalty incentives, it is easier to retain the existing customer base and keep them happy. The 3 pronged approach to retaining… Read More »

How to mandate Dimension Types in any transaction wherever required at company level

You may come across a scenario where you would like to mandate Dimension Types at transaction level, you can do the same with the following setups. Go to- Setup> Organizational Structure > Companies New Stuff:How to Disable Inventory Shortage generation in Transactions and Inquiries Select Company for which you would like to impose the same… Read More »

How to Set Cursor to a given edit box via Code in Sage X3…?

There can be occasions when you want to Move focus/cursor to a particular tab, edit box or drop down programatically. In a custom development we have come across the above scenario where in we need to move cursor to second tab automatically when user enters valid sales order number in first tab. New Stuff: How to… Read More »

How to search product price list

Sage X3 has a special feature for search product price list before ordering a product from a customer, or even for checking reasons, it is possible to check which price list will be applied at a given date, for a given currency, for given sites and finally a given quantity, for the product-customer pair. New Stuff: How… Read More »

How to know the status of the last executed sql statement

In our development, we rarely execute the Sql statement using Exesql instruction. But how will you come to know that your statement has executed successfully or not. To check the status of your last executed sql statement we will use Adxsqlrec keyword in our code soon after executing Exesql instruction. New Stuff: How to restrict products… Read More »