mobileofflineprofileitemfilter EntityType

Entity set path:
[organization URI]/api/data/v9.2/mobileofflineprofileitemfilters
Base type:
crmbaseentity
Display name:
MobileOfflineProfileItemFilter
Primary key:
mobileofflineprofileitemfilterid
Primary key attribute:
name
Operations supported:
POST GET PATCH DELETE

Properties

Properties represent fields of data stored in the entity. Some properties are read-only.

Name Type Details
createdon Edm.DateTimeOffset

Date and time when the record was created.

Display name: Created On

Read only
fetchxml Edm.String

Display name: FetchXML

isactivity Edm.Boolean

Display name: IsActivity

Default options
Values Label
1 Yes
0 No
isintersect Edm.Boolean

Display name: IsIntersect

Default options
Values Label
1 Yes
0 No
mobileofflineprofileitemfilterid Edm.Guid

Unique identifier for entity instances

Display name: MobileOfflineProfileItemFilter

mobileofflineprofileitemid Edm.Guid

Display name: MobileOfflineProfileItemId

modifiedon Edm.DateTimeOffset

Date and time when the record was modified.

Display name: Modified On

Read only
name Edm.String

Name

Display name: Name

offlinesql Edm.String

Display name: OfflineSQL

outerfetchXml Edm.String

Display name: OuterFetchXML

returnedtypecode Edm.String

Display name: ReturnedTypecode

subtype Edm.Int32

Display name: Subtype

Default options
Values Label
0 CUD_IN
1 RELATED_CUD_IN
2 SHARED_IN
3 RELATED_SHARED_IN
4 CUD_OUT
5 FULL_SYNC
6 RELATED_ENTITIES
7 RELATED_INTERSECT_ENTITIES
type Edm.Int32

Display name: Type

Default options
Values Label
0 DELTA_IN
1 DELTA_OUT
2 FULL_SYNC
3 TOP_1
4 RELATED_ENTITIES
versionnumber Edm.Int64

Version number.

Display name: Version Number

Read only

Lookup properties

Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.

Name Single-valued navigation property Description
_mobileofflineprofileid_value mobileofflineprofileid

Unique identifier for Mobile Offline Profile associated with MobileOfflineProfileItemFilter.

Single-valued navigation properties

Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.

Name Type Partner
mobileofflineprofileid mobileofflineprofile mobileofflineprofile_mobileofflineprofile

Operations

The following operations can be used with the mobileofflineprofileitemfilter entity type.

Name Binding
CreateMultiple Not Bound
DeleteMultiple Not Bound
IsValidStateTransition Not Bound
UpdateMultiple Not Bound

See also