Category Archives: Sage ERP X3

How to solve “At least one runtime must have a max queries number defined” issue in Sage X3 Ver 11

We may come across a scenario where we get “At least one runtime must have a max queries number defined” error while creation/start up of Batch Server. The problem can be solved by using below steps: In below screenshot we have faced an error while creation/start up of Batch Server. This error has occurred because… Read More »

How to add analytical dimension in report parameter

In Sage X3 we have come across a situation where we need to add analytical dimension in report parameter. Example: Let us consider adding analytical dimension Cost Center for report parameters. In Report Dictionary –>Parameters we will add the Parameter filed Cost Center with its respective type i.e. CCE. Now in Object/dependency parameter we will… Read More »

ERP – CRM Integration: Co-relation between Real time metrics & Business Value

Scenario of business with management systems Do your business representatives still manually enter processed Orders from the CRM system to ERP? Are they tied to their office desktops to access any vital customer data? Are sales forecasting and generating reports becoming a tedious task and creating a roadblock for seamless business operations? It’s time –… Read More »

How to Beautify Web-service Output in Sage X3 PU9

In Sage X3 version 9 when your run web service through ‘Classic SOAP Web services’ the output appears in unreadable format as shown in below screen. To retrieve the output in readable XML or JSON format. Enter the below input in “Request Configuration”  field. For Output in XML format : “adxwss.optreturn=XML&adxwss.beautify=true” For Output in JSON… Read More »

How to force the display of the fields in a mask

Envzo forces the display of the fields in a mask. Example : # in record deletion # the’OBJect controls the links with the table dictionary # each analysed table is displayed in this window $VERF For [A_TZ]LIEN(2) Where LIEN=FICANU & ANNUL=1 FICHIER = [F:A_TZ]CODFIC Read [A_TB]CODFIC = FICHIER If !GSERVEUR & !GIMPORT If [M:VLC]NUMERO=”” [M:VLC]TEX… Read More »

How to make parameter visible on Parameter value screen in Sage X3

In custom Sage X3 development, we frequently use parameters for the use of constant values.  Here we have an option to control the visibility of parameter on Parameter Value screen. Navigate to : Development>Data and parameters>Development setup>Parameter definitions Check the Changeable checkbox and click on save button. Now navigate to : Setup > General parameters… Read More »