TimePeriods
This is a table representing the TimePeriods module in SugarCRM.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
The unique identifier of the time period. |
| Name | String | False |
The name of the time period. |
| Parent_Id | String | False |
The Id of the parent Sugar module. |
| Start_Date | Datetime | False |
The start date of the time period. |
| Start_Date_Timestamp | Int | False |
The start date timestamp of the time period. |
| End_Date | Datetime | False |
The end date of the time period. |
| End_Date_Timestamp | Int | False |
The end date timestamp of the time period. |
| Created_By | String | False |
The Id of the user who created the record. |
| Date_Entered | Datetime | False |
The date the record was created. |
| Date_Modified | Datetime | False |
The date the record was last modified. |
| Deleted | Bool | False |
The record deletion indicator. |
| Is_Fiscal | Bool | False |
Whether the time period is a fiscal time period. |
| Is_Fiscal_Year | Bool | False |
Whether the time period is a fiscal year. |
| Leaf_Cycle | Int | False |
The leaf cycle of the time period. |
| Type | String | False |
The type of time Period to be forecast over. |