【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 勾选掉

保存

相关推荐
Grackers22 分钟前
Android Perfetto 系列 5:Android App 基于 Choreographer 的渲染流程
android
踩着两条虫23 分钟前
AI驱动的Vue3应用开发平台深入探究(十):物料系统之内置组件库
android·前端·vue.js·人工智能·低代码·系统架构·rxjava
sam.li28 分钟前
JADX MCP 原理与使用部署
android·逆向·jadx
冬奇Lab1 小时前
Android 15音频子系统(五):AudioPolicyService策略管理深度解析
android·音视频开发·源码阅读
亚历克斯神1 小时前
Flutter for OpenHarmony: Flutter 三方库 mutex 为鸿蒙异步任务提供可靠的临界资源互斥锁(并发安全基石)
android·数据库·安全·flutter·华为·harmonyos
dalancon3 小时前
SurfaceControl 的事务提交给 SurfaceFlinger,以及 SurfaceFlinger 如何将这些数据设置到对应 Layer 的完整流程
android
dalancon3 小时前
SurfaceFlinger Layer 到 HWC 通信流程详解
android
cccccc语言我来了3 小时前
Linux(9)操作系统
android·java·linux
yige454 小时前
【MySQL】MySQL内置函数--日期函数字符串函数数学函数其他相关函数
android·mysql·adb
洞见前行4 小时前
AI 当逆向工程师:Claude Code 自主分析 APK 和 so 文件,解决 Unity 插件化启动崩溃
android·人工智能