ForecastShare
売上予測データの共有設定を管理し、誰が売上予測レコードを表示または編集できるかを定義します。
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
ForecastShare レコードの一意の識別子。 | |
| UserRoleId | String | True |
UserRole.Id |
売上予測にアクセスできるユーザーロールのID。 |
| UserOrGroupId | String | True |
売上予測が共有されているユーザーまたはグループのID。 | |
| AccessLevel | String | True |
売上予測に付与されたアクセスレベル(例:'Read' または'Edit')。 | |
| CanSubmit | Boolean | True |
ユーザーまたはグループが売上予測を送信できるか(true)、否か(false)を示します。 | |
| RowCause | String | True |
共有の理由を示します(例:'Manual' または'Rule')。 | |
| LastModifiedDate | Datetime | True |
売上予測共有が最後に更新された日時。 | |
| LastModifiedById | String | True |
User.Id |
売上予測共有レコードを最後に更新したユーザーのID。 |