편집

다음을 통해 공유


Website (mspp_website) table/entity reference

Web Portal

Messages

The following table lists the messages for the Website (mspp_website) table. Messages represent operations that can be performed on the table. They may also be events.

Name
Is Event?
Web API Operation SDK for .NET
Create
Event: True
POST /mspp_websites
See Create
Create records
CreateMultiple
Event: True
CreateMultiple CreateMultipleRequest
Delete
Event: True
DELETE /mspp_websites(mspp_websiteid)
See Delete
Delete records
Retrieve
Event: True
GET /mspp_websites(mspp_websiteid)
See Retrieve
Retrieve records
RetrieveEntityChanges
Event: True
RetrieveEntityChangesRequest
RetrieveMultiple
Event: True
GET /mspp_websites
See Query data
Query data
Update
Event: True
PATCH /mspp_websites(mspp_websiteid)
See Update
Update records
UpdateMultiple
Event: True
UpdateMultiple UpdateMultipleRequest
Upsert
Event: False
PATCH /mspp_websites(mspp_websiteid)
See Upsert a table row
UpsertRequest
UpsertMultiple
Event: False
UpsertMultiple UpsertMultipleRequest

Events

The following table lists the events for the Website (mspp_website) table. Events are messages that exist so that you can subscribe to them. Unless you added the event, you shouldn't invoke the message, only subscribe to it.

Name Web API Operation SDK for .NET
BulkRetain BulkRetain Learn to use messages with the SDK for .NET
PurgeRetainedContent PurgeRetainedContent Learn to use messages with the SDK for .NET
Retain Retain Learn to use messages with the SDK for .NET
RollbackRetain RollbackRetain Learn to use messages with the SDK for .NET
ValidateRetentionConfig ValidateRetentionConfig Learn to use messages with the SDK for .NET

Properties

The following table lists selected properties for the Website (mspp_website) table.

Property Value
DisplayName Website
DisplayCollectionName Websites
SchemaName mspp_website
CollectionSchemaName mspp_websites
EntitySetName mspp_websites
LogicalName mspp_website
LogicalCollectionName mspp_websites
PrimaryIdAttribute mspp_websiteid
PrimaryNameAttribute mspp_name
TableType Virtual
OwnershipType OrganizationOwned

Writable columns/attributes

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

mspp_createdby

Property Value
Description Shows who created the record.
DisplayName Created By
IsValidForForm True
IsValidForRead True
LogicalName mspp_createdby
RequiredLevel None
Type Lookup
Targets systemuser

mspp_createdon

Property Value
Description Shows the date and time when the record was created.
DisplayName Created On
IsValidForForm True
IsValidForRead True
LogicalName mspp_createdon
RequiredLevel None
Type DateTime
CanChangeDateTimeBehavior True
DateTimeBehavior UserLocal
Format DateAndTime
ImeMode Inactive
SourceTypeMask 0

mspp_defaultlanguage

Property Value
Description Lookup to Website Language - the current default language of the website
DisplayName Default Language
IsValidForForm True
IsValidForRead True
LogicalName mspp_defaultlanguage
RequiredLevel ApplicationRequired
Type Lookup
Targets mspp_websitelanguage

mspp_footerwebtemplateid

Property Value
Description Web Template to use as Website footer content.
DisplayName Footer Template
IsValidForForm True
IsValidForRead True
LogicalName mspp_footerwebtemplateid
RequiredLevel None
Type Lookup
Targets mspp_webtemplate

mspp_headerwebtemplateid

Property Value
Description Web Template to use as Website header content.
DisplayName Header Template
IsValidForForm True
IsValidForRead True
LogicalName mspp_headerwebtemplateid
RequiredLevel None
Type Lookup
Targets mspp_webtemplate

mspp_modifiedby

Property Value
Description Shows who last updated the record.
DisplayName Modified By
IsValidForForm True
IsValidForRead True
LogicalName mspp_modifiedby
RequiredLevel None
Type Lookup
Targets systemuser

