cancel
Showing results for 
Search instead for 
Did you mean: 

Random Number

Former Member
0 Kudos

Is there some easy way I can generate a random number in a message mapping so as to assign to the payloadID attribute of a outgoing cXML message?

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

the easiest:

import a java archive that will generate it in message mapping (user defined function)

there are many sample codes available

http://javaexchange.com/aboutRandomGUID.html

so you only need to choose the one you like

Regards,

michal

Answers (0)