Skip to content

Instantly share code, notes, and snippets.

@maranemil
Last active August 29, 2015 14:18
Show Gist options
  • Save maranemil/38ea83be9ad4ef3bc3ae to your computer and use it in GitHub Desktop.
Save maranemil/38ea83be9ad4ef3bc3ae to your computer and use it in GitHub Desktop.
Generate New Random ID in SugarCRM
require_once('include/utils.php');
$newID = create_guid();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment