Layout Combined fields

Anyone know how to create a combined field in a layout? I am trying to add an address to a layout and would like to turn it into a combined field.

  • You just need to take a look at the date_entered_by, available on all record.php.

    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    array (
    'name' => 'date_entered_by',
    'readonly' => true,
    'inline' => true,
    'type' => 'fieldset',
    'label' => 'LBL_DATE_ENTERED',
    'fields' =>
    array (
    0 =>
    array (
    'name' => 'date_entered',
    ),
    1 =>
    array (
    'type' => 'label',
    'default_value' => 'LBL_BY',
    ),
    2 =>
    array (
    'name' => 'created_by_name',
    ),
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    Pretty much all regular field attributes work here, however you faced issues configuring field specific dependencies.

    Kind regards

    André Lopes
    Lampada Global
    Skype: andre.lampada