Category Archives: Sage ERP X3

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 »