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