relationshipattribute EntityType

Stores relationship attributes mapping for Multi-predicate relationship

Entity set path:
[organization URI]/api/data/v9.2/relationshipattributes
Base type:
crmbaseentity
Display name:
Relationship Attribute
Primary key:
relationshipattributeid
Primary key attribute:
name
Operations supported:
GET

Properties

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

Name Type Details
componentidunique Edm.Guid

For internal use only.

Display name: Row id unique

Read only
componentstate Edm.Int32

For internal use only.

Display name: Component State

Read only
Default options
Values Label
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished
iscustomizable BooleanManagedProperty

For internal use only.

Display name: Is Customizable

ismanaged Edm.Boolean

Indicates whether the solution component is part of a managed solution.

Display name: Is Managed

Read only
Default options
Values Label
1 Managed
0 Unmanaged
name Edm.String

Display Name

Display name: Display Name

overwritetime Edm.DateTimeOffset

For internal use only.

Display name: Record Overwrite Time

Read only
relationshipattributeid Edm.Guid

Unique identifier of the relationship attribute

Display name: Relationship Attribute Id

solutionid Edm.Guid

Unique identifier of the associated solution.

Display name: Solution

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
_organizationid_value organizationid

Unique identifier for the organization

_referencedattributeid_value referencedattributeid_relationshipattribute

Referenced Attribute Id

_referencingattributeid_value referencingattributeid_relationshipattribute

Referencing Attribute Id

_relationshipid_value relationshipid_relationshipattribute

Relationship Id

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
organizationid organization organization_relationshipattribute
referencedattributeid_relationshipattribute attribute referencedattribute_relationshipattribute
referencingattributeid_relationshipattribute attribute referencingdattribute_relationshipattribute
relationshipid_relationshipattribute relationship relationship_relationshipattribute

Collection-valued navigation properties

Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.

Name Type Partner
relationshipattribute_AsyncOperations asyncoperation regardingobjectid_relationshipattribute
relationshipattribute_BulkDeleteFailures bulkdeletefailure regardingobjectid_relationshipattribute
relationshipattribute_MailboxTrackingFolders mailboxtrackingfolder regardingobjectid_relationshipattribute
relationshipattribute_PrincipalObjectAttributeAccesses principalobjectattributeaccess objectid_relationshipattribute
relationshipattribute_SyncErrors syncerror regardingobjectid_relationshipattribute

See also