mspp_modifiedon

Property Value
Description Shows the date and time when the record was modified.
DisplayName Modified On
IsValidForForm True
IsValidForRead True
LogicalName mspp_modifiedon
RequiredLevel None
Type DateTime
CanChangeDateTimeBehavior True
DateTimeBehavior UserLocal
Format DateAndTime
ImeMode Inactive
SourceTypeMask 0

mspp_name

Property Value
Description The name of the custom entity.
DisplayName Name
IsValidForForm True
IsValidForRead True
LogicalName mspp_name
RequiredLevel ApplicationRequired
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100

mspp_parentwebsiteid

Property Value
Description Unique identifier for Website associated with Website.
DisplayName Parent Website
IsValidForForm True
IsValidForRead True
LogicalName mspp_parentwebsiteid
RequiredLevel None
Type Lookup
Targets mspp_website

mspp_partialurl

Property Value
Description
DisplayName Partial URL
IsValidForForm True
IsValidForRead True
LogicalName mspp_partialurl
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 100

mspp_primarydomainname

Property Value
Description Tracks the primary domain name of the Portal
DisplayName Primary Domain Name
IsValidForForm True
IsValidForRead True
LogicalName mspp_primarydomainname
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 253

mspp_website_language

Property Value
Description
DisplayName Language
IsValidForForm True
IsValidForRead True
LogicalName mspp_website_language
RequiredLevel ApplicationRequired
Type Integer
MaxValue 2147483647
MinValue 0

mspp_website_version

Property Value
Description Version of the website record
DisplayName Website Version
IsValidForForm True
IsValidForRead True
LogicalName mspp_website_version
RequiredLevel None
Type String
Format Text
FormatName Text
ImeMode Auto
IsLocalizable False
MaxLength 20

mspp_websiteId

Property Value
Description Unique identifier for entity instances
DisplayName Website
IsValidForForm False
IsValidForRead True
LogicalName mspp_websiteid
RequiredLevel SystemRequired
Type Uniqueidentifier

statecode

Property Value
Description Status of the Website
DisplayName Status
IsValidForForm True
IsValidForRead True
LogicalName statecode
RequiredLevel SystemRequired
Type State
DefaultFormValue
GlobalChoiceName mspp_website_statecode

statecode Choices/Options

Value Details
0 Label: Active
DefaultStatus: 1
InvariantName: Active
1 Label: Inactive
DefaultStatus: 2
InvariantName: Inactive

statuscode

Property Value
Description Reason for the status of the Website
DisplayName Status Reason
IsValidForForm True
IsValidForRead True
LogicalName statuscode
RequiredLevel None
Type Status
DefaultFormValue
GlobalChoiceName mspp_website_statuscode

statuscode Choices/Options

Value Details
1 Label: Active
State:0
TransitionData: None
2 Label: Inactive
State:1
TransitionData: None

Many-to-One relationships

These relationships are many-to-one. Listed by SchemaName.

mspp_mspp_websitelanguage_mspp_website_DefaultLanguage

One-To-Many Relationship: mspp_websitelanguage mspp_mspp_websitelanguage_mspp_website_DefaultLanguage

Property Value
ReferencedEntity mspp_websitelanguage
ReferencedAttribute mspp_websitelanguageid
ReferencingAttribute mspp_defaultlanguage
ReferencingEntityNavigationPropertyName mspp_DefaultLanguage
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

mspp_systemuser_mspp_website_createdby

One-To-Many Relationship: systemuser mspp_systemuser_mspp_website_createdby

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute mspp_createdby
ReferencingEntityNavigationPropertyName mspp_createdby
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

mspp_systemuser_mspp_website_modifiedby

One-To-Many Relationship: systemuser mspp_systemuser_mspp_website_modifiedby

Property Value
ReferencedEntity systemuser
ReferencedAttribute systemuserid
ReferencingAttribute mspp_modifiedby
ReferencingEntityNavigationPropertyName mspp_modifiedby
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

mspp_website_parentwebsite

