Author Archives: Greytrix

Currency Rate Decimal Value Set up in Sage X3

Follow below steps to set the decimal value for currency rate. Navigate to: Set Up->General Parameters->Parameter values->Superviser Click on FMT formats action and set “DERCU” parameter values which are used for no decimals currency rate. Hope this helps! About Us Greytrix – a globally recognized Premier Sage Gold Development Partner is a one-stop solution provider… Read More »

How to delete a line from Grid using web-service in Sage Enterprise Management

You may come across a situation where you will need to delete a line from a Grid in Sage X3 using web-services. This can be achieved using the web-service operation “delete lines”. Following is an example used to delete a line from Sales Order Grid using web-service tester in Sage X3. To run the web-service… Read More »

Global Deletion of Leave in Sage X3 People

In Sage X3 People, we may come across a scenario where we may need to do Global Deletion of Leave for a bulk of employees. Navigate to: Time Management → Leave-Absence → Absences → Global Deletion Registration Start and Registration End:- The Employee range for which the leave is to be deleted. Event:- Leave type… 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 »

Draft Management in Sage X3

With globalization, business and trading often use Promissory Note /Bills of Exchange/ Drafts. In Sage Enterprise Management, Draft Management functionality take cares of the Drafts within your accounting. A bill of exchange is a binding agreement by one party to pay a fixed amount of cash to another party as of a predetermined date or… Read More »

How to modify delivered quantity in Sage X3

You may come across a scenario where you want to modify the Delivered quantity after delivery validation. Sage X3 have a special feature to achieve this functionality. Follow below steps to achieve this feature: Navigate to Sales -> Deliveries -> Deliveries Create a delivery and do the validation of it. Now when you try to… Read More »

Enabling/Disabling Standard Delete and Cancel buttons in Sage Enterprise Management

In one of our custom development, we have come across the problem where the standard buttons are not getting enabled or disabled. For e.g. we are calling the additional screen from the standard screen but when we make any changes to that additional screen as per the X3 standard the main screen Cancel or Delete… Read More »