Category Archives: FAQ

Subcontract Returns

By using the Subcontract returns function, you can transfer stock from a subcontract supplier to a new location. This type of transfer is anticipated through transactions. These types of transactions go through a selection panel. There can only be one subcontract transfer note per subcontract supplier, assigned by the selection panel. Assuming that the entered… Read More »

How to add an existing purchase request to an existing PO

A purchase request is a document detailing required items, the number required and when they will be required. Once approved it becomes a purchase order. A purchase request is an unapproved purchase order. The purchase request details what items and services are required, the quantity, supplier, and associated costs. A purchase order is used by… Read More »

How to update the pay approval on a posted purchase invoice in Sage X3

There may be situation that a user needs to change the due date or pay approval on a posted sales invoice or purchase invoices . Sage x3 provides a functionality called the Open item edit function to make the changes to the due date , pay approval as well as other characteristics for open items.… Read More »

How to write encode function on node.js by passing input argument from X3

Node.js files contain tasks that will be executed on certain events. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. Node.js applications are written in JavaScript, and can be run within the Node.js runtime.Node.js files have extension “._js” STEP1: Creating Node.js… Read More »