是否可以批量加载角色?我们必须创建100多个角色,通过标准UI完成这些角色将非常耗时。我假设它可以通过自定义Apex或使用API来完成,但有没有办法用Salesforce提供的工具来完成?
答案 0 :(得分:0)
您可以使用Eclipse或ant迁移工具进行管理角色。 您可以通过以下链接找到更多详细信息
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