Hi.
Iâve created a custom field in the notes Module named status_c
And I want to display it in the status row in the history subpanel. But it doesnât work. It always displaying the label of the discription field.
Iâ ve tried following in Forhistory.php:
âŚ
// âstatusâ=>array(
// âwidget_classâ => âSubPanelActivitiesStatusFieldâ,
// âvnameâ => âLBL_LIST_STATUSâ,
// âwidthâ => â15%â,
// âforce_existsâ=>true //this will create a fake field in the case a field is not defined
// ),
âstatus_câ=>array(
âaliasâ => âstatusâ,
âforce_existsâ=>true
),
âŚ
Can anyone help me please?
regards Robert