mobileofflineprofileitemfilter table/entity reference

Note

Unsure about table vs. entity? See Developers: Understand terminology in Microsoft Dataverse.

Added by: MobileOfflineDirectDeviceSync Solution

Messages

Message Web API Operation SDK class or method
Create POST /mobileofflineprofileitemfilters
See Create
CreateRequest or
Create
CreateMultiple CreateMultipleRequest
Delete DELETE /mobileofflineprofileitemfilters(mobileofflineprofileitemfilterid)
See Delete
DeleteRequest or
Delete
IsValidStateTransition IsValidStateTransition IsValidStateTransitionRequest
Retrieve GET /mobileofflineprofileitemfilters(mobileofflineprofileitemfilterid)
See Retrieve
RetrieveRequest or
Retrieve
RetrieveMultiple GET /mobileofflineprofileitemfilters
See Query Data
RetrieveMultipleRequest or
RetrieveMultiple
SetState PATCH /mobileofflineprofileitemfilters(mobileofflineprofileitemfilterid)
Update statecode and statuscode properties.
SetStateRequest
Update PATCH /mobileofflineprofileitemfilters(mobileofflineprofileitemfilterid)
See Update
UpdateRequest or
Update
UpdateMultiple UpdateMultipleRequest

Properties

Property Value
CollectionSchemaName mobileofflineprofileitemfilters
DisplayCollectionName MobileOfflineProfileItemFilters
DisplayName MobileOfflineProfileItemFilter
EntitySetName mobileofflineprofileitemfilters
IsBPFEntity False
LogicalCollectionName mobileofflineprofileitemfilters
LogicalName mobileofflineprofileitemfilter
OwnershipType OrganizationOwned
PrimaryIdAttribute mobileofflineprofileitemfilterid
PrimaryNameAttribute name
SchemaName mobileofflineprofileitemfilter

Writable columns/attributes

These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.

fetchxml

Property Value
Description
DisplayName FetchXML
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName fetchxml
MaxLength 1048576
RequiredLevel SystemRequired
Type Memo

IsActivity

Property Value
Description
DisplayName IsActivity
IsValidForForm True
IsValidForRead True
LogicalName isactivity
RequiredLevel None
Type Boolean

IsActivity Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: 0

IsIntersect

Property Value
Description
DisplayName IsIntersect
IsValidForForm True
IsValidForRead True
LogicalName isintersect
RequiredLevel None
Type Boolean

IsIntersect Choices/Options

Value Label Description
1 Yes
0 No

DefaultValue: 0

mobileofflineprofileid

Property Value
Description Unique identifier for Mobile Offline Profile associated with MobileOfflineProfileItemFilter.
DisplayName MobileOfflineProfile
IsValidForForm True
IsValidForRead True
LogicalName mobileofflineprofileid
RequiredLevel SystemRequired
Targets mobileofflineprofile
Type Lookup

mobileofflineprofileitemfilterId

Property Value
Description Unique identifier for entity instances
DisplayName MobileOfflineProfileItemFilter
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName mobileofflineprofileitemfilterid
RequiredLevel SystemRequired
Type Uniqueidentifier

mobileofflineprofileitemid

Property Value
Description
DisplayName MobileOfflineProfileItemId
IsValidForForm True
IsValidForRead True
LogicalName mobileofflineprofileitemid
RequiredLevel None
Type Uniqueidentifier

Name

Property Value
Description Name
DisplayName Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
IsValidForUpdate False
LogicalName name
MaxLength 64
RequiredLevel None
Type String

offlinesql

Property Value
Description
DisplayName OfflineSQL
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName offlinesql
MaxLength 1048576
RequiredLevel None
Type Memo

outerFetchXml

Property Value
Description
DisplayName OuterFetchXML
Format Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName outerfetchXml
MaxLength 1048576
RequiredLevel None
Type Memo

returnedtypecode

Property Value
Description
DisplayName ReturnedTypecode
IsValidForForm False
IsValidForRead True
LogicalName returnedtypecode
RequiredLevel SystemRequired
Type EntityName

subtype

Property Value
Description
DisplayName Subtype
IsValidForForm True
IsValidForRead True
LogicalName subtype
RequiredLevel None
Type Picklist

subtype Choices/Options

Value Label Description
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

Property Value
Description
DisplayName Type
IsValidForForm True
IsValidForRead True
LogicalName type
RequiredLevel SystemRequired
Type Picklist

type Choices/Options

Value Label Description
0 DELTA_IN
1 DELTA_OUT
2 FULL_SYNC
3 TOP_1
4 RELATED_ENTITIES

Read-only columns/attributes

These columns/attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.

CreatedOn

Property Value
DateTimeBehavior UserLocal
Description Date and time when the record was created.
DisplayName Created On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName createdon
RequiredLevel None
Type DateTime

mobileofflineprofileidName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mobileofflineprofileidname
MaxLength 255
RequiredLevel None
Type String

ModifiedOn

Property Value
DateTimeBehavior UserLocal
Description Date and time when the record was modified.
DisplayName Modified On
Format DateAndTime
IsValidForForm True
IsValidForRead True
LogicalName modifiedon
RequiredLevel None
Type DateTime

OrganizationId

Property Value
Description Unique identifier for the organization
DisplayName Organization Id
IsValidForForm False
IsValidForRead True
LogicalName organizationid
RequiredLevel None
Targets
Type Lookup

versionnumber

Property Value
Description Version number.
DisplayName Version Number
IsValidForForm False
IsValidForRead True
LogicalName versionnumber
MaxValue 9223372036854775807
MinValue -9223372036854775808
RequiredLevel None
Type BigInt

Many-To-One Relationships

Each Many-To-One relationship is defined by a corresponding One-To-Many relationship with the related table. Listed by SchemaName.

mobileofflineprofile_mobileofflineprofile

Added by: System Solution Solution

See the mobileofflineprofile_mobileofflineprofile one-to-many relationship for the mobileofflineprofile table/entity.

See also

Dataverse table/entity reference
Web API Reference
mobileofflineprofileitemfilter EntityType