Tag Archives: parameters

Fetching the parameter values

In custom sage X3 development, we frequently use parameters for the use of constant values. New Stuff: Filtering the Selection List in Sage X3 without Object There are two ways to fetch the parameters values:      1.  Creating global variable: Creating global variable and assigning the parameter values to it.But   whenever the parameter values change, we need to… Read More »

Creating Parameter Values in Sage X3

We need to add another Parameter to the Parameter Value available under General Parameters. There are few quick steps to add the parameter, as mentioned below: Also Read: Setting Parameters in Actions function in Sage X3 Go to Development> Data and Parameters> Development Setup> Parameter Definition; Select the Module where we need to assign the… Read More »

Assigning Workflow Parameters in Sage X3

In our last blog, Send Invoice Reports Automatically in Sage X3, we have seen how we can set up and use workflow in Sage X3. To keep the context simple and clear we avoided the core technicalities including parameterization required for the workflow to work. So, in this blog, we will be exploring the various parameters… Read More »