mspp_columnpermission EntityType

Entity Set Path
[organization URI]/api/data/v9.2/mspp_columnpermissions
Base Type
crmbaseentity
Display Name
Column Permission
Primary Key
mspp_columnpermissionid
Primary Key Attribute
mspp_columnname
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_columnname Edm.String

The name of the custom entity.

Display Name: Column Name

mspp_columnpermissionid Edm.Guid

Unique identifier for entity instances

Display Name: Column Permission

mspp_createdon Edm.DateTimeOffset

Shows the date and time when the record was created.

Display Name: Created On

mspp_modifiedon Edm.DateTimeOffset

Shows the date and time when the record was modified.

Display Name: Modified On

mspp_permissions Edm.String

Display Name: Permissions

Default Options
Values Label
746610000 Create
746610001 Read
746610002 Update
statecode Edm.Int32

Status of the Column Permission

Display Name: Status

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

Reason for the status of the Column 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_columnpermissionprofileid_value mspp_columnpermissionprofileid
_mspp_createdby_value mspp_createdby

Shows who created the record.

_mspp_modifiedby_value mspp_modifiedby

Shows who last updated the record.

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_columnpermissionprofileid mspp_columnpermissionprofile mspp_columnpermission_columnpermissionprofile
mspp_createdby systemuser mspp_systemuser_mspp_columnpermission_createdby
mspp_modifiedby systemuser mspp_systemuser_mspp_columnpermission_modifiedby

Operations

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