'prospect_list_name' => [
'name' => 'prospect_list_name',
'vname' => 'LBL_TARGET_LISTS',
'type' => 'multirelate',
'required' => true,
'link' => 'prospectlists',
'source' => 'non-db',
'module' => 'ProspectLists',
'rname' => 'name',
'metadata' => [
'headerField' => [
'name' => 'name',
],
'subHeaderField' => [
'name' => 'list_type',
'type' => 'enum',
'definition' => [
'options' => 'prospect_list_type_dom',
]
],
],
'filterOnEmpty' => true,
'showFilter' => false,
'filter' => [
'attributes' => [
'id' => 'campaign_id'
],
'preset' => [
'type' => 'prospectlists',
'params' => [
'parent_field' => 'propects_lists',
'parent_module' => 'Campaigns',
],
],
'static' => [
'list_type' => ['seed', 'default']
]
],
],