ON!TRACK UNITE V1.0.13 RELEASE
Release Date: 27.01.2024
Features
- Assign Service Templates(open/new) to Assets : New POST API (/assets/{{assetId}}/assign-open-service) which provides an ability to link an asset to a new/open service template.
- Service Information made available in GET Assets API :
- For Asset GET by ID API, the response body now has additional fields as below:
- "upcomingServicesCount"
- "completedServicesCount"
- "nextServiceDate" (field visible in response only if value is NOT NULL)
- "isHiltiTool"
- For Asset GET LIST API, the response body now has following additional fields:
- "nextServiceDate" (field visible in response only if value is NOT NULL)
- "isHiltiTool"
- For Asset GET by ID API, the response body now has additional fields as below:
Bug fixing
- B4U UI - Procore - 'Runs on every' field changes will not save and keeps reverting - is now fixed and is not reverting back now.
- Non-applicable service detail fields(upcomingServicesCount and completedServicesCount) have been removed from List Asset API.
- PUT - /quantity-item-allocations/{allocationId} is now allow to update of stockAlertEnabled / mainAllocationFlag without stock range in request body.