Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a boolean value indicating whether an entity is present in user’s profile and is currently available for use in offline mode.
Syntax
Xrm.WebApi.offline.isAvailableOffline(entityLogicalName);
Parameters
Name | Type | Required | Description |
---|---|---|---|
entityLogicalName |
String | Yes | Logical name of the table. For example: account . |
Return Value
Type: Boolean.
Description: true if the table is present in user's profile and is currently available for use in offline mode; otherwise false.