SharePointSite table/entity reference
Note
Unsure about table vs. entity? See Developers: Understand terminology in Microsoft Dataverse.
SharePoint site from where documents can be managed in Microsoft Dynamics 365.
Messages
| Message | Web API Operation | SDK Assembly |
|---|---|---|
| Assign | PATCH [org URI]/api/data/v9.0/sharepointsites(sharepointsiteid) Update ownerid property. |
AssignRequest |
| Create | POST [org URI]/api/data/v9.0/sharepointsites See Create |
CreateRequest or Create |
| Delete | DELETE [org URI]/api/data/v9.0/sharepointsites(sharepointsiteid) See Delete |
DeleteRequest or Delete |
| GrantAccess | GrantAccess Action | GrantAccessRequest |
| ModifyAccess | ModifyAccess Action | ModifyAccessRequest |
| Retrieve | GET [org URI]/api/data/v9.0/sharepointsites(sharepointsiteid) See Retrieve |
RetrieveRequest or Retrieve |
| RetrieveAbsoluteAndSiteCollectionUrl | RetrieveAbsoluteAndSiteCollectionUrl Function | RetrieveAbsoluteAndSiteCollectionUrlRequest |
| RetrieveMultiple | GET [org URI]/api/data/v9.0/sharepointsites See Query Data |
RetrieveMultipleRequest or RetrieveMultiple |
| RetrievePrincipalAccess | RetrievePrincipalAccess Function | RetrievePrincipalAccessRequest |
| RetrieveSharedPrincipalsAndAccess | RetrieveSharedPrincipalsAndAccess Function | RetrieveSharedPrincipalsAndAccessRequest |
| RevokeAccess | RevokeAccess Action | RevokeAccessRequest |
| SetState | PATCH [org URI]/api/data/v9.0/sharepointsites(sharepointsiteid) Update statecode and statuscode properties. |
SetStateRequest |
| Update | PATCH [org URI]/api/data/v9.0/sharepointsites(sharepointsiteid) See Update |
UpdateRequest or Update |
Properties
| Property | Value |
|---|---|
| CollectionSchemaName | SharePointSites |
| DisplayCollectionName | SharePoint Sites |
| DisplayName | SharePoint Site |
| EntitySetName | sharepointsites |
| IsBPFEntity | False |
| LogicalCollectionName | sharepointsites |
| LogicalName | sharepointsite |
| OwnershipType | UserOwned |
| PrimaryIdAttribute | sharepointsiteid |
| PrimaryNameAttribute | name |
| SchemaName | SharePointSite |
Writable columns/attributes
These columns/attributes return true for either IsValidForCreate or IsValidForUpdate (usually both). Listed by SchemaName.
- AbsoluteURL
- Description
- FolderStructureEntity
- ImportSequenceNumber
- IsDefault
- IsGridPresent
- IsPowerBISite
- LastValidated
- Name
- OverriddenCreatedOn
- OwnerId
- OwnerIdType
- ParentSite
- ParentSiteObjectTypeCode
- RelativeUrl
- ServiceType
- SharePointSiteId
- StateCode
- StatusCode
- TimeZoneRuleVersionNumber
- UserId
- UTCConversionTimeZoneCode
- ValidationStatus
- ValidationStatusErrorCode
AbsoluteURL
| Property | Value |
|---|---|
| Description | Absolute URL of the SharePoint site. |
| DisplayName | Absolute URL |
| FormatName | Url |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | absoluteurl |
| MaxLength | 2000 |
| RequiredLevel | None |
| Type | String |
Description
| Property | Value |
|---|---|
| Description | Description of the SharePoint site record. |
| DisplayName | Description |
| Format | TextArea |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | description |
| MaxLength | 2000 |
| RequiredLevel | None |
| Type | Memo |
FolderStructureEntity
| Property | Value |
|---|---|
| Description | Entity on which the folder structure for Microsoft Dynamics 365 records will be created in SharePoint. |
| DisplayName | Entity for SharePoint Folder Structure |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | folderstructureentity |
| RequiredLevel | None |
| Type | EntityName |
ImportSequenceNumber
| Property | Value |
|---|---|
| Description | Sequence number of the import that created this record. |
| DisplayName | Import Sequence Number |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | importsequencenumber |
| MaxValue | 2147483647 |
| MinValue | -2147483648 |
| RequiredLevel | None |
| Type | Integer |
IsDefault
| Property | Value |
|---|---|
| Description | Indicates whether the SharePoint site is the default site or not. |
| DisplayName | Default Site |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | isdefault |
| RequiredLevel | None |
| Type | Boolean |
IsDefault Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: False
IsGridPresent
| Property | Value |
|---|---|
| Description | Indicates if SharePoint Grid is present or not. |
| DisplayName | List component is installed |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | isgridpresent |
| RequiredLevel | None |
| Type | Boolean |
IsGridPresent Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: False
IsPowerBISite
| Property | Value |
|---|---|
| Description | Allows embedding of Power BI Reports available in this SharePoint site. |
| DisplayName | Allow Embedding of Power BI Reports |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | ispowerbisite |
| RequiredLevel | SystemRequired |
| Type | Boolean |
IsPowerBISite Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Yes | |
| 0 | No |
DefaultValue: False
LastValidated
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the SharePoint site URL was last validated. |
| DisplayName | Last Validated |
| Format | DateAndTime |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | lastvalidated |
| RequiredLevel | None |
| Type | DateTime |
Name
| Property | Value |
|---|---|
| Description | Name of the SharePoint site record. |
| DisplayName | Name |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | name |
| MaxLength | 160 |
| RequiredLevel | SystemRequired |
| Type | String |
OverriddenCreatedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time that the record was migrated. |
| DisplayName | Record Created On |
| Format | DateOnly |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | overriddencreatedon |
| RequiredLevel | None |
| Type | DateTime |
OwnerId
| Property | Value |
|---|---|
| Description | Unique identifier of the user or team who owns the SharePoint site. |
| DisplayName | Owner |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | ownerid |
| RequiredLevel | SystemRequired |
| Targets | systemuser,team |
| Type | Owner |
OwnerIdType
| Property | Value |
|---|---|
| Description | Owner Id Type |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridtype |
| RequiredLevel | SystemRequired |
| Type | EntityName |
ParentSite
| Property | Value |
|---|---|
| Description | Unique identifier of the parent SharePoint site. |
| DisplayName | Parent Site |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | parentsite |
| RequiredLevel | None |
| Targets | sharepointsite |
| Type | Lookup |
ParentSiteObjectTypeCode
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | parentsiteobjecttypecode |
| RequiredLevel | None |
| Type | EntityName |
RelativeUrl
| Property | Value |
|---|---|
| Description | Relative URL of the SharePoint site. |
| DisplayName | Relative URL |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | relativeurl |
| MaxLength | 160 |
| RequiredLevel | None |
| Type | String |
ServiceType
| Property | Value |
|---|---|
| Description | Shows the service type of location of the SharePoint site. |
| DisplayName | Service Type |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | servicetype |
| RequiredLevel | SystemRequired |
| Type | Picklist |
ServiceType Choices/Options
| Value | Label | Description |
|---|---|---|
| 0 | SharePoint | |
| 1 | OneDrive | |
| 2 | Shared with me | |
| 3 | MS Teams |
SharePointSiteId
| Property | Value |
|---|---|
| Description | Unique identifier of the SharePoint site in Dynamics 365 |
| DisplayName | SharePoint Site ID |
| IsValidForForm | False |
| IsValidForRead | True |
| IsValidForUpdate | False |
| LogicalName | sharepointsiteid |
| RequiredLevel | SystemRequired |
| Type | Uniqueidentifier |
StateCode
| Property | Value |
|---|---|
| Description | Status of the SharePoint site record. |
| DisplayName | Status |
| IsValidForCreate | False |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statecode |
| RequiredLevel | SystemRequired |
| Type | State |
StateCode Choices/Options
| Value | Label | DefaultStatus | InvariantName |
|---|---|---|---|
| 0 | Active | 1 | Active |
| 1 | Inactive | 2 | Inactive |
StatusCode
| Property | Value |
|---|---|
| Description | Reason for the status of the SharePoint site record. |
| DisplayName | Status Reason |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | statuscode |
| RequiredLevel | None |
| Type | Status |
StatusCode Choices/Options
| Value | Label | State |
|---|---|---|
| 1 | Active | 0 |
| 2 | Inactive | 1 |
TimeZoneRuleVersionNumber
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | timezoneruleversionnumber |
| MaxValue | 2147483647 |
| MinValue | -1 |
| RequiredLevel | None |
| Type | Integer |
UserId
| Property | Value |
|---|---|
| Description | Choose the user who owns the SharePoint site. |
| DisplayName | SharePoint Site Owner |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | userid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
UTCConversionTimeZoneCode
| Property | Value |
|---|---|
| Description | Time zone code that was in use when the record was created. |
| DisplayName | |
| Format | None |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | utcconversiontimezonecode |
| MaxValue | 2147483647 |
| MinValue | -1 |
| RequiredLevel | None |
| Type | Integer |
ValidationStatus
| Property | Value |
|---|---|
| Description | Validation status of the SharePoint site URL. |
| DisplayName | Last Validation Status |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | validationstatus |
| RequiredLevel | None |
| Type | Picklist |
ValidationStatus Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | Not Validated | |
| 2 | In Progress | |
| 3 | Invalid | |
| 4 | Valid | |
| 5 | Could not validate |
ValidationStatusErrorCode
| Property | Value |
|---|---|
| Description | Reason for validation status of the URL |
| DisplayName | Additional Information |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | validationstatuserrorcode |
| RequiredLevel | None |
| Type | Picklist |
ValidationStatusErrorCode Choices/Options
| Value | Label | Description |
|---|---|---|
| 1 | This record's URL has not been validated. | |
| 2 | This record's URL is valid. | |
| 3 | This record's URL is not valid. | |
| 4 | The URL schemes of Microsoft Dynamics 365 and SharePoint are different. | |
| 5 | The URL could not be accessed because of browser security settings. | |
| 6 | Authentication failure. | |
| 7 | Invalid certificates. |
Read-only columns/attributes
These columns/attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.
- CreatedBy
- CreatedByName
- CreatedByYomiName
- CreatedOn
- CreatedOnBehalfBy
- CreatedOnBehalfByName
- CreatedOnBehalfByYomiName
- ExchangeRate
- ModifiedBy
- ModifiedByName
- ModifiedByYomiName
- ModifiedOn
- ModifiedOnBehalfBy
- ModifiedOnBehalfByName
- ModifiedOnBehalfByYomiName
- OwnerIdName
- OwnerIdYomiName
- OwningBusinessUnit
- OwningTeam
- OwningUser
- ParentSiteName
- SiteCollectionId
- TransactionCurrencyId
- TransactionCurrencyIdName
- VersionNumber
CreatedBy
| Property | Value |
|---|---|
| Description | Unique identifier of the user who created the SharePoint site record. |
| DisplayName | Created By |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the SharePoint site record was created. |
| DisplayName | Created On |
| Format | DateAndTime |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdon |
| RequiredLevel | None |
| Type | DateTime |
CreatedOnBehalfBy
| Property | Value |
|---|---|
| Description | Unique identifier of the delegate user who created the SharePoint site record. |
| DisplayName | Created By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | createdonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
CreatedOnBehalfByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
CreatedOnBehalfByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | createdonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ExchangeRate
| Property | Value |
|---|---|
| Description | Exchange rate between the currency associated with the SharePoint site record and the base currency. |
| DisplayName | Exchange Rate |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | exchangerate |
| MaxValue | 100000000000 |
| MinValue | 0.000000000001 |
| Precision | 12 |
| RequiredLevel | None |
| Type | Decimal |
ModifiedBy
| Property | Value |
|---|---|
| Description | Unique identifier of the user who last modified the SharePoint site record. |
| DisplayName | Modified By |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOn
| Property | Value |
|---|---|
| DateTimeBehavior | UserLocal |
| Description | Date and time when the SharePoint site record was last modified. |
| DisplayName | Modified On |
| Format | DateAndTime |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedon |
| RequiredLevel | None |
| Type | DateTime |
ModifiedOnBehalfBy
| Property | Value |
|---|---|
| Description | Unique identifier of the delegate user who modified the SharePoint site record. |
| DisplayName | Modified By (Delegate) |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfby |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ModifiedOnBehalfByName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
ModifiedOnBehalfByYomiName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | modifiedonbehalfbyyominame |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
OwnerIdName
| Property | Value |
|---|---|
| Description | Name of the owner |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridname |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
OwnerIdYomiName
| Property | Value |
|---|---|
| Description | Yomi name of the owner |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owneridyominame |
| MaxLength | 100 |
| RequiredLevel | SystemRequired |
| Type | String |
OwningBusinessUnit
| Property | Value |
|---|---|
| Description | Unique identifier for the business unit that owns the document location record. |
| DisplayName | Owning Business Unit |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owningbusinessunit |
| RequiredLevel | None |
| Targets | businessunit |
| Type | Lookup |
OwningTeam
| Property | Value |
|---|---|
| Description | Unique identifier of the team that owns the SharePoint site record. |
| DisplayName | Owning Team |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owningteam |
| RequiredLevel | None |
| Targets | team |
| Type | Lookup |
OwningUser
| Property | Value |
|---|---|
| Description | Unique identifier of the user who owns the SharePoint site record. |
| DisplayName | Owning User |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | owninguser |
| RequiredLevel | None |
| Targets | systemuser |
| Type | Lookup |
ParentSiteName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | parentsitename |
| MaxLength | 160 |
| RequiredLevel | None |
| Type | String |
SiteCollectionId
| Property | Value |
|---|---|
| Description | For internal use only. |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | sitecollectionid |
| RequiredLevel | None |
| Type | Uniqueidentifier |
TransactionCurrencyId
| Property | Value |
|---|---|
| Description | Unique identifier of the currency associated with the SharePoint site record. |
| DisplayName | Currency |
| IsValidForForm | True |
| IsValidForRead | True |
| LogicalName | transactioncurrencyid |
| RequiredLevel | None |
| Targets | transactioncurrency |
| Type | Lookup |
TransactionCurrencyIdName
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| FormatName | Text |
| IsLocalizable | False |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | transactioncurrencyidname |
| MaxLength | 100 |
| RequiredLevel | None |
| Type | String |
VersionNumber
| Property | Value |
|---|---|
| Description | |
| DisplayName | |
| IsValidForForm | False |
| IsValidForRead | True |
| LogicalName | versionnumber |
| MaxValue | 9223372036854775807 |
| MinValue | -9223372036854775808 |
| RequiredLevel | None |
| Type | BigInt |
One-To-Many Relationships
Listed by SchemaName.
- sharepointdocumentlocation_parent_sharepointsite
- sharepointsite_principalobjectattributeaccess
- SharePointSite_SyncErrors
- sharepointsite_parentsite_sharepointsite
- SharePointSite_DuplicateBaseRecord
- SharePointSite_AsyncOperations
- SharePointSite_DuplicateMatchingRecord
- SharePointSite_ProcessSessions
sharepointdocumentlocation_parent_sharepointsite
Same as sharepointdocumentlocation table sharepointdocumentlocation_parent_sharepointsite Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | sharepointdocumentlocation |
| ReferencingAttribute | parentsiteorlocation |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | sharepointdocumentlocation_parent_sharepointsite |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 40 |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
sharepointsite_principalobjectattributeaccess
Same as principalobjectattributeaccess table sharepointsite_principalobjectattributeaccess Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | principalobjectattributeaccess |
| ReferencingAttribute | objectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | sharepointsite_principalobjectattributeaccess |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
SharePointSite_SyncErrors
Same as syncerror table SharePointSite_SyncErrors Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | syncerror |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | SharePointSite_SyncErrors |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: Cascade Delete: Cascade Merge: Cascade Reparent: Cascade Share: Cascade Unshare: Cascade |
sharepointsite_parentsite_sharepointsite
Same as sharepointsite table sharepointsite_parentsite_sharepointsite Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | sharepointsite |
| ReferencingAttribute | parentsite |
| IsHierarchical | False |
| IsCustomizable | True |
| ReferencedEntityNavigationPropertyName | sharepointsite_parentsite_sharepointsite |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: 40 |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
SharePointSite_DuplicateBaseRecord
Same as duplicaterecord table SharePointSite_DuplicateBaseRecord Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterecord |
| ReferencingAttribute | baserecordid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | SharePointSite_DuplicateBaseRecord |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
SharePointSite_AsyncOperations
Same as asyncoperation table SharePointSite_AsyncOperations Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | asyncoperation |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | SharePointSite_AsyncOperations |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
SharePointSite_DuplicateMatchingRecord
Same as duplicaterecord table SharePointSite_DuplicateMatchingRecord Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | duplicaterecord |
| ReferencingAttribute | duplicaterecordid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | SharePointSite_DuplicateMatchingRecord |
| AssociatedMenuConfiguration | Behavior: DoNotDisplay Group: Details Label: Order: |
| CascadeConfiguration | Assign: NoCascade Delete: Cascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
SharePointSite_ProcessSessions
Same as processsession table SharePointSite_ProcessSessions Many-To-One relationship.
| Property | Value |
|---|---|
| ReferencingEntity | processsession |
| ReferencingAttribute | regardingobjectid |
| IsHierarchical | False |
| IsCustomizable | False |
| ReferencedEntityNavigationPropertyName | SharePointSite_ProcessSessions |
| AssociatedMenuConfiguration | Behavior: UseCollectionName Group: Details Label: Order: 110 |
| CascadeConfiguration | Assign: NoCascade Delete: NoCascade Merge: NoCascade Reparent: NoCascade Share: NoCascade Unshare: NoCascade |
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.
- user_sharepointsite
- team_sharepointsite
- business_unit_sharepointsites
- TransactionCurrency_SharePointSite
- lk_sharepointsitebase_modifiedonbehalfby
- lk_sharepointsitebase_createdby
- sharepointsite_parentsite_sharepointsite
- lk_sharepointsitebase_createdonbehalfby
- lk_sharepointsitebase_modifiedby
user_sharepointsite
See systemuser Table user_sharepointsite One-To-Many relationship.
team_sharepointsite
See team Table team_sharepointsite One-To-Many relationship.
business_unit_sharepointsites
See businessunit Table business_unit_sharepointsites One-To-Many relationship.
TransactionCurrency_SharePointSite
See transactioncurrency Table TransactionCurrency_SharePointSite One-To-Many relationship.
lk_sharepointsitebase_modifiedonbehalfby
See systemuser Table lk_sharepointsitebase_modifiedonbehalfby One-To-Many relationship.
lk_sharepointsitebase_createdby
See systemuser Table lk_sharepointsitebase_createdby One-To-Many relationship.
sharepointsite_parentsite_sharepointsite
See sharepointsite Table sharepointsite_parentsite_sharepointsite One-To-Many relationship.
lk_sharepointsitebase_createdonbehalfby
See systemuser Table lk_sharepointsitebase_createdonbehalfby One-To-Many relationship.
lk_sharepointsitebase_modifiedby
See systemuser Table lk_sharepointsitebase_modifiedby One-To-Many relationship.
See also
About the table reference
Web API Reference
sharepointsite EntityType