ForecastSchedule
Create, update, delete, and query the ForecastSchedule module in SugarCRM.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
The unique identifier of the forecast schedule. |
| Timeperiod_Id | String | False |
The Id of the associated time period for this forecast schedule. |
| User_Id | String | False |
The user to which this forecast schedule pertains. |
| Cascade_Hierarchy | Bool | False |
The flag indicating if a forecast for a manager is propagated to his reports. |
| Forecast_Start_Date | Datetime | False |
The starting date for this forecast. |
| Status | String | False |
The status of this forecast. |
| 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 modified. |
| Deleted | Bool | False |
The record deletion indicator. |