Tag Archives: Sage X3 Blogs

How to Use a not-usable Component in Work Order

In Sage ERP X3, there is a feature where you can check whether the component used in a product is non-usable or not while creating a work order. This can be achieved by following below steps:- Navigate to Setup → General Parameters → Parameters values Under Module → GPA Manufacturing and Group → Work Order… Read More »

How to delete Supplier Intercompany Invoice

We may come across scenarios where we want to delete Supplier Intercompany Invoice. To achieve this functionality follow below steps: Navigate to General Parameter>Parameter values>TC Common Data>Folder>INV Group>SIVSUP parameter. You will see that parameter value of SIVSUP is set as No, change it to yes. Now navigate to A/P-A/R Accounting>Invoicing>Supplier Intercompany Invoices. In above screenshot,… Read More »

How to find out any special character is used in a text

You may come across the situation where you have to find out whatever any special character is used in a text or not, parse allows you to analyze an expression contained in a character string syntactically. Parse, returns zero (0) when the expression analyzed is syntactically correct – or, otherwise, a non-null value that corresponds… Read More »

How to find current user in Sage ERP X3

In Sage X3, you may come across a scenario where you want to find the logged-in details of a current user. In that case, Sage X3 has the function called “Adxusr” through which users can achieve this feature. Description: “Adxusr” contains the connection user. Syntax: [S]Adxusr(12) Char Kindly refer to the below snippet of code… Read More »

How to print “Stock Valuation Report” in Sage X3

We may come across a scenario where we want a stock Valuation report by different Valuation methods (Such as Average, FIFO, LIFO etc). This can be achieved by using the “Stock Valuation report”. To achieve this functionality, Navigate:- Inventory >  Periodic processing >  Valuation >  Stock valuation report Depending on the selected Costing mode respective values… Read More »

Restrict deliveries for Customer’s non-working days in Sage X3

The Customer working day’s logic works on the Delivery date. Therefore if a particular work day is unchecked in the Customer – Ship to tab then the Delivery date cannot be chosen on the unchecked work days. However working day’s logic does not affect the Shipment date. Navigate: All -> Common data -> BPs ->… Read More »