aciviewmapper EntityType

Customized messages for an entity that has been renamed.

Entity set path:
[organization URI]/api/data/v9.2/aciviewmappers
Base type:
crmbaseentity
Display name:
ACIViewMapper
Primary key:
aciviewmapperid
Operations supported:
POST GET PATCH DELETE

Properties

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

Name Type Details
aciviewmapperid Edm.Guid

Unique identifier for entity instances

Display name: ACIViewMapper

createdon Edm.DateTimeOffset

Date and time when the display string was created.

Display name: Created On

Read only
modifiedon Edm.DateTimeOffset

Date and time when the display string was last modified.

Display name: Modified On

Read only
statecode Edm.Int32

Status of the ACIViewMapper

Display name: Status

Read only
Default options
Values Label
0 Active
1 Inactive
statuscode Edm.Int32

Reason for the status of the Unit Group.

Display name: Status Reason

Default options
Values Label
1 Active
2 Inactive
utcconversiontimezonecode Edm.Int32

Time zone code that was in use when the record was created.

Display name: UTC Conversion Time Zone Code

versionnumber Edm.Int64
Read onlyy
viewname Edm.String

Display name: View Name

webapplicationendpoint Edm.String

End point of web application

Display name: Web Application EndPoint

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
_createdby_value createdby

Unique identifier of the user who created the display string.

_createdonbehalfby_value createdonbehalfby

Unique identifier of the delegate user who created the displaystring.

_modifiedby_value modifiedby

Unique identifier of the user who last modified the display string.

_modifiedonbehalfby_value modifiedonbehalfby

Unique identifier of the delegate user who last modified the displaystring.

_organizationid_value organizationid

Unique identifier of the organization associated with the display string.

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
createdby systemuser lk_ACIViewMapper_createdby
createdonbehalfby systemuser lk_ACIViewMapper_createdonbehalfby
modifiedby systemuser lk_ACIViewMapper_modifiedby
modifiedonbehalfby systemuser lk_ACIViewMapper_modifiedonbehalfby
organizationid organization organization_aciviewmapper

See also