reportcategory EntityType

Categories related to a report. A report can be related to multiple categories.

Entity set path:
[organization URI]/api/data/v9.2/reportcategories
Base type:
crmbaseentity
Display name:
Report Related Category
Primary key:
reportcategoryid
Operations supported:
POST GET PATCH DELETE

Properties

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

Name Type Details
categorycode Edm.Int32

Category of the report.

Display name: Category

Default options
Values Label
1 Sales Reports
2 Service Reports
3 Marketing Reports
4 Administrative Reports
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
createdon Edm.DateTimeOffset

Date and time when the report category record was created.

Display name: Created On

Read only
exchangerate Edm.Decimal

Exchange rate for the currency associated with the report category with respect to the base currency.

Display name: Exchange Rate

Read only
importsequencenumber Edm.Int32

Unique identifier of the data import or data migration that created this record.

Display name: Import Sequence Number

iscustomizable BooleanManagedProperty

Information that specifies whether this component can be customized.

Display name: Customizable

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
modifiedon Edm.DateTimeOffset

Date and time when the report category was last modified.

Display name: Modified On

Read only
overwritetime Edm.DateTimeOffset

For internal use only.

Display name: Record Overwrite Time

Read only
owningbusinessunit Edm.Guid

Unique identifier of the business unit that owns the report category.

Display name: Owning Business Unit

Read only
owninguser Edm.Guid

Unique identifier of the user who owns the report category.

Display name: Owning User

Read only
reportcategoryid Edm.Guid

Unique identifier of the report category.

Display name: Report Category

reportcategoryidunique Edm.Guid

For internal use only.

Display name: Report Category

Read only
solutionid Edm.Guid

Unique identifier of the associated solution.

Display name: Solution

Read only
timezoneruleversionnumber Edm.Int32

For internal use only.

Display name: Time Zone Rule Version Number

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

Version number of the report category.

Display name: Version Number

Read only

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 report category.

_createdonbehalfby_value createdonbehalfby

Unique identifier of the delegate user who created the report category.

_modifiedby_value modifiedby

Unique identifier of the user who last modified the report category.

_modifiedonbehalfby_value modifiedonbehalfby

Unique identifier of the delegate user who last modified the report category.

_reportid_value reportid

Unique identifier of the report.

_transactioncurrencyid_value transactioncurrencyid

Unique identifier of the currency associated with the Report category.

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_reportcategorybase_createdby
createdonbehalfby systemuser lk_reportcategory_createdonbehalfby
modifiedby systemuser lk_reportcategorybase_modifiedby
modifiedonbehalfby systemuser lk_reportcategory_modifiedonbehalfby
reportid report report_reportcategories
transactioncurrencyid transactioncurrency TransactionCurrency_ReportCategory

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
reportcategory_principalobjectattributeaccess principalobjectattributeaccess objectid_reportcategory
ReportCategory_SyncErrors syncerror regardingobjectid_reportcategory_syncerror

See also