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

38 lines
1.7 KiB
JSON

{
"sections": [
"title",
"description",
"fields",
"usage"
],
"title": "Bookmark - Data API",
"description": "Represents a link between opportunities that share common information.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"ID": {
"type": "ID",
"properties": "Defaulted on create, Filter",
"description": "ID of the bookmark. Label is Bookmark ID."
},
"FromId": {
"type": "ID",
"properties": "Filter",
"description": "The originating opportunity. Label is Bookmarked From ID"
},
"ToId": {
"type": "ID",
"properties": "Filter",
"description": "The opportunity to which the originating opportunity is linked. Label is Bookmarked To ID."
},
"IsDeleted": {
"type": "boolean",
"properties": "Defaulted on create, Filter",
"description": "Indicates whether the object has been moved to the Recycle Bin (true) or not (false). Label is Deleted."
}
},
"usage": "The Bookmark object works with the Opportunity object only. Use this read-only object to query the bookmarks between opportunities in your organization. In the online application, users can search for opportunities that share attributes with their opportunity. The user can then bookmark the appropriate opportunities for future reference.\n\nThe Bookmark object works with the Opportunity object only.\n\nUse this read-only object to query the bookmarks between opportunities in your organization. In the online application, users can search for opportunities that share attributes with their opportunity. The user can then bookmark the appropriate opportunities for future reference."
}