monthlyfiscalcalendar EntityType
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/monthlyfiscalcalendars
- Base type:
- crmbaseentity
- Table type:
- Standard
- Display name:
- 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 monthly fiscal calendar was modified. Read only
|
effectiveon | Edm.DateTimeOffset |
Date and time when the monthly fiscal calendar sales quota takes effect. |
exchangerate | Edm.Decimal |
Exchange rate for the currency associated with the 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 sales quota. Read only
|
modifiedon | Edm.DateTimeOffset |
Date and time when the quota for the monthly fiscal calendar was last modified. Read only
|
month1 | Edm.Decimal |
Sales quota for the first month in the fiscal year. |
month1_base | Edm.Decimal |
Base currency equivalent of the sales quota for the first month in the fiscal year. Read only
|
month10 | Edm.Decimal |
Sales quota for the tenth month in the fiscal year. |
month10_base | Edm.Decimal |
Base currency equivalent of the sales quota for the tenth month in the fiscal year. Read only
|
month11 | Edm.Decimal |
Sales quota for the eleventh month in the fiscal year. |
month11_base | Edm.Decimal |
Base currency equivalent of the sales quota for the eleventh month in the fiscal year. Read only
|
month12 | Edm.Decimal |
Sales quota for the twelfth month in the fiscal year. |
month12_base | Edm.Decimal |
Base currency equivalent of the sales quota for the twelfth month in the fiscal year. Read only
|
month2 | Edm.Decimal |
Sales quota for the second month in the fiscal year. |
month2_base | Edm.Decimal |
Base currency equivalent of the sales quota for the second month in the fiscal year. Read only
|
month3 | Edm.Decimal |
Sales quota for the third month in the fiscal year. |
month3_base | Edm.Decimal |
Base currency equivalent of the sales quota for the third month in the fiscal year. Read only
|
month4 | Edm.Decimal |
Sales quota for the fourth month in the fiscal year. |
month4_base | Edm.Decimal |
Base currency equivalent of the sales quota for the fourth month in the fiscal year. Read only
|
month5 | Edm.Decimal |
Sales quota for the fifth month in the fiscal year. |
month5_base | Edm.Decimal |
Base currency equivalent of the sales quota for the fifth month in the fiscal year. Read only
|
month6 | Edm.Decimal |
Sales quota for the sixth month in the fiscal year. |
month6_base | Edm.Decimal |
Base currency equivalent of the sales quota for the sixth month in the fiscal year. Read only
|
month7 | Edm.Decimal |
Sales quota for the seventh month in the fiscal year. |
month7_base | Edm.Decimal |
Base currency equivalent of the sales quota for the seventh month in the fiscal year. Read only
|
month8 | Edm.Decimal |
Sales quota for the eighth month in the fiscal year. |
month8_base | Edm.Decimal |
Base currency equivalent of the sales quota for the eighth month in the fiscal year. Read only
|
month9 | Edm.Decimal |
Sales quota for the ninth month in the fiscal year. |
month9_base | Edm.Decimal |
Base currency equivalent of the sales quota for the ninth month in the fiscal year. Read only
|
timezoneruleversionnumber | Edm.Int32 |
For internal use only. |
userfiscalcalendarid | Edm.Guid |
Unique identifier of the monthly 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 monthlyfiscalcalendar. |
_modifiedby_value | modifiedby |
Unique identifier of the user who last modified the quota for the monthly fiscal calendar. |
_modifiedonbehalfby_value | modifiedonbehalfby |
Unique identifier of the delegate user who last modified the monthlyfiscalcalendar. |
_salespersonid_value | salespersonid |
Unique identifier of the associated salesperson. |
_transactioncurrencyid_value | transactioncurrencyid |
Unique identifier of the currency associated with the 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_monthlyfiscalcalendar_createdby |
createdonbehalfby | systemuser | lk_monthlyfiscalcalendar_createdonbehalfby |
modifiedby | systemuser | lk_monthlyfiscalcalendar_modifiedby |
modifiedonbehalfby | systemuser | lk_monthlyfiscalcalendar_modifiedonbehalfby |
salespersonid | systemuser | lk_monthlyfiscalcalendar_salespersonid |
transactioncurrencyid | transactioncurrency | transactioncurrency_monthlyfiscalcalendar |
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 |
---|---|---|
MonthlyFiscalCalendar_AsyncOperations | asyncoperation | regardingobjectid_monthlyfiscalcalendar |
MonthlyFiscalCalendar_BulkDeleteFailures | bulkdeletefailure | regardingobjectid_monthlyfiscalcalendar |