What's New in 2015 Applications | January 2015
This section explains the changes that were made to the applications that work with JustFood.
Plant
Behind the scenes, Plant was rebuilt using an MVVM structure.
Multi-Tenant
The following parameter was added to the <userSettings> section of the Plant2015.exe.config file:
- <add key="Tenant" value="Default"/>
The Tenant parameter is used to set a tenant name, which allows Plant to connect to multi-tenant environments. If you are not running a multi-tenant environment, leave the value as Default. If using a multi-tenant environment, change the value to the tenant ID.
Scheduler
The following parameter was added to the <userSettings> section of the Production Scheduler.exe.config file:
<setting name="Tenant" serializeAs="String">
<value>Default</value>
<setting>
The Tenant parameter is used to set a tenant name, which allows Scheduler to connect to multi-tenant environments. If you are not running a multi-tenant environment, leave the value as Default. If using a multi-tenant environment, change the value to the tenant ID.