quarterlyfiscalcalendar EntityType

Quarterly fiscal calendar of an organization. A span of time during which the financial activities of an organization are calculated.

Entity Set Path
[organization URI]/api/data/v9.2/quarterlyfiscalcalendars
Base Type
crmbaseentity
Display Name
Quarterly Fiscal Calendar
Primary Key
userfiscalcalendarid
Operations Supported
POST GET PATCH DELETE

Properties

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

Name Type Details
createdon Edm.DateTimeOffset

Date and time when the quota for the quarterly fiscal calendar was created.

Read Only
effectiveon Edm.DateTimeOffset

Date and time when the quarterly fiscal calendar sales quota takes effect.

exchangerate Edm.Decimal

Exchange rate for the currency associated with the quarterly fiscal calendar with respect to the base currency.

Display Name: Exchange Rate

Read Only
fiscalperiodtype Edm.Int32

Type of fiscal period used in the sales quota.

Read Only
modifiedon Edm.DateTimeOffset

Date and time when the quarterly fiscal calendar was last modified.

Read Only
quarter1 Edm.Decimal

Sales quota for the first quarter in the fiscal year.

quarter1_base Edm.Decimal

Base currency equivalent of the sales quota for the first quarter in the fiscal year.

Read Only
quarter2 Edm.Decimal

Sales quota for the second quarter in the fiscal year.

quarter2_base Edm.Decimal

Base currency equivalent of the sales quota for the second quarter in the fiscal year

Read Only
quarter3 Edm.Decimal

Sales quota for the third quarter in the fiscal year.

quarter3_base Edm.Decimal

Base currency equivalent of the sales quota for the third quarter in the fiscal year.

Read Only
quarter4 Edm.Decimal

Sales quota for the fourth quarter in the fiscal year.

quarter4_base Edm.Decimal

Base currency equivalent of the sales quota for the fourth quarter in the fiscal year.

Read Only
timezoneruleversionnumber Edm.Int32

For internal use only.

userfiscalcalendarid Edm.Guid

Unique identifier of the quarterly fiscal calendar.

utcconversiontimezonecode Edm.Int32

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

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 quarterly fiscal calendar.

_createdonbehalfby_value createdonbehalfby

Unique identifier of the delegate user who created the quarterlyfiscalcalendar.

_modifiedby_value modifiedby

Unique identifier of the user who last modified the quarterly fiscal calendar.

_modifiedonbehalfby_value modifiedonbehalfby

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

_salespersonid_value salespersonid

Unique identifier of the associated salesperson.

_transactioncurrencyid_value transactioncurrencyid

Unique identifier of the currency associated with the quarterly fiscal calendar.

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_quarterlyfiscalcalendar_createdby
createdonbehalfby systemuser lk_quarterlyfiscalcalendar_createdonbehalfby
modifiedby systemuser lk_quarterlyfiscalcalendar_modifiedby
modifiedonbehalfby systemuser lk_quarterlyfiscalcalendar_modifiedonbehalfby
salespersonid systemuser lk_quarterlyfiscalcalendar_salespersonid
transactioncurrencyid transactioncurrency transactioncurrency_quarterlyfiscalcalendar

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
QuarterlyFiscalCalendar_AsyncOperations asyncoperation regardingobjectid_quarterlyfiscalcalendar
QuarterlyFiscalCalendar_BulkDeleteFailures bulkdeletefailure regardingobjectid_quarterlyfiscalcalendar

See also