Column Permission (mspp_columnpermission) table/entity reference

Note

Unsure about table vs. entity? See Developers: Understand terminology in Microsoft Dataverse.

Added by: Power Pages Apps Solution

Messages

Message Web API Operation SDK class or method
BulkRetain This message is to be executed only by Dataverse to trigger registered plug-ins and flows.
Create POST /mspp_columnpermissions
See Create
CreateRequest or
Create
CreateMultiple CreateMultiple CreateMultipleRequest
Delete DELETE /mspp_columnpermissions(mspp_columnpermissionid)
See Delete
DeleteRequest or
Delete
PurgeRetainedContent This message is to be executed only by Dataverse to trigger registered plug-ins and flows.
Retain This message is to be executed only by Dataverse to trigger registered plug-ins and flows.
Retrieve GET /mspp_columnpermissions(mspp_columnpermissionid)
See Retrieve
RetrieveRequest or
Retrieve
RetrieveEntityChanges RetrieveEntityChangesRequest
RetrieveMultiple GET /mspp_columnpermissions
See Query Data
RetrieveMultipleRequest or
RetrieveMultiple
RollbackRetain This message is to be executed only by Dataverse to trigger registered plug-ins and flows.
Update PATCH /mspp_columnpermissions(mspp_columnpermissionid)
See Update
UpdateRequest or
Update
UpdateMultiple UpdateMultiple UpdateMultipleRequest
ValidateRetentionConfig This message is to be executed only by Dataverse to trigger registered plug-ins and flows.

Properties

Property Value
CollectionSchemaName mspp_columnpermissions
DisplayCollectionName Column Permissions
DisplayName Column Permission
EntitySetName mspp_columnpermissions
IsBPFEntity False
LogicalCollectionName mspp_columnpermissions
LogicalName mspp_columnpermission
OwnershipType OrganizationOwned
PrimaryIdAttribute mspp_columnpermissionid
PrimaryNameAttribute mspp_columnname
SchemaName mspp_columnpermission

Writable columns/attributes

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

mspp_columnname

Property Value
Description The name of the custom entity.
DisplayName Column Name
FormatName Text
IsLocalizable False
IsValidForForm True
IsValidForRead True
LogicalName mspp_columnname
MaxLength 400
RequiredLevel ApplicationRequired
Type String

mspp_columnpermissionId

Property Value
Description Unique identifier for entity instances
DisplayName Column Permission
IsValidForForm False
IsValidForRead True
IsValidForUpdate False
LogicalName mspp_columnpermissionid
RequiredLevel SystemRequired
Type Uniqueidentifier

mspp_columnpermissionprofileid

Property Value
Description
DisplayName Column Permission Profile
IsValidForForm True
IsValidForRead True
LogicalName mspp_columnpermissionprofileid
RequiredLevel ApplicationRequired
Targets mspp_columnpermissionprofile
Type Lookup

mspp_createdby

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

mspp_createdon

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

mspp_modifiedby

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

mspp_modifiedon

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

mspp_permissions

Property Value
Description
DisplayName Permissions
IsValidForForm True
IsValidForRead True
LogicalName mspp_permissions
RequiredLevel ApplicationRequired
Type MultiSelectPicklist

mspp_permissions Choices/Options

Value Label Description
746610000 Create
746610001 Read
746610002 Update

statecode

Property Value
Description Status of the Column Permission
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 Column Permission
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

Read-only columns/attributes

These columns/attributes return false for both IsValidForCreate or IsValidForUpdate. Listed by SchemaName.

mspp_columnpermissionprofileidName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_columnpermissionprofileidname
MaxLength 400
RequiredLevel None
Type String

mspp_createdbyName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_createdbyname
MaxLength 200
RequiredLevel None
Type String

mspp_createdbyYomiName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_createdbyyominame
MaxLength 200
RequiredLevel None
Type String

mspp_modifiedbyName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_modifiedbyname
MaxLength 200
RequiredLevel None
Type String

mspp_modifiedbyYomiName

Property Value
Description
DisplayName
FormatName Text
IsLocalizable False
IsValidForForm False
IsValidForRead True
LogicalName mspp_modifiedbyyominame
MaxLength 200
RequiredLevel None
Type String

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.

mspp_columnpermission_columnpermissionprofile

See the mspp_columnpermission_columnpermissionprofile one-to-many relationship for the mspp_columnpermissionprofile table/entity.

mspp_systemuser_mspp_columnpermission_createdby

Added by: System Solution Solution

See the mspp_systemuser_mspp_columnpermission_createdby one-to-many relationship for the systemuser table/entity.

mspp_systemuser_mspp_columnpermission_modifiedby

Added by: System Solution Solution

See the mspp_systemuser_mspp_columnpermission_modifiedby one-to-many relationship for the systemuser table/entity.

See also

Dataverse table/entity reference
Web API Reference
mspp_columnpermission EntityType