'id' => array(
'name' => 'id',
'vname' => 'LBL_ID',
'required' => true,
'type' => 'id',
'reportable'=>false,
'comment' => 'Unique identifier'
),
what does type=>'id' means and can we change the length of id from varchar 36 to suppose varchar 11
'id' => array(
'name' => 'id',
'vname' => 'LBL_ID',
'required' => true,
'type' => 'id',
'reportable'=>false,
'comment' => 'Unique identifier'
),
what does type=>'id' means and can we change the length of id from varchar 36 to suppose varchar 11
It means that your id field is an id, not a simple text field.Originally Posted by jojiju
This way Sugar identiefies it and can encrypt it and perform other ops.
That' s why I wouldn't change the size from 36 to 11.
What do you think the cookie monster eats ?
Check out this blog entry on the topic.
http://developers.sugarcrm.com/wordp...uids-in-sugar/
Sugar Developer Zone - developer resources | Sugar University - user and admin training
Sugar Docs - user and admin documentation | Sugar Bug Tracker - Enter or view bugs
SugarForge- open source modules, themes, lang packs | SugarExchange - commercial extensions
Clint Oram
Chief Technology Officer and Co-founder
SugarCRM
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks