Tag Archives: sage enterprise management

How to check scheduler history log in SEI

SEI has several components which have logs covering them, including the SEI Scheduler and Distribution. Each of these writes to one or more logs in order to help with troubleshooting any issues which crop up during the use of these components. The Distribution Log records information about any scheduled jobs. To view the log:- Open… Read More »

Global Variables in Sage Enterprise Intelligence

Introduction: Sage Enterprise Intelligence has a feature to create scripts and run them in the environment using the script builder. These scripts can be created and run to create worksheets, dashboards, and SEI reports, so for these scripts, sometimes we need to provide global values that can be made available to the user for access… Read More »

Inter-Site Sales Delivery Export with EDI in Sage X3

In the context of the sales order process in Sage X3, this implementation focuses on creating an outbound process for sales orders. Specifically, we aim to enhance the functionality by introducing a new button on the Sales Delivery Screen. This button will be selectively enabled only for inter-site deliveries, which involve transferring stock between different… Read More »

OLAP Manager in Sage Enterprise Intelligence (SEI)

On-Line Analytical Processing (OLAP) is a kind of software that allows users to access and analyse business data stored in several, and sometimes extremely large, data bases. The definition and setup of OLAP data are multidimensional, which means the information may be compared in a variety of ways. Data cubes and data warehousing are two… Read More »

How To Create Views In SEI (Sage Enterprise Intelligence)

SEI defines the architectural view as a representation of a set of system elements and the relations associated with them. Moreover, SEI defines software architecture as a set of structures used to reason about the system dat comprise various system elements with their relations and external properties. In order to create view first we need… Read More »

How to view data in different formats in SEI

Using Sage Enterprise Intelligence, we can create reports, dashboards, and views. Also, we can analyze data easily in SEI. Sometimes user wants to view data in different format in SEI. In this blog we will see how to view data in different format in SEI. When a column is added to SEI dashboards and views,… Read More »

Data Models In Sage Enterprise Intelligence(SEI)

Sage Enterprise Intelligence gives business users, managers and executives the   power to analyze and create business reports, dashboards and views. In this blog we will have a look on how we can design data model and views in Sage Enterprise Intelligence. In order to design report in SEI, Firstly we need to design data model… Read More »

Sage Sessions X3 : Experience the Power of Cloud Technology for an Always-On Mode in your Business!

Sage, a leading provider of cloud business management solutions is all set to host Sage Sessions X3 in Scottsdale from September 4-5, 2019. It is a must attend event for Sage X3 (Sage Enterprise Management) Customers and Partners as the agenda is power packed with learning opportunities, networking and transformation. Sage has been in the… Read More »

How to get the version number associated with the product code?

In Sage x3, we may come across a situation where we have to get the version number of the product installed and use it in our code to display the same. Sage X3 provides a Method ‘AGETLIC_PRODUCTVER’ that returns the product version. Method: fmet GACTX. AGETLIC_PRODUCTVER (“1”) Code snippet: Local char YLICINFO (30) YLICINFO= fmet… Read More »