两个User可以具有相同的Profile(简档)吗?可以将两个Profile(简档)分配给同一个User吗?
Can two users have the same profile? Can a single user be assigned two profiles?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: easy
分类: Salesforce Admin
标签: Profile, User Access, Permission Set
参考答案摘要
答案 可以,多个用户可以共享同一个 Profile,因为 Profile 本质上是一组权限与配置模板;但同一个用户在同一时间只能被分配一个 Profile(用户的基础权限由该 Profile 决定)。如果需要叠加权限,通常通过 Permission Set / Permission Set Group 来补充,而不是给用户分配多个 Profile。
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。