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