是否可以批量加载角色?我们有 100 多个角色需要创建,而通过标准 UI 完成这些角色将非常耗时。我认为可以通过自定义 Apex 或使用 API 来完成,但有没有办法使用 Salesforce 提供的工具来完成?
问问题
465 次
1 回答
0
您可以使用 Eclipse 或 ant 迁移工具来管理 Roles。您可以通过以下链接找到更多详细信息
http://www.salesforce.com/us/developer/docs/daas/index_Left.htm#StartTopic=Content/daas_package.htm
http://www.salesforce.com/us/developer/docs/api_meta/index.htm
for Eclipse:
1. create a project and connect it to you org
2. add needed roles to project
于 2013-04-02T15:34:53.023 回答