fieldpermission EntityType

Group of privileges used to categorize users to provide appropriate access to secured columns.

Entity set path:
[organization URI]/api/data/v9.2/fieldpermissions
Base type:
crmbaseentity
Display name:
Field Permission
Primary key:
fieldpermissionid
Operations supported:
POST GET PATCH DELETE

Properties

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

Name Type Details
attributelogicalname Edm.String

Attribute Name.

Display name: Name of the attribute for which this privilege is defined

cancreate Edm.Int32

Can this Profile create the attribute

Display name: Can create the attribute

Default options
Values Label
0 Not Allowed
4 Allowed
canread Edm.Int32

Can this Profile read the attribute

Display name: Can Read the attribute

Default options
Values Label
0 Not Allowed
4 Allowed
canreadunmasked Edm.Int32

Display name: Can this profile read unmasked value of attribute

Default options
Values Label
0 Not Allowed
1 One Record
3 All Records
canupdate Edm.Int32

Can this Profile update the attribute

Display name: Can Update the attribute

Default options
Values Label
0 Not Allowed
4 Allowed
componentstate Edm.Int32

For internal use only.

Display name: Component State

Read only
Default options
Values Label
0 Published
1 Unpublished
2 Deleted
3 Deleted Unpublished
entityname Edm.String

Entity name.

Display name: Name of the Entity for which this privilege is defined

fieldpermissionid Edm.Guid

Unique identifier of the Field Permission.

Display name: Field Permission

fieldpermissionidunique Edm.Guid

For internal use only.

Display name: Field Permission

Read only
ismanaged Edm.Boolean

Indicates whether the solution component is part of a managed solution.

Display name: Is Managed

Read only
Default options
Values Label
1 Managed
0 Unmanaged
overwritetime Edm.DateTimeOffset

For internal use only.

Display name: Record Overwrite Time

Read only
solutionid Edm.Guid

Unique identifier of the associated solution.

Display name: Solution

Read only
versionnumber Edm.Int64
Read onlyy

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
_fieldsecurityprofileid_value fieldsecurityprofileid

Unique identifier of profile to which this privilege belongs.

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
fieldsecurityprofileid fieldsecurityprofile lk_fieldpermission_fieldsecurityprofileid
solution_fieldpermission solution solution_fieldpermission

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
FieldPermission_SyncErrors syncerror regardingobjectid_fieldpermission_syncerror

See also