Tag Archives: Sage X3 technical blogs

How to do quality sheet check for manufacturing in Sage Enterprise Management

In Sage Enterprise Management, we may come across a scenario where we need to check to perform compulsory technical sheet analysis before production. For such a case Sage X3 provides an inbuilt technical sheet control functionality. Navigate to: Setup → General Parameter → Parameter values In the technical sheet control → Set, Yes with blocking. Now… Read More »

How to create direct Sales invoice from Service Request screen

In Sage X3, we may come across a scenario where we want to create sales invoice from service request screen. This functionality can be achieved by following steps:  Navigate to:  Customer relation → Customer support → Service Request. Step 1: Enter all the mandatory data in the screen. Step 2: In the Management tab, set… Read More »

Outward Letter of Credit Add-on for Sage Enterprise Management

Greytrix with its Letter of Credit (LC) add-on for Sage Enterprise Management (Sage X3) creates a better sense of assurance in such international business transactions. There are two types of letter of credit. Inward LC Outward LC Check Now: Guarantee transactions between buyers & sellers with Letter of Credit Add-on for Sage Enterprise Management (Sage X3) In… Read More »

Inward Letter of Credit Add-on for Sage enterprise Management

The International business exchanges involve risk between the merchant and buyer on the buy of specific merchandise. On the off chance that the buyer neglects to make the installment, the bank covers the sum due. The contributing factors for the risk include the distance between the two parties, distinctive laws in every nation, and the… Read More »

How to display error message in Sage Enterprise Management

In any programming language, error handling is important to assure the application fails safely union. There are different ways to popup error message to users. One of the ways is using Errbox function. We can use Errbox function to display error. The syntax is as follows: der all possible error conditions, expected and unexpected. Sage X3… Read More »

How to check reminder checkbox automatically on customer BP invoice

In a previous blog, we saw Set up the payment reminders for multiple customers. Now in this blog, we see the set up for automatic selection of reminder checkbox on customers BP invoice. In Sage Enterprise Management (Sage X3) there is a functionality of reminder where a user can send the reminder to the customer.… Read More »

How to set default entry transaction in Sage X3

In Sage X3, we can create a number of entry transactions for any function. The entry transactions are used to define various frameworks to enter the different types of entries. Each recorded entry will be so recorded on an entry transaction. If there are multiple transactions for a particular function, an entry transaction dialog box… Read More »

How to define Sales price of product based on Purchase Price

Sage Enterprise Management (Sage X3) provides us with a feature to setup Sales price based on the Purchase price of Product. This set-up is subsequently used for charging a customer based on the purchasing cost of the product. E.g. an instance where you want to sell a product to a customer on the 50% margin… Read More »

How to Setup Stock Count in Sage Enterprise Management

Stock count is a process of counting inventory on a periodic basis throughout the year. It is the physical verification of the quantities and condition of items held in an inventory or warehouse. This may be done to provide an audit of existing stock. It is also the source of stock discrepancy information. Stock-taking may be performed as an intensive… Read More »

How to check the conformity of a string according to a pattern

You may come across the situation where you have to check the conformity of a string according to a pattern. Syntax:  pat(EXPR_STR,EXPR_PAT) EXPR_STR : is a string or CLOB expression that contains the string to be tested. EXPR_PAT   : is a string or CLOB expression that contains the pattern used for the verification. Example :… Read More »