Skip to content

Instantly share code, notes, and snippets.

@eggsurplus
Created November 8, 2012 16:46
Show Gist options
  • Select an option

  • Save eggsurplus/4039995 to your computer and use it in GitHub Desktop.

Select an option

Save eggsurplus/4039995 to your computer and use it in GitHub Desktop.
Manifest Utils Directive in a SugarCRM Module - Vardefs
// /extensions/modules/Contracts/vardefs/product_dropdown_vardefs.php
$dictionary['Contract']['fields']['product_c'] = array (
'name' => 'product_c',
'vname' => 'LBL_PRODUCT',
'function' => 'getProducts',
'type' => 'enum',
'len' => '100',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment