Tag Archives: Sage X3 technical issues

How to Restrict Purchase Order for the Product having Expiry Date?

If you come across a scenario where you want to restrict purchase order for the product which has an expiry date then Sage X3 provides a standard functionality called “Product end-of-life date”. Product end-of-life date: when this date is exceeded, it is not possible to enter orders to the supplier. To set up this functionality:… Read More »

How to use Local Menu Message through Coding?

In Sage X3, we may have to display a particular message for several times based on the certain condition. We can define such frequently used messages in a local menu and can access them through coding. To access the message defined in a local menu in coding, Sage X3 provides an inbuilt function: mess(exp_num, exp_chap,… Read More »

Getting the List of Accessible Classes in the Current Application

We may encounter a scenario where we want to know the names of the classes that are accessible in a current application. For this, CLANAM function can be used. The CLANAM function is basically used for acquiring the list of classes accessible to the current application.CLANAM function returns the Char type. Syntax : clanam(< Class… Read More »

How to Reserve the Stock for Particular Customer?

Have you ever come across a circumstance in Sage X3 where you would like to reserve the stock of managed product for customer? Sage X3 has a feature where we can reserve the stock for customers. To successfully bring this functionality follow below steps. Navigate To: Sales>Allocations>Customer reservations We can reserve the product in stock… Read More »

How to re-open Closed Work Order?

Function: FUNMREACT Navigation Path:  Manufacturing > Utilities > WO reactivation Above function is used to reactivate a closed work order. The reactivation of the work order consists in changing the status of Work Order (the Word Order switches from the Closed status to the Firm status) in order to authorize additional tracking. Follow the below… Read More »

How to Call “Entry point” from the Code

As you know we have been blogging for quite a while now, however you might have found very few topics on Entry Point. This blog will help you understand the working of Entry Point in Sage X3. In our processing file, there are a lot of coding lines and very few codes would be comprehended… Read More »

Bulk shipment creation process in Sage X3.

We may come across a situation where we want to create a shipment through bulk shipment creation process but one shipment for one order at a time.In Sage X3, we have a flag on sales order window. If we select or check that flag then it will be an indication for the Order delivery function… Read More »

Re-instate Order Allocations in Sage X3

If we come across a scenario where we want the system to prompt user to reallocate the allocated quantities on original orders. In such a case Sage X3 has a standard Re-instate Order Allocation functionality. This feature can be achieved by following below steps:- Navigate to Setup → General parameters → Parameter Values. Select “On… Read More »

How to get the value of the current variable/field in Sage X3?

ZC contains the value of the current variable (in input, initialization, check, selection and help mode). Class, Type and Dimension: Type of zc depends on context that corresponds to type of variable being entered (at the time of check or help is executed) or being initialized. [s]zc Examples: # In a routine associated with a… Read More »

How to enable the User authorization in Sage X3?

In this blog, we will look how to authorize a user to access core record in Sage X3. It is holding the authentication layer to modify Sage X3 records. Usually user can edit or delete a record through ‘table maintenance’. In case if a user enables authorization, Sage X3 will prompt user to enter password… Read More »