|
| 1 | +--- |
| 2 | +rank: 5 |
| 3 | +related_endpoints: [] |
| 4 | +related_guides: |
| 5 | + - tooling/sdks/salesforce |
| 6 | +required_guides: [] |
| 7 | +related_resources: [] |
| 8 | +alias_paths: [] |
| 9 | +category_id: tooling |
| 10 | +subcategory_id: tooling/salesforce-toolkit |
| 11 | +is_index: false |
| 12 | +id: tooling/salesforce-toolkit/box-agents-package |
| 13 | +type: guide |
| 14 | +total_steps: 5 |
| 15 | +sibling_id: tooling/salesforce-toolkit |
| 16 | +parent_id: tooling/salesforce-toolkit |
| 17 | +next_page_id: '' |
| 18 | +previous_page_id: tooling/salesforce-toolkit/ui-elements |
| 19 | +source_url: >- |
| 20 | + https://github.com/box/developer.box.com/blob/main/content/guides/tooling/salesforce-toolkit/box-agents-package.md |
| 21 | +fullyTranslated: true |
| 22 | +--- |
| 23 | +# Box Agents Package |
| 24 | + |
| 25 | +The [Box Agents Package][agentforce] is an extension of the Box for Salesforce managed package. This extension provides reusable Agentforce [actions][actions] that help automate workflows and enhance intelligent agent—based processes within Salesforce. It builds on the core features of the Box for Salesforce package and uses global, invocable Apex methods to improve functionality. The Box Agents Package references the methods by using the Box name space in Agentforce Actions. |
| 26 | + |
| 27 | +## Methods in Agentforce Flows |
| 28 | + |
| 29 | +The list below contains example [methods][methods] that can be invoked in Agentforce. |
| 30 | + |
| 31 | +### Folder & File Management |
| 32 | + |
| 33 | +* フォルダの作成 |
| 34 | +* Create Folder Association |
| 35 | +* Create Folder for Record ID |
| 36 | +* Create Folder for Record ID from Template |
| 37 | +* Get Folder Contents by Folder ID |
| 38 | +* Get Folder ID by Record ID |
| 39 | +* Get Folder URL |
| 40 | +* フォルダの移動 |
| 41 | +* Get Object Folder by Record ID |
| 42 | +* Get Record ID by Folder ID |
| 43 | +* Get URL for Folder |
| 44 | + |
| 45 | +### Metadata Management |
| 46 | + |
| 47 | +* Create Box Metadata by File ID |
| 48 | +* Create Box Metadata by Folder ID |
| 49 | +* Delete Box Metadata by File ID |
| 50 | +* Delete Box Metadata by Folder ID |
| 51 | +* Update Box Metadata by Folder ID |
| 52 | +* Get Box Metadata by File ID |
| 53 | +* Get Box Metadata by Folder ID |
| 54 | + |
| 55 | +### コラボレーション |
| 56 | + |
| 57 | +* Create Collaboration |
| 58 | +* Create Collaboration on Record |
| 59 | +* Edit Collaboration |
| 60 | +* Delete Collaboration |
| 61 | + |
| 62 | +### Additional Actions |
| 63 | + |
| 64 | +<!--alex ignore --> |
| 65 | + |
| 66 | +* Create File from Attachment |
| 67 | +* Get DocGen Batch |
| 68 | +* Get Folder Associations by Salesforce Record ID |
| 69 | +* Get Metadata Cascade Policies by Folder ID |
| 70 | +* Get Metadata Cascade Policy by ID |
| 71 | +* Create Metadata Cascade Policy |
| 72 | +* Delete Metadata Cascade Policy |
| 73 | +* Create Slack Channel Mapping |
| 74 | +* Set Slack Channel Access Management Disabled |
| 75 | + <!--alex enable --> |
| 76 | + |
| 77 | +[agentforce]: https://support.box.com/hc/en-us/articles/40370228349331-Installing-Box-for-Agentforce |
| 78 | + |
| 79 | +[methods]: g://tooling/salesforce-toolkit/methods |
| 80 | + |
| 81 | +[actions]: g://tooling/salesforce-toolkit/flow-actions |
0 commit comments