Hi,
i have the following code which works weel:
0 =>
array (
ānameā => ādbgit_contactaccountdir_cā,
ādisplayParamsā =>
array (
āfield_to_name_arrayā =>
array (
āsalutationā => āsalutationā,
ātitleā => ātitleā,
ādepartmentā => ādepartmentā,
),
),
'studio' => 'visible',
'label' => 'LBL_DBGIT_CONTACTACCOUNTDIR',
),
I need to also to add a checkbox that becomes āCHECKEDā when the data is retrievedā¦something like:
āfield_to_name_arrayā =>
array (
āsalutationā => āsalutationā,
ātitleā => ātitleā,
ādepartmentā => ādepartmentā,
ādbgit_contactaccountflag_cā => āCHECKEDā,
How can i accomplich this?
Thank you