mspp_entitypermission EntityType

Entity Set Path
[organization URI]/api/data/v9.2/mspp_entitypermissions
Base Type
crmbaseentity
Display Name
Table Permission
Primary Key
mspp_entitypermissionid
Primary Key Attribute
mspp_entityname
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_accountrelationship Edm.String

Display Name: Account Relationship

mspp_append Edm.Boolean

Controls whether the user can attach another record to the specified record. The Append and Append To permissions work in combination.

Display Name: Append

Default Options
Values Label
1 Yes
0 No
mspp_appendto Edm.Boolean

Controls whether the user can append the specified record to another record. The Append and Append To permissions work in combination.

Display Name: Append To

Default Options
Values Label
1 Yes
0 No
mspp_contactrelationship Edm.String

Display Name: Contact Relationship

mspp_create Edm.Boolean

The Create privilege controls whether you can create a record.

Display Name: Create

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

Shows the date and time when the record was created.

Display Name: Created On

mspp_delete Edm.Boolean

Controls whether the user can delete a record.

Display Name: Delete

Default Options
Values Label
1 Yes
0 No
mspp_entitylogicalname Edm.String

Display Name: Table Name

mspp_entityname Edm.String

The name of the custom entity.

Display Name: Name

mspp_entitypermissionid Edm.Guid

Unique identifier for entity instances

Display Name: Table Permission

mspp_modifiedon Edm.DateTimeOffset

Shows the date and time when the record was modified.

Display Name: Modified On

mspp_parentrelationship Edm.String

Display Name: Parent Relationship

mspp_read Edm.Boolean

Controls whether the user can read a record.

Display Name: Read

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

Display Name: Access Type

Default Options
Values Label
756150000 Global
756150001 Contact
756150002 Account
756150003 Parent
756150004 Self
mspp_write Edm.Boolean

Controls whether the user can update a record.

Display Name: Write

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

Status of the Table Permission

Display Name: Status

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

Reason for the status of the Table Permission

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_parententitypermission_value mspp_parententitypermission
_mspp_websiteid_value mspp_websiteid

Unique identifier for Website associated with Entity Permission

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_entitypermission_createdby
mspp_modifiedby systemuser mspp_systemuser_mspp_entitypermission_modifiedby
mspp_parententitypermission mspp_entitypermission mspp_entitypermission_parententitypermission
mspp_websiteid mspp_website mspp_website_mspp_entitypermission

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_entitypermission_parententitypermission mspp_entitypermission mspp_parententitypermission
mspp_entitypermission_webrole mspp_webrole mspp_entitypermission_webrole

Operations

The following operations can be used with the mspp_entitypermission 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