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 Change the Title of a Tab Dynamically?

Sage X3 provides an inbuilt function to rename the title of a tab at runtime. We can change the tab title dynamically using following function: Chgtfd [class] expr_c Where, class: describes an open mask. In the absence of this parameter, the default mask is used. expr_c: describes expression of the type Char containing a valid… 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 »

Evaluate Challenges of ERP integration and It’s Right Solution

Biggest challenges after implementation with ERP is to integrate it with other business applications or third-party solutions. ERP Integration with other application is important because ERP is involved in almost every part of an organization. Hence, it should be able to exchange data and interoperate with every application running in the organization. But there are… Read More »

Steps to assign Conditional style to screen in Sage X3

Step 1: Navigate to Setup >> General Parameters >>Conditional Style assignment. Step 2: Enter screen code “YWMCSPSTD” and assign conditional style “YSTL1” for all columns except “scheduled date” set conditional style “YSTL2” (Refer to below screen shot) . Step 3: Click on save. Step 4: Put screen code “ZCONSCSO2” and put conditional style “YSTL” for… 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 »