Hi All,
I have a requirement to get the next number of the range within a mapping.
I cannot use the constant and then wait for the adapter as the same number has to be used accros a couple of messages.
There must be a java method which will call the object to get the next number, but I can't find any javadoc for the B2B Add-on.
To give some context the current design uses an sql call inside a BPM to get the sequence number which is then passed to several messages generated by the BPM - i need to remove this SQL call. I hope to use the NRO, but it seems they can only be called using TransmissionNumberModule.
Thanks in advance.
Jon