Posted on 04-01-2021 12:51 PM
Hi, I was wondering if anyone is deploying workday mobile to iOS devices with the tenant auto configured? I can't seem to find documentation from Workday on what the command is to auto configure it through App Configuration.
Posted on 04-28-2022 01:40 AM
@matt_vin I have it working for our iPads, this is the config you need.
Your settings can be found using your Workday URL, example https://www.myworkday.com/example
AppServiceHost: https://www.myworkday.com
UserGroupCode: example
Example of the App Config for iOS
<dict>
<key>AppServiceHost</key>
<string>https://www.myworkday.com</string>
<key>UserGroupCode</key>
<string>example</string>
<key>AllowCutCopyPaste</key>
<false/>
<key>AllowPrint</key>
<false/>
<key>AllowPrint</key>
<false/>
</dict>
ref: https://doc.workday.com/r/3DMnG~27o049IYFWETFtTQ/gbkfGCdgg6lqu2DVxoQuyw