Author Archives: Greytrix

Interrogation of client workstation properties

We always do customization’s for X3 system but what if we are required to do customizations based on Client workstation details? That means doing customization’s for particular Users or Personal Computers. In such cases, the keyword ‘Getui’ can be of great help. GUMU™ Sage CRM Integrations: Sage ERP X3 | Sage 100 | Sage 500 | Sage 300 Getui is used to… Read More: Interrogation of client workstation properties »

How to roundup decimal number to two decimal places

In a situation dealing with arithmetic operations, you may want to roundup the calculation result to up to two decimal places. Sage X3 has a special function to roundup a decimal number to two decimal places. ar2: This function roundups a decimal number to two decimal places. Syntax:  ar2(exp_num) Parameter details: exp_num: Decimal number that… Read More: How to roundup decimal number to two decimal places »

How to find if a field in the screen is enabled or disabled?

A developer in sage ERP X3 may come across a requirement where he/she wants to do validation depending on whether the field is enabled or disabled. Sage ERP X3 offers a Numeric function “varmode” from which, we can identify whether the field is enabled or disabled. “Varmode” is used to determine if a mask variable can… Read More: How to find if a field in the screen is… »

How to execute import utility using code

Sage ERP X3 has a functionality of creating Import/Export template which works quite efficiently. The only thing that has to be done manually through export utility under Usage is : Imports/Exports->Exports, (GEXPOBJ). However, Sage ERP X3 has a functionality of creating Import/Export template in XML format which can be done manually after following some simple… Read More: How to execute import utility using code »

Sage ERP X3 integration with Sage CRM using GUMU™

An ERP system on its own is insufficient for the growth of a business. What you need is an ERP system which works in sync with a CRM system to attend increased efficiencies for both the systems. GUMU™ for Sage CRM – Sage X3 Integration is a comprehensive business intelligence system, specially designed to satisfy… Read More: Sage ERP X3 integration with Sage CRM using GUMU™ »

How to pass dynamic data in Crystal reports from Sage X3

While working on a crystal report we come across the situation where we want to process data from several tables before running the report.  In this situation X3 provide specific coding feature where we can write code to pull data from several tables and screens and we can pass to Crystal report before running. We… Read More: How to pass dynamic data in Crystal reports from Sage… »