How to check Specific Activity code which are active at folder level

To know which Activities codes can be activated in the folder in V7 just navigate to: Setup > General parameters > Folders. Please refer below screenshot. Our Other Blogs: Sage CRM | Sage 300 ERP | Salesforce.com Click on the Folders menu and move to Specific tab. Here is the list of activity code which can be activated on folder level. If… Read More: How to check Specific Activity code which are active at… »

Revalidate database objects using activity code

While working on one the projects, we came across a situation where Sage ERP X3  was not updating the existing index in SQL server table whenever we added the activity code and did the validation even though the activity code was active. GUMU™ Sage CRM Integrations: Sage ERP X3 | Sage 100 | Sage 500 | Sage 300 After some R&D, we… Read More: Revalidate database objects using activity code »

How to apply patch in Sage ERP X3 v7 with server option

This blog refers to the issues faced in installing patches in Sage ERP X3 v7 with destination type ‘Server’. Read ahead for the solution If even after entering proper path for the patch files, you are getting the below error: GUMU™ Sage CRM Integrations : Sage ERP X3 | Sage 100 | Sage 500 | Sage 300 To overcome the situation, you just… Read More: How to apply patch in Sage ERP X3 v7 with… »

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… »