Tag Archives: parameters

HOW TO ADD A SINGLE REPORT TO SAGE X3 MODULES

As a user in Sage X3, you may have to run specific reports as part of your daily routine. Setting up a report as a single item for a particular module can help improve work flow and minimize any confusion you may have on which report to run. In the example below, we will be… Read More »

How to solve ‘Supplement not assigned’ error while creating purchase receipt for subcontract PO’s in Sage X3

Subcontracting process, raw materials are provided to subcontracting supplier/customer. It’s being processed by subcontracting supplier/customer, convert it to semi-finish material and deliver back. To solve the error ‘supplement not assigned’, there are main point which are linked with it. Work Order. Purchase Order. Sales Delivery. PO’s Purchase Receipt. Let’s describe each points shortly. Work Order: A… Read More »

How to add new selection page in Sage Enterprise Intelligence (SEI)

Sage Enterprise Intelligence (SEI) can help to convert all that data into actionable insights to run your business more effectively. SEI provides you with a simple tool to not only access and analyze your ERP data, but also setup personalized dashboards and key performance indicators (KPIs) so you get quick access to the data that’s… Read More »

How to improve loading of screen time of transactions in Sage X3 V12

In Sage X3, transactions and their records play significant role. There can be various records in an entry transaction. During opening of any entry transactions, sometimes screen loading takes several seconds to open which causes system delay. This may be caused by unnecessary records loaded from the left list during screen opening. This can be… Read More »

How to hold an order for a customer that has exceeded their credit limit in Sage X3

A sales order specifies the details about products ordered by a specific customer along with the price, quantity and terms and conditions. Customer: In sales, commerce and economics, a customer which sometimes are a clients, buyer or purchaser or is the recipient of a good, service , product or an idea obtained from a seller, vendor or… Read More »

How to update a header field through workflow

Sometimes we may come under a situation where we need to update a field in the same time when the workflow gets triggered. To update field on running workflow firstly we need to select a workflow rule. i.e at what action you need to update the field (For eg: on Validation, rejection, notification, cancellation etc).… Read More »

Fetching the parameter values

In custom sage X3 development, we frequently use parameters for the use of constant values. New Stuff: Filtering the Selection List in Sage X3 without Object There are two ways to fetch the parameters values:      1.  Creating global variable: Creating global variable and assigning the parameter values to it.But   whenever the parameter values change, we need to… Read More »