afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/WorkGoalLink.json

41 lines
1.3 KiB
JSON

{
"sections": [
"title",
"description",
"fields"
],
"title": "WorkGoalLink - Data API",
"description": "Represents the relationship between two goals (many to many relationship). This object has been deprecated as of API version 35.0. Use the GoalLink object to query information about the relationship between two WDC goals.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"IsActive": {
"type": "boolean",
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
"description": "Whether the WorkGoalLink is active (true) or not (false)"
},
"LinkType": {
"type": "picklist",
"properties": "Create, Filter, Group, Restricted picklist, Sort, Update",
"description": "The type of link"
},
"Name": {
"type": "string",
"properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort",
"description": "The auto-generated name of the goal link"
},
"SourceGoalId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The ID of the source WorkGoal object"
},
"TargetGoalId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The ID of the target WorkGoal object"
}
}
}