One-To-Many Relationship: mspp_website mspp_website_parentwebsite

Property Value
ReferencedEntity mspp_website
ReferencedAttribute mspp_websiteid
ReferencingAttribute mspp_parentwebsiteid
ReferencingEntityNavigationPropertyName mspp_parentwebsiteid
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

One-To-Many Relationship: mspp_webtemplate mspp_webtemplate_website_footer

Property Value
ReferencedEntity mspp_webtemplate
ReferencedAttribute mspp_webtemplateid
ReferencingAttribute mspp_footerwebtemplateid
ReferencingEntityNavigationPropertyName mspp_footerwebtemplateid
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

mspp_webtemplate_website_header

One-To-Many Relationship: mspp_webtemplate mspp_webtemplate_website_header

Property Value
ReferencedEntity mspp_webtemplate
ReferencedAttribute mspp_webtemplateid
ReferencingAttribute mspp_headerwebtemplateid
ReferencingEntityNavigationPropertyName mspp_headerwebtemplateid
IsHierarchical
CascadeConfiguration Archive: NoCascade
Assign: NoCascade
Delete: NoCascade
Merge: NoCascade
Reparent: NoCascade
RollupView: NoCascade
Share: NoCascade
Unshare: NoCascade

One-to-Many relationships

These relationships are one-to-many. Listed by SchemaName.

mspp_columnpermissionprofile_website

Many-To-One Relationship: mspp_columnpermissionprofile mspp_columnpermissionprofile_website

Property Value
ReferencingEntity mspp_columnpermissionprofile
ReferencingAttribute mspp_websiteid
ReferencedEntityNavigationPropertyName mspp_columnpermissionprofile_website
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 10000
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_mspp_website_mspp_websitelanguage

Many-To-One Relationship: mspp_websitelanguage mspp_mspp_website_mspp_websitelanguage

Property Value
ReferencingEntity mspp_websitelanguage
ReferencingAttribute mspp_websiteid
ReferencedEntityNavigationPropertyName mspp_mspp_website_mspp_websitelanguage
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 10000
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_ActivityPointers

Many-To-One Relationship: activitypointer mspp_website_ActivityPointers

Property Value
ReferencingEntity activitypointer
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName mspp_website_ActivityPointers
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_adplacement

Many-To-One Relationship: mspp_adplacement mspp_website_adplacement

Property Value
ReferencingEntity mspp_adplacement
ReferencingAttribute mspp_websiteid
ReferencedEntityNavigationPropertyName mspp_website_adplacement
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 100100
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_adx_inviteredemptions

Many-To-One Relationship: adx_inviteredemption mspp_website_adx_inviteredemptions

Property Value
ReferencingEntity adx_inviteredemption
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName mspp_website_adx_inviteredemptions
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_adx_portalcomments

Many-To-One Relationship: adx_portalcomment mspp_website_adx_portalcomments

Property Value
ReferencingEntity adx_portalcomment
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName mspp_website_adx_portalcomments
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_Appointments

Many-To-One Relationship: appointment mspp_website_Appointments

Property Value
ReferencingEntity appointment
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName mspp_website_Appointments
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_chats

Many-To-One Relationship: chat mspp_website_chats

Property Value
ReferencingEntity chat
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName mspp_website_chats
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_connections1

Many-To-One Relationship: connection mspp_website_connections1

Property Value
ReferencingEntity connection
ReferencingAttribute record1id
ReferencedEntityNavigationPropertyName mspp_website_connections1
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 100
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_connections2

Many-To-One Relationship: connection mspp_website_connections2

Property Value
ReferencingEntity connection
ReferencingAttribute record2id
ReferencedEntityNavigationPropertyName mspp_website_connections2
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_contentsnippet

Many-To-One Relationship: mspp_contentsnippet mspp_website_contentsnippet

Property Value
ReferencingEntity mspp_contentsnippet
ReferencingAttribute mspp_websiteid
ReferencedEntityNavigationPropertyName mspp_website_contentsnippet
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 100700
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_Emails

