【Salesforce】审批流程,代理登录 tips

审批流程权限

审批流程权限

前几天,使用审批流程,但是是两个sandbox,同样的配置,我有管理员权限。但是profile不是管理员,只是通过具备管理员权限的permission set赋予权限

问题

dev 开发的sandbox里面我可以管理审批流程,但是我通过outbound change set 提交Release后,在test的sandbox里面无法控制审批流程。

一直认为salesforce里面有个专门处理审批流程的权限的设置。所以在这里花了许多时间查找他的设置,无果。

最后的解决方案是把permission set 也上传了,保持permission set 同步。

解决方案

正确的解决方法是

Assign Permissions:

Assign the necessary permissions to the profile.

1.Navigate to Setup > Profiles > select your profile > Edit.

2.Under Standard Object Permissions, ensure the profile has Read, Create, Edit, and Delete permissions for the objects involved in the approval process.

代理登录

代理登录

进入 Securities -> Login Access Policies

选择 Administrators Can Log in as Any User

保存

代理登录后Logout

代理登录后,logout,这是你会要重新Login

如果要避免重新login,而是返回之前的Login 用户session

进入 Securities -> Session Settings

选择 Force relogin after Login-As-User 勾选掉

保存

相关推荐
Days20509 分钟前
GPT-Image-2 国风美学人设生成提示词分享
android·gpt
浮江雾27 分钟前
Flutter第十节-----Flutter布局与组件全解析
android·开发语言·前端·学习·flutter·入门
Jomurphys1 小时前
Compose 适配 - 自适应布局(窗口大小类 WindowSizeClasses、列表详情、辅助窗格)
android·compose
plainGeekDev2 小时前
synchronized → Coroutines
android·java·kotlin
sun0077002 小时前
gtest 行覆盖率、函数覆盖率、分支覆盖率 . 一般这3个要达到多少?算达标
android
施棠海2 小时前
设计稿一键变成可运行的Android页面:Pixel2XML全流程UI开发框架实战(附完整源码)
android·ui·架构
Jomurphys3 小时前
Compose 适配 - 分辨率(密度)
android·compose
__Witheart__3 小时前
获取产品对应文件夹
android
__Witheart__3 小时前
版型关联的设备树查询方式
android·rockchip
浪客川3 小时前
Android的SystemUI的启动流程简析
android·开发语言