wm.b2b.edi.util:controlNumber question --

does anyone know where the control number value stored generated from wm.b2b.edi.util:controlNumber ?

Example: lets say first time run, if the control number is 136340315, Next time run in the same minute, it will be 137340315.

does anyone know how does it remembers the last generated control number to generate new one?

Please share your thoughts :slight_smile:

Thanks

It doesn’t store and it doesn’t remember. Review the service description in the reference guide.

Thanks!

Go to the WmEDI home page and configure the control number for a sender receiver pair. There you can mention the
increment factor. Now it gets stored in the EDICONTROLNUMBER table in the WMTN database. Once a control number is taken using getControlNumber service, based on the input factor defined in WmEDI home page, EDI module itself increments the control number and makes it available for next pickup.
Please let me know if you need any further information.