Many-To-One Relationship: email mspp_website_Emails

Property Value
ReferencingEntity email
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName mspp_website_Emails
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_entityform

Many-To-One Relationship: mspp_entityform mspp_website_entityform

Property Value
ReferencingEntity mspp_entityform
ReferencingAttribute mspp_websiteid
ReferencedEntityNavigationPropertyName mspp_website_entityform
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 10000
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_entitylist

Many-To-One Relationship: mspp_entitylist mspp_website_entitylist

Property Value
ReferencingEntity mspp_entitylist
ReferencingAttribute mspp_websiteid
ReferencedEntityNavigationPropertyName mspp_website_entitylist
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 10000
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_Faxes

Many-To-One Relationship: fax mspp_website_Faxes

Property Value
ReferencingEntity fax
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName mspp_website_Faxes
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_Letters

Many-To-One Relationship: letter mspp_website_Letters

Property Value
ReferencingEntity letter
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName mspp_website_Letters
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_mspp_entitypermission

Many-To-One Relationship: mspp_entitypermission mspp_website_mspp_entitypermission

Property Value
ReferencingEntity mspp_entitypermission
ReferencingAttribute mspp_websiteid
ReferencedEntityNavigationPropertyName mspp_website_mspp_entitypermission
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 10000
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_mspp_webtemplate

Many-To-One Relationship: mspp_webtemplate mspp_website_mspp_webtemplate

Property Value
ReferencingEntity mspp_webtemplate
ReferencingAttribute mspp_websiteid
ReferencedEntityNavigationPropertyName mspp_website_mspp_webtemplate
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 10000
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_pagetemplate

Many-To-One Relationship: mspp_pagetemplate mspp_website_pagetemplate

Property Value
ReferencingEntity mspp_pagetemplate
ReferencingAttribute mspp_websiteid
ReferencedEntityNavigationPropertyName mspp_website_pagetemplate
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 102100
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_parentwebsite

Many-To-One Relationship: mspp_website mspp_website_parentwebsite

Property Value
ReferencingEntity mspp_website
ReferencingAttribute mspp_parentwebsiteid
ReferencedEntityNavigationPropertyName mspp_website_parentwebsite
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseLabel
Group: Details
Label: Child Websites
MenuId: null
Order: 100500
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_PhoneCalls

Many-To-One Relationship: phonecall mspp_website_PhoneCalls

Property Value
ReferencingEntity phonecall
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName mspp_website_PhoneCalls
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_pollplacement

Many-To-One Relationship: mspp_pollplacement mspp_website_pollplacement

Property Value
ReferencingEntity mspp_pollplacement
ReferencingAttribute mspp_websiteid
ReferencedEntityNavigationPropertyName mspp_website_pollplacement
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 102200
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_publishingstate

Many-To-One Relationship: mspp_publishingstate mspp_website_publishingstate

Property Value
ReferencingEntity mspp_publishingstate
ReferencingAttribute mspp_websiteid
ReferencedEntityNavigationPropertyName mspp_website_publishingstate
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 102500
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_publishingstatetransition

Many-To-One Relationship: mspp_publishingstatetransitionrule mspp_website_publishingstatetransition

Property Value
ReferencingEntity mspp_publishingstatetransitionrule
ReferencingAttribute mspp_websiteid
ReferencedEntityNavigationPropertyName mspp_website_publishingstatetransition
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 102400
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_RecurringAppointmentMasters

Many-To-One Relationship: recurringappointmentmaster mspp_website_RecurringAppointmentMasters

Property Value
ReferencingEntity recurringappointmentmaster
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName mspp_website_RecurringAppointmentMasters
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_redirect

Many-To-One Relationship: mspp_redirect mspp_website_redirect

Property Value
ReferencingEntity mspp_redirect
ReferencingAttribute mspp_websiteid
ReferencedEntityNavigationPropertyName mspp_website_redirect
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 102600
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_SharePointDocumentLocations

