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 Only
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