Minimum required settings
These are the essential settings the app needs to authorize the workstation and retrieve an OCMS token, allowing it to further fetch CCC settings and configurations.
See CCC feature for more details.
If none of the required settings are pre defined when launching the app for the first time, you will be notified about the missing configurations and prompted to access the settings. If an error is made during setup, you can always return to the settings via the login screen by using the hamburger menu button.
Desktop
Settings can be controlled using environment variables that are set using .env
file or system environment variables.
Create a file named .env
that is situated in:
- on Linux:
~/.config/Hii Checkout
- on Windows:
%APPDATA%\Hii Checkout
In development mode replace in the above paths Hii Checkout with Electron e.g ~/.config/Hii Checkout
> ~/.config/Electron
After reopening the app new settings will be applied.
The settings from .env
file are applied only when all required fields within a section are defined. Otherwise settings that were saved in the app previously are applied.
If the settings from .env
file are applied, then they cannot be changed from the app (all fields from settings become non-editable). To enable editing again remove the .env file, log out and restart the app.
Allowed properties
- HII_TENANT_ALIAS
- HII_WORKSTATION_ID
- HII_STORE_ID
- HII_COUNTRY_CODE
- HII_OCMS_SOFTWARE_STATEMENT
Mobile
On mobile platforms the essential settings can be either set through the in app Settings page, or throught the Mobile device management (MDM) provider.
Allowed properties
- tenantAlias
- workstationId
- businessUnitId
- countryCode
- softwareStatement
See Mobile device management (MDM) feature for more details.