cancel
Showing results for 
Search instead for 
Did you mean: 

How do we generate UUID in MII?

shaji_chandran
Participant
0 Kudos

Hi

Can anyone tell me how to generate UUID in MII?. I would like to send an xml message from MII and it is having a field as UUID. I would like to know how do we generate this UUID in MII?

Thanks

Shaji

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

can you elaborate UUID

if it is unique ID than check below thread

[;

or you can do one thing take one global property in your transaction and increment the same every time when you run your transaction it will give you incremented value.

Regards,

Manoj Bilthare

agentry_src
Active Contributor
0 Kudos

The problem with using a global property is that you can't update it programmatically. If you are using MII 12.1, you can create a Persistent Shared Memory property to perform the same function which can be updated programmatically.

Though I would still prefer using the guid function or a combination (depending upon your needs) of guid and a timestamp.

Regards,

Mike

shaji_chandran
Participant
0 Kudos

Thanks Mike. I have used the guid function and it solved the problem

Thanks again

Shaji