mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
31 lines
854 B
JSON
31 lines
854 B
JSON
|
|
{
|
||
|
|
"sections": [
|
||
|
|
"title",
|
||
|
|
"description",
|
||
|
|
"fields"
|
||
|
|
],
|
||
|
|
"title": "GoalLink - Data API",
|
||
|
|
"description": "Represents the relationship between two goals. This is a many-to-many relationship, meaning that each goal can link to many other goals.",
|
||
|
|
"fields_columns": [
|
||
|
|
"type",
|
||
|
|
"properties",
|
||
|
|
"description"
|
||
|
|
],
|
||
|
|
"fields": {
|
||
|
|
"Name": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Autonumber, Defaulted on create, Filter, Sort",
|
||
|
|
"description": "The auto-generated name of the goal link."
|
||
|
|
},
|
||
|
|
"ParentGoalId": {
|
||
|
|
"type": "reference",
|
||
|
|
"properties": "Create, Filter, Group, Sort, Update",
|
||
|
|
"description": "The ID of the parent goal."
|
||
|
|
},
|
||
|
|
"SubgoalId": {
|
||
|
|
"type": "reference",
|
||
|
|
"properties": "Create, Filter, Group, Sort, Update",
|
||
|
|
"description": "The ID of the subgoal."
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|