Show InventoryStore

${flash.message}
Id: ${fieldValue(bean:inventoryStoreInstance, field:'id')}
Name: ${fieldValue(bean:inventoryStoreInstance, field:'name')}
Description: ${fieldValue(bean:inventoryStoreInstance, field:'description')}
Inventory Locations:
  • ${i?.encodeAsHTML()}
Is Active: ${fieldValue(bean:inventoryStoreInstance, field:'isActive')}
Site: ${inventoryStoreInstance?.site?.encodeAsHTML()}