Dictionary Array • 'table' = The name of the database table (usually, the name of the module) for this bean that contains the fields. • 'audited' = Set to True if this module has auditing turned on • 'fields' = A list of fields and their attributes (see below) • 'indices' = A list of indexes that should be created in the database (see below) • 'relationships' = A list of the relationships for this bean (see below) • 'optimistic_locking' = True if this module should obey optimistic locking. Optimistic locking uses the modified date to ensure that the bean you are working on has not been modified by anybody else when you try and save. This prevents loss of data.
Copyright 2004-2008 SugarCRM Inc. Product License