Tag Archives: window

Triggering windows and passing data from main window in Sage X3

In Sage X3, sometimes it requires us to link a pop-window from a button and display information based on a particular record. To achieve this requirement, let us take you through a simple and effective process provided by Sage X3 as shown: We’ll be referencing the following screen from Sage X3 for this: Product Master:… Read More »

Error: “Function not defined for the value given..” in Sage X3

In Sage X3, developers can do customization within Sage X3 using development module. Sometimes user reports an error “Function not defined for the given value” whenever he/she tries to use the customization done in Sage X3. As shown in below screenshot. New stuff: Restriction on Purchase/Sales transactions on the basis of PAN No Error In… Read More »

How to personalize the layout of screen in Sage X3 V12

In Sage X3, screens play a very important role and their layouts too. Sometimes, customer wants little more different layout than the standard screens of Sage X3. One exciting feature in Sage X3 is that it allows the user to change or modify with few possible options for customized screen layout for better user experience.… Read More »

How to add any description field in the left side panel

Recently we had a requirement in which client wants to add Routing description field on work order screen in left side panel and description field will be fetched from routing Master. This field addition will help user to find operation details on work order screen. Also, we can add this field on report level as… Read More »

How to solve if new field added in inquiry screen and still not visible after global validation of window.

As we all know, generally after adding fields in screens, we globally validate window of that screen and we are able to see the new added field in that screen. But in inquiry screens, it is little different. In this we will see how we add new field in inquiry screen and how we can… Read More »