Napomena
Pristup ovoj stranici zahtijeva autorizaciju. Možete pokušati prijaviti se ili promijeniti direktorije.
Pristup ovoj stranici zahtijeva autorizaciju. Možeš pokušati promijeniti direktorije.
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.