fixedmonthlyfiscalcalendar EntityType

Fixed monthly 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/fixedmonthlyfiscalcalendars
Base Type
crmbaseentity
Display Name
Fixed Monthly 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 fixed monthly fiscal calendar was created.

Read Only
effectiveon Edm.DateTimeOffset

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

exchangerate Edm.Decimal

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

Display Name: Exchange Rate

Read Only
fiscalperiodtype Edm.Int32

Type of fiscal period used in the fixed monthly fiscal calendar sales quota.

Read Only
modifiedon Edm.DateTimeOffset

Date and time when the fixed monthly fiscal calendar was last modified.

Read Only
period1 Edm.Decimal

Sales quota for the first period in the fiscal year.

period1_base Edm.Decimal

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

Read Only
period10 Edm.Decimal

Sales quota for the tenth period in the fiscal year.

period10_base Edm.Decimal

Base currency equivalent of the sales quota for the tenth period in the fiscal year.

Read Only
period11 Edm.Decimal

Sales quota for the eleventh period in the fiscal year.

period11_base Edm.Decimal

Base currency equivalent of the sales quota for the eleventh period in the fiscal year.

Read Only
period12 Edm.Decimal

Sales quota for the twelfth period in the fiscal year.

period12_base Edm.Decimal

Base currency equivalent of the sales quota for the twelfth period in the fiscal year.

Read Only
period13 Edm.Decimal

Sales quota for the thirteenth period in the fiscal year.

period13_base Edm.Decimal

Base currency equivalent of the sales quota for the thirteenth period in the fiscal year.

Read Only
period2 Edm.Decimal

Sales quota for the second period in the fiscal year.

period2_base Edm.Decimal

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

Read Only
period3 Edm.Decimal

Sales quota for the third period in the fiscal year.

period3_base Edm.Decimal

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

Read Only
period4 Edm.Decimal

Sales quota for the fourth period in the fiscal year.

period4_base Edm.Decimal

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

Read Only
period5 Edm.Decimal

Sales quota for the fifth period in the fiscal year.

period5_base Edm.Decimal

Base currency equivalent of the sales quota for the fifth period in the fiscal year.

Read Only
period6 Edm.Decimal

Sales quota for the sixth period in the fiscal year.

period6_base Edm.Decimal

Base currency equivalent of the sales quota for the sixth period in the fiscal year.

Read Only
period7 Edm.Decimal

Sales quota for the seventh period in the fiscal year.

period7_base Edm.Decimal

Base currency equivalent of the sales quota for the seventh period in the fiscal year.

Read Only
period8 Edm.Decimal

Sales quota for the eighth period in the fiscal year.

period8_base Edm.Decimal

Base currency equivalent of the sales quota for the eighth period in the fiscal year.

Read Only
period9 Edm.Decimal

Sales quota for the ninth period in the fiscal year.

period9_base Edm.Decimal

Base currency equivalent of the sales quota for the ninth period in the fiscal year.

Read Only
timezoneruleversionnumber Edm.Int32

For internal use only.

userfiscalcalendarid Edm.Guid

Unique identifier of the user of the 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 fiscal calendar.

_createdonbehalfby_value createdonbehalfby

Unique identifier of the delegate user who created the fixedmonthlyfiscalcalendar.

_modifiedby_value modifiedby

Unique identifier of the user who last modified the fixed monthly fiscal calendar.

_modifiedonbehalfby_value modifiedonbehalfby

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

_salespersonid_value salespersonid

Unique identifier of the associated salesperson.

_transactioncurrencyid_value transactioncurrencyid

Unique identifier of the currency associated with the fixed monthly 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_fixedmonthlyfiscalcalendar_createdby
createdonbehalfby systemuser lk_fixedmonthlyfiscalcalendar_createdonbehalfby
modifiedby systemuser lk_fixedmonthlyfiscalcalendar_modifiedby
modifiedonbehalfby systemuser lk_fixedmonthlyfiscalcalendar_modifiedonbehalfby
salespersonid systemuser lk_fixedmonthlyfiscalcalendar_salespersonid
transactioncurrencyid transactioncurrency transactioncurrency_fixedmonthlyfiscalcalendar

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
FixedMonthlyFiscalCalendar_AsyncOperations asyncoperation regardingobjectid_fixedmonthlyfiscalcalendar
FixedMonthlyFiscalCalendar_BulkDeleteFailures bulkdeletefailure regardingobjectid_fixedmonthlyfiscalcalendar

See also