Show InventoryLocation

${flash.message}
Id: ${fieldValue(bean:inventoryLocationInstance, field:'id')}
Name: ${fieldValue(bean:inventoryLocationInstance, field:'name')}
Inventory Items:
  • ${i?.encodeAsHTML()}
Inventory Store: ${inventoryLocationInstance?.inventoryStore?.encodeAsHTML()}
Is Active: ${fieldValue(bean:inventoryLocationInstance, field:'isActive')}