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: How to delete a line from Grid using web-service in… »

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: Global Deletion of Leave in Sage X3 People »

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: How to check the conformity of a string according to… »

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: Draft Management in Sage X3 »

How to print multiple reports with single report code in Sage X3

You may come across the situation where you have to print multiple reports with single report code. For an example, we have added ZSINV report code to Sales Invoice screen and we want to print two reports on a click of ZSINV. To do so we can add two reports to the grid and try… Read More: How to print multiple reports with single report code in… »

How to Popup File Selection Window in Sage X3

As you know, whenever we want to upload any file either in Sage X3 or in any programming, we get drop box from standard for file selection where we can select the file to be uploaded. As said, this pop up comes from standard. But, in Sage X3 we can pop up dropbox through our… Read More: How to Popup File Selection Window in Sage X3 »

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: How to modify delivered quantity in Sage X3 »

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: Enabling/Disabling Standard Delete and Cancel buttons in Sage Enterprise Management »

How to link unallocated Sales orders with Purchase orders in Sage Enterprise Management

In Sage X3, we may come across a scenario where we need to link unallocated Sales orders to Purchase orders. To solve this functionality: Create a sales order, make sure that the product which is used is not allocated or linked to any stock. Navigate to Stock → Assignment → Assignment workbench Step1: To select… Read More: How to link unallocated Sales orders with Purchase orders in… »