ForecastShare
Controls sharing settings for forecasting data, defining who can view or edit forecast records.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the forecast share record. | |
| UserRoleId | String | True |
UserRole.Id |
ID of the user role that has access to the forecast. |
| UserOrGroupId | String | True |
ID of the user or group the forecast is shared with. | |
| AccessLevel | String | True |
Level of access granted to the forecast, such as 'Read' or 'Edit'. | |
| CanSubmit | Boolean | True |
Indicates whether the user or group is allowed to submit forecasts (true) or not (false). | |
| RowCause | String | True |
Indicates the reason for the sharing, such as 'Manual' or 'Rule'. | |
| LastModifiedDate | Datetime | True |
Date and time when the forecast share was last modified. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the forecast share record. |