Show SystemSection

${flash.message}
Id: ${fieldValue(bean:systemSectionInstance, field:'id')}
Name: ${fieldValue(bean:systemSectionInstance, field:'name')}
Description: ${fieldValue(bean:systemSectionInstance, field:'description')}
Cost Code: ${fieldValue(bean:systemSectionInstance, field:'costCode')}
Department: ${systemSectionInstance?.department?.encodeAsHTML()}
Site: ${systemSectionInstance?.site?.encodeAsHTML()}
Is Active: ${fieldValue(bean:systemSectionInstance, field:'isActive')}
Assets:
  • ${a?.encodeAsHTML()}
Maintenance Actions:
  • ${m?.encodeAsHTML()}