Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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.