Show LifePlan

${flash.message}
Id: ${fieldValue(bean:lifePlanInstance, field:'id')}
Asset: ${lifePlanInstance?.asset?.encodeAsHTML()}
Form: ${lifePlanInstance?.form?.encodeAsHTML()}
Frequency: ${lifePlanInstance?.frequency?.encodeAsHTML()}
Asset Type: ${lifePlanInstance?.assetType?.encodeAsHTML()}
Assembly: ${lifePlanInstance?.assembly?.encodeAsHTML()}
Sub Assembly: ${lifePlanInstance?.subAssembly?.encodeAsHTML()}
Component Item: ${lifePlanInstance?.componentItem?.encodeAsHTML()}
Description: ${fieldValue(bean:lifePlanInstance, field:'description')}
Is Active: ${fieldValue(bean:lifePlanInstance, field:'isActive')}
Maintenance Action: ${fieldValue(bean:lifePlanInstance, field:'maintenanceAction')}
Name: ${fieldValue(bean:lifePlanInstance, field:'name')}
Notes: ${fieldValue(bean:lifePlanInstance, field:'notes')}
Resource Number: ${fieldValue(bean:lifePlanInstance, field:'resourceNumber')}
System Sections:
  • ${s?.encodeAsHTML()}
Time In Hours: ${fieldValue(bean:lifePlanInstance, field:'timeInHours')}