Skip to content

Instantly share code, notes, and snippets.

@dwheeler
Created May 26, 2011 17:11
Show Gist options
  • Save dwheeler/993532 to your computer and use it in GitHub Desktop.
Save dwheeler/993532 to your computer and use it in GitHub Desktop.
Subindustry Dropdown Vardef Extension Example
<?php
$dictionary['Account']['fields']['sub_industry_c']['visibility_grid'] = array(
'trigger' => 'industry',
'values' => array(
'Education' => array('edu_college', 'edu_high', 'edu_k12'),
'Banking' => array('bank_comm', 'bank_invest', 'bank_retail', 'bank_cred'),
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment