Preference file

For automatic configuration of mobile clients there is a preference file. To verify that you have a such:

Connect with the new web client to the flow server and have the networks tab open

When logged in a call to `/ClientPreferences/Preferences.xml` should show up in the networks tab

If it shows 404 - the file cannot be found, or the preference module is not correctly configured (see more in our documentation on how to set it up.

If the file loads - you can view the content of the file, for example, to automatically set aim as symbology:

<mobileClientPreferences>
  <intermecProfile>
<stringPref name="DPR_SYMBOLOGY_PREFIX" value="aim" />
</intermecProfile>
</mobileClientPreferences>

Last updated

Was this helpful?