Tag Archives: parameter

Triggering windows and passing data from main window in Sage X3

In Sage X3, sometimes it requires us to link a pop-window from a button and display information based on a particular record. To achieve this requirement, let us take you through a simple and effective process provided by Sage X3 as shown: We’ll be referencing the following screen from Sage X3 for this: Product Master:… Read More: Triggering windows and passing data from main window in Sage… »

How to calculate remainder using x3 mod function

You may come across the situation, where you having arithmetic operation with numbers. You may want to calculate the remainder of division. New Stuff: How to open Sage ERP X3 Code file in Eclipse Editor in Version7? Sage X3 has a special function to calculate the remainder of division. mod: This function calculates the remainder of… Read More: How to calculate remainder using x3 mod function »

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