7

Want to generate the unique ID field in the module which will automatically generate the unique IDs. Can anyone help help for this ? Thanks

mahi
  • 181
  • 3
  • 10

1 Answers1

16

There is a function inside of SugarCRM called create_guid() which does this exact thing.

Star
  • 3,222
  • 5
  • 32
  • 48
jmertic
  • 2,208
  • 1
  • 13
  • 8
  • hello , thanks for the answer . i had done this by changing the field in to the auto increment field in the data base. – mahi Oct 10 '11 at 06:22