Mobile offline profile defines that every account should be downloaded. Status of the accounts is "available" in the mobile app. However, when we go offline, no account record can be opened due to following error in Event Viewer:
The requested record was not found or you do not have sufficient permissions to view it.
Inner Error Message:
Offline store failed with error: 'Error: SQLite.SQLiteException: no such table: account
at Microsoft.MicrosoftDynamicsCRMforWindows10!<BaseAddress>+0x2c1548
at Microsoft.MicrosoftDynamicsCRMforWindows10!<BaseAddress>+0x366779
at Microsoft.MicrosoftDynamicsCRMforWindows10!<BaseAddress>+0x36552a
at System.Collections.Generic.List<System.Diagnostics.Tracing.FieldMetadata>..ctor(Collections.Generic.IEnumerable<System.Diagnostics.Tracing.FieldMetadata> collection)
at Microsoft.MicrosoftDynamicsCRMforWindows10!<BaseAddress>+0x35bda2
at Microsoft.MicrosoftDynamicsCRMforWindows10!<BaseAddress>+0x35bb44
at System.Action.Invoke()
at Microsoft.MicrosoftDynamicsCRMforWindows10!<BaseAddress>+0x35b50c
at Microsoft.MicrosoftDynamicsCRMforWindows10!<BaseAddress>+0x35b3af' while trying to retrieve with key 'account:'
Anybody has an idea to fix this? Version is V8.2 and user has sufficient permissions to access accounts.
*This post is locked for comments