Tag Archives: Sage X3 technical issues

Error: Local Menu Lines Limitation in Sage X3

We know that local menu in Sage X3 is nothing but the list of options provided to the user to select any one from them. For example, if there is a field which requires numerous options to be listed then you may come across an error regarding line limitation while entering values for local menu… Read More »

How to Add a Hyperlink in Sage Enterprise Intelligence (SEI)

In this tutorial, we’ll walk through the step-by-step process of creating a hyperlink from a database in Sage Enterprise Intelligence (SEI). Steps: 1. Prepare the URL Link in Your Database Tables: Ensure that your database tables contain the necessary URL links that you want to use as hyperlinks. Fig. 1.Database Tables 2. Create a Data… Read More »

Adding controls to fields in Sage X3

One more feature of Sage X3 that frequently gets overlooked is the capability of adding controls to a specific field within the system without requiring knowledge of the 4GL language, which is Sage X3’s exclusive coding language. After realizing that they were continuously using the control action to add custom logic to standard or custom… Read More »

Work In Progress Finalization

In Sage X3, the Work in Progress (WIP) valuation feature is designed to provide insight into the value of products that are in the production process but not yet completed. This value includes the cost of raw materials consumed, the labor time entered, and any stock receipts related to the ongoing production. The WIP valuation… Read More »

How to create pie chart in Sage Enterprise Intelligence (SEI) report

Sage Enterprise Intelligence is an intuitive business intelligence solution integrated with your Sage business management system to help business users reduce time spent on analysis and reporting and make faster, better-informed decisions. It empowers all users with a simple solution to access and analyse data in a self-sufficient manner, which eliminates the need for disparate… Read More »

Feature: How to create product with specific naming format using Product configurator in Sage X3

Introduction: As we know, Product configurator is the Sage x3 functionality which allows to create product along with BOMs, routing etc. There are some basic parameters that need to be set first. The first one is Configurator symbol where we can define the questions which can be used while using the configurator. The navigation for… Read More »

How to add language in Sage X3

We may come across a scenario where users need multiple languages for their comfort. For such scenario’s Sage X3 provides a standard inbuilt functionality. Navigate: Parameters >> General Parameters>>Folders – Initialize TAB Add the languages which the users need in languages section. Validate the folder after making changes. Users can use the language from the… Read More »

How to call a subroutine or methods in Sage X3 using instance

Like any other programming language, Sage X3 also supports functions/methods/subroutines. Though the syntax for defining these functions are different in all languages, the purpose is similar to perform actions and return (or not to return) any result. But, there are certain subroutines which do not return any value as a result. In Sage X3, these… Read More »

Determine the number of buffers allocated for saving application messages in Sage X3

There may be a scenario where we need to check the number of buffers allocated for saving the application messages in Sage X3. Adxmbm is an Adonix system variable of the Integer Type, which sets the number of buffers from 32 bytes allocated for saving the application messages. Syntax: [S]adxmbm Integer Example:                                                #… Read More »