Many-To-One Relationship: sharepointdocumentlocation mspp_website_SharePointDocumentLocations

Property Value
ReferencingEntity sharepointdocumentlocation
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName mspp_website_SharePointDocumentLocations
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_shortcut

Many-To-One Relationship: mspp_shortcut mspp_website_shortcut

Property Value
ReferencingEntity mspp_shortcut
ReferencingAttribute mspp_websiteid
ReferencedEntityNavigationPropertyName mspp_website_shortcut
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 102700
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_sitemarker

Many-To-One Relationship: mspp_sitemarker mspp_website_sitemarker

Property Value
ReferencingEntity mspp_sitemarker
ReferencingAttribute mspp_websiteid
ReferencedEntityNavigationPropertyName mspp_website_sitemarker
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 102800
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_sitesetting

Many-To-One Relationship: mspp_sitesetting mspp_website_sitesetting

Property Value
ReferencingEntity mspp_sitesetting
ReferencingAttribute mspp_websiteid
ReferencedEntityNavigationPropertyName mspp_website_sitesetting
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 102900
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_SocialActivities

Many-To-One Relationship: socialactivity mspp_website_SocialActivities

Property Value
ReferencingEntity socialactivity
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName mspp_website_SocialActivities
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_Tasks

Many-To-One Relationship: task mspp_website_Tasks

Property Value
ReferencingEntity task
ReferencingAttribute regardingobjectid
ReferencedEntityNavigationPropertyName mspp_website_Tasks
IsCustomizable True
AssociatedMenuConfiguration AvailableOffline: True
Behavior: DoNotDisplay
Group: Details
Label:
MenuId: null
Order:
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_webfile

Many-To-One Relationship: mspp_webfile mspp_website_webfile

Property Value
ReferencingEntity mspp_webfile
ReferencingAttribute mspp_websiteid
ReferencedEntityNavigationPropertyName mspp_website_webfile
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 103200
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_webform

Many-To-One Relationship: mspp_webform mspp_website_webform

Property Value
ReferencingEntity mspp_webform
ReferencingAttribute mspp_websiteid
ReferencedEntityNavigationPropertyName mspp_website_webform
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 10000
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_weblinkset

Many-To-One Relationship: mspp_weblinkset mspp_website_weblinkset

Property Value
ReferencingEntity mspp_weblinkset
ReferencingAttribute mspp_websiteid
ReferencedEntityNavigationPropertyName mspp_website_weblinkset
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 103300
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_webpage

Many-To-One Relationship: mspp_webpage mspp_website_webpage

Property Value
ReferencingEntity mspp_webpage
ReferencingAttribute mspp_websiteid
ReferencedEntityNavigationPropertyName mspp_website_webpage
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 103500
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_webpageaccesscontrolrule

Many-To-One Relationship: mspp_webpageaccesscontrolrule mspp_website_webpageaccesscontrolrule

Property Value
ReferencingEntity mspp_webpageaccesscontrolrule
ReferencingAttribute mspp_websiteid
ReferencedEntityNavigationPropertyName mspp_website_webpageaccesscontrolrule
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 103400
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_webrole

Many-To-One Relationship: mspp_webrole mspp_website_webrole

Property Value
ReferencingEntity mspp_webrole
ReferencingAttribute mspp_websiteid
ReferencedEntityNavigationPropertyName mspp_website_webrole
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 103600
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

mspp_website_websiteaccess

Many-To-One Relationship: mspp_websiteaccess mspp_website_websiteaccess

Property Value
ReferencingEntity mspp_websiteaccess
ReferencingAttribute mspp_websiteid
ReferencedEntityNavigationPropertyName mspp_website_websiteaccess
IsCustomizable False
AssociatedMenuConfiguration AvailableOffline: True
Behavior: UseCollectionName
Group: Details
Label:
MenuId: null
Order: 103700
QueryApi: null
ViewId: 00000000-0000-0000-0000-000000000000

See also

Dataverse table/entity reference
Dataverse Web API Reference
mspp_website