zoukankan      html  css  js  c++  java
  • 006_Salesforce Sharing 使用说明

    Salesforce Sharing 使用说明

    背景说明:Salesforce共享实施记录和其它数据时,需要员工之间共享或多个用户在一个组织间的共享。然而,共享这些数据是有风险的,尤其是当它涉及到敏感数据的共享。因此,对于Admin来讲是很有必要,去监测创建共享规则和共享人员对数据的操作,以确保数据的安全性。

    共享分为两种方式:Manual Sharing、Automatic Sharing

    Manual SharingAccount Team也属于Manual Sharing 范畴。

     

    l  这种手动共享的共享过程发生在一个完整的和不受限制的访问记录的用户。

    • 数据Owner
    • Owner 以上的Role 级别User
    • 被授权”Full Access” 的User
    • Administrator

    l  只是这对于当前的Record,sharing规则设定好之后才有效

     

    下图是account manual sharing 的操作步骤及说明:

     

    1. Click Sharing 
    2. Click Add.
    3. From the Search drop-down list, select the type of group, user, role, or territory to add.

    Depending on the data in your organization, your options can include:

    Type

    Description

    Public Groups

    All public groups defined by your administrator.

    Users

    All users in your organization. Does not include portal users.

    Roles

    All roles defined for your organization. This includes all of the users in each role.

    Roles and Subordinates

    All of the users in the role plus all of the users in roles below that role in the hierarchy. Only available when no portals are enabled for your organization.

    这个时候页面效果是这样的

     

    4. 可以通过Add和Remove来决定你的Share With 人员

    5. 当你共享数据给其他user的时候,你可以按照实际情况来分配他们的访问权限,

    AccessLevel

    Description

    Read/Write

    User can view and edit the record, and add associated records, notes, and attachments to it.

    Read Only

    User can view the record, and add associated records to it. They cannot edit the record or add notes or attachments.

    Private

    User cannot access the record in any way.

    6. Save

    Automatic Sharing

    l  不同于manual sharing 对于单独一条Record 进行操作,而Automatic sharing 是对于多个Records进行操作的

    l  当设置好规则后,凡是满足设定条件的,不管是历史数据还是新建数据都会执行。

    l  限制:共享规则可以根据记录所有者或其他标准,包括记录类型和特定的字段值。您可以定义多达300账户共享规则,包括50 criteria-based共享规则。

     

    下图是Account automatic sharing 的操作步骤及说明:

     

    1. From Setup, enter Sharing Settings in the Quick Find box, then select Sharing Settings.
    2. Select Manage sharing settings for :Account
    3. In the Account Sharing Rules related list, click New.(这三个步骤参照下图)
    4. Enter the Label Name and Rule Name. 名字保持一致就行
    5. Enter the Description.
    6. Select a rule type.
    7. Based on record owner—基于Records owner来sharing,以下图为例,是将’ASEANRelease Group’中的所有user的Account Records 共享给了Group为 ’AU BG Ops’中的所有User。

     

    • Based on criteria—满足设定条件的数据都是sharing的Records,如下图,是将所有Account中Account city 是Taiwan的Records 共享给 Group ‘AU BG Ops’所有的User。

     

    特别注意的是,这种share with 中是没有User的,如果你想单独设置一个规则给一个User的话,那么你就应该先创建一个Group,然后把这个User加进Group就可以。

    1. Select the access settings for the records associated with the shared accounts.

    Access Setting

    Description

    Private

    (available for associated contacts, opportunities, and cases only)

    Users can’t view or update records, unless access is granted outside of this sharing rule.

    Read Only

    Users can view, but not update, records.

    Read/Write

    Users can view and update records.

     

    9.Save

     

    Account Sharing功能,两个例子中都是以Account为例,同样适用于其他Object的,都是共通的。

     

    值得注意的是,Admin应该小心给user真正想要的安全级别。

    此刻,静下心来学习
  • 相关阅读:
    html表单应用
    html表格框架标签 frame标签
    html表单的应用table标签
    html常用标签 锚点标签 a标签
    1ubuntu安装虚拟机
    java 环境的安装、设置免密登陆、进行hadoop安装、关闭防火墙
    ssh 端口更改或ssh 远程接不上的问题(尤其是国外服务器)
    memcached命令行、Memcached数据导出和导入、php连接memcache、php的session存储到memcached
    08-列表的常用操作-复制与遍历
    07-列表的常用操作-修改和删除
  • 原文地址:https://www.cnblogs.com/bandariFang/p/6229476.html
Copyright © 2011-2022 走看看