12-13-2016, 12:39 PM
https://github.com/tsolucio/corebos/blob/master/modules/Assets/manifest.xml#L159
the important part is the <piklistvalues> section associated to this type of field
in code it would be:
$fieldinstance->setPicklistValues(array(...));
https://github.com/tsolucio/corebos/blob/master/build/changeSets/addStatus2ProjectTask.php#L30
the important part is the <piklistvalues> section associated to this type of field
in code it would be:
$fieldinstance->setPicklistValues(array(...));
https://github.com/tsolucio/corebos/blob/master/build/changeSets/addStatus2ProjectTask.php#L30
Joe
TSolucio
TSolucio