Category Archives: Sage ERP X3

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 »

Allowing Limited Access in Sage X3

Whenever we access Sage X3 the Connection Box pops up. This connection box can be used to change the connection setting,  select different folders, login to a different application server. But there can be a scenario where we do not want the user to have the access to the Connection Box so that he will… Read More »

Determine Calling Screen in Sage X3

There are several occasions where one screen calls up another screen. For e.g. if we call the Project screen from Task Screen, in this case, the source screen is “TASK” and the destination screen is “PROJECT”. Now but when we think of any technical parameter or variable which will be storing this value, we find… Read More »

Generate Sequence Number Through code

More often than not we may want to generate the sequence code for custom objects or entries. In this blog, we are going to explore the useful functionality of generating the sequence number through code. First of all, we need to define the Sequence Structure: The sequence number is generated by the subprogram NUMERO. Following… Read More »