Results 1 to 5 of 5

Thread: unique ID for cases autogeneration?

  1. #1
    ctirad is offline Junior Member
    Join Date
    Jul 2010
    Posts
    2

    Default unique ID for cases autogeneration?

    Hello,

    is there a way how to crete an unique alphanumeric ID for every new created case? Thanks.

  2. #2
    REByers is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    North West England
    Posts
    182

    Default Re: unique ID for cases autogeneration?

    Our Enterprise install gives us a unique number evyertime a new case is saved, out of the box.

  3. #3
    ramji123 is offline Sugar Community Member
    Join Date
    Nov 2006
    Location
    Bangalore, India
    Posts
    266

    Default Re: unique ID for cases autogeneration?

    Hi,
    Which sugarcrm version you are using?

    unique id generation for cases already implemented in Sugarcrm.

    Regards,
    Ramji

  4. #4
    ctirad is offline Junior Member
    Join Date
    Jul 2010
    Posts
    2

    Default Re: unique ID for cases autogeneration?

    Quote Originally Posted by ramji123 View Post
    Hi,
    Which sugarcrm version you are using?

    unique id generation for cases already implemented in Sugarcrm.
    I'm using the latest relaease of comunity version 6 .
    I don't see any ID, just the plain numbering.

  5. #5
    AlexAv's Avatar
    AlexAv is offline Sugar Community Member
    Join Date
    Oct 2009
    Location
    Ukraine
    Posts
    922

    Default Re: unique ID for cases autogeneration?

    Hello,

    Use create_guid function

    PHP Code:

    require_once('include/utils.php');
    echo 
    create_guid(); 
    Letrium ltd. - Only high quality service
    http://letrium.com

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Opportunity unique id
    By dbeltrami in forum General Discussion
    Replies: 1
    Last Post: 2010-05-13, 08:39 AM
  2. Hi all how to set unique emill id
    By moorthy in forum Developer Help
    Replies: 0
    Last Post: 2009-10-06, 03:25 PM
  3. Unique ID generator
    By jblain in forum Developer Help
    Replies: 3
    Last Post: 2009-06-05, 05:52 PM
  4. How unique is the unique ID?
    By RedSerratia in forum Developer Help
    Replies: 2
    Last Post: 2008-09-23, 01:04 PM
  5. Contracts reference code autogeneration
    By roberto.urban in forum Help
    Replies: 0
    Last Post: 2008-07-08, 10:16 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •