mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
36 lines
2.0 KiB
JSON
36 lines
2.0 KiB
JSON
|
|
{
|
|||
|
|
"sections": [
|
|||
|
|
"title",
|
|||
|
|
"description",
|
|||
|
|
"fields"
|
|||
|
|
],
|
|||
|
|
"title": "WorkGoalShare - Data API",
|
|||
|
|
"description": "Represents a sharing entry on a WorkGoal object. This object has been deprecated as of API version 35.0. Use the GoalShare object to query information about sharing for WDC goals.",
|
|||
|
|
"fields_columns": [
|
|||
|
|
"type",
|
|||
|
|
"properties",
|
|||
|
|
"description"
|
|||
|
|
],
|
|||
|
|
"fields": {
|
|||
|
|
"AccessLevel": {
|
|||
|
|
"type": "picklist",
|
|||
|
|
"properties": "Create, Filter, Group, Restricted picklist, Sort, Update",
|
|||
|
|
"description": "The user’s or group’s level of access to the goal. The possible values are: Read Edit All: This value is not valid when you create, update, or delete records This field must be set to an access level that is higher than the organization’s default access level for goals."
|
|||
|
|
},
|
|||
|
|
"ParentId": {
|
|||
|
|
"type": "reference",
|
|||
|
|
"properties": "Create, Filter, Group, Sort",
|
|||
|
|
"description": "ID of the WorkGoal object that is associated with this sharing entry."
|
|||
|
|
},
|
|||
|
|
"RowCause": {
|
|||
|
|
"type": "picklist",
|
|||
|
|
"properties": "Filter, Group, Restricted picklist, Sort",
|
|||
|
|
"description": "Reason that this sharing entry exists. If you’re creating a sharing entry, the only permitted value is Manual. If no value is specified, the field defaults to Manual. All other RowCause values are read-only. After the sharing entry is created, this field can’t be edited. Valid values include: Owner—The User is the owner of the WorkGoal or is in a user role above the WorkGoal owner in the role hierarchy. Manual—The User or Group has access, because a user with “All” access manually shared the WorkGoal with the user or group. Rule—The User or Group has access via a WorkGoal sharing rule. GuestRule—The User or Group has access via a WorkGoal guest user sharing rule."
|
|||
|
|
},
|
|||
|
|
"UserOrGroupId": {
|
|||
|
|
"type": "reference",
|
|||
|
|
"properties": "Create, Filter, Group, Sort",
|
|||
|
|
"description": "ID of the user or group that was given access to the goal. This field can’t be updated."
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|