mspp_pagetemplate EntityType

URL of the .aspx page used to create new webpages.

Entity Set Path
[organization URI]/api/data/v9.2/mspp_pagetemplates
Base Type
crmbaseentity
Display Name
Page Template
Primary Key
mspp_pagetemplateid
Primary Key Attribute
mspp_name
Operations Supported
POST GET PATCH DELETE

Properties

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

Name Type Details
mspp_createdon Edm.DateTimeOffset

Shows the date and time when the record was created.

Display Name: Created On

mspp_description Edm.String

Display Name: Description

mspp_entityname Edm.String

Display Name: Table Name

mspp_isdefault Edm.Boolean

Display Name: Is Default

Default Options
Values Label
1 Yes
0 No
mspp_modifiedon Edm.DateTimeOffset

Shows the date and time when the record was modified.

Display Name: Modified On

mspp_name Edm.String

The name of the custom entity.

Display Name: Name

mspp_pagetemplateid Edm.Guid

Unique identifier for entity instances

Display Name: Page Template

mspp_rewriteurl Edm.String

Display Name: Rewrite Url

mspp_type Edm.Int32

The type of the record.

Display Name: Type

Default Options
Values Label
756150000 Rewrite
756150001 Web Template
mspp_usewebsiteheaderandfooter Edm.Boolean

Control whether this web template page template will be rendered using the website header and footer, or control rendering of all page content.

Display Name: Use Website Header and Footer

Default Options
Values Label
1 Yes
0 No
statecode Edm.Int32

Status of the Page Template

Display Name: Status

Default Options
Values Label
0 Active
1 Inactive
statuscode Edm.Int32

Reason for the status of the Page Template

Display Name: Status Reason

Default Options
Values Label
1 Active
2 Inactive

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
_mspp_createdby_value mspp_createdby

Shows who created the record.

_mspp_modifiedby_value mspp_modifiedby

Shows who last updated the record.

_mspp_websiteid_value mspp_websiteid

Unique identifier for Website associated with Page Template.

_mspp_webtemplateid_value mspp_webtemplateid

Unique identifier for Web Template associated with Page Template.

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
mspp_createdby systemuser mspp_systemuser_mspp_pagetemplate_createdby
mspp_modifiedby systemuser mspp_systemuser_mspp_pagetemplate_modifiedby
mspp_websiteid mspp_website mspp_website_pagetemplate
mspp_webtemplateid mspp_webtemplate mspp_webtemplate_pagetemplate

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
mspp_pagetemplate_webpage mspp_webpage mspp_pagetemplateid

Operations

The following operations can be used with the mspp_pagetemplate entity type.

Name Binding
BulkRetain Not Bound
CreateMultiple Not Bound
PurgeRetainedContent Not Bound
Retain Not Bound
RollbackRetain Not Bound
UpdateMultiple Not Bound
ValidateRetentionConfig Not Bound

See also