isAvailableOffline (Client API reference)

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.

Xrm.WebApi.offline
Xrm.WebApi