ev401-014:Implementing Business Processes:Automating Business Processes Part II

Module Agenda
1.Multi-Step Approval Processes
2.Skipping Steps in Approval Processes
3.Keeping Things Moving with Time-Dependent Workflow
4.Approval Processes with Parallel Approvers
5.Keeping System in Sync with Outbound Messaging
6.Keeping Your Processes Flexible with Dynamic Approval Routing
7.Monitoring Your System Processes

What are Parallel Approvers?
1.Parallel approval processes allow a record to be sent for approval to up 25 different users simultaneously.
2.When setting up the process, developers choose the approvers, as well as whether the record should be approved/rejected based on the first response.

Exercise 3-5:Creating Parallel Approval Processes
1.Goal:
- Create an approval process that sends approvals to two approvers in parallel.
2.Scenario:
- All job applications should be approved by the recruiter and the Vice President of HR. Both approvals can take place at the same time.
3.Tasks:
- Create a parallel approval process.

What is required for Dynamic Approval Routing
1.Dynamic approval routing requires four steps:
- Adding approver fields to the object that will go through the approval process
-Setting up the approval matrix as a custom object in Salesforce
- Creating an approval process that routes based on related User and specifying which approver field to use for each step of the process.
- To automate:add an Apex trigger to grab the appropriate approver from the approval matrix and list it in approver fields on the records to be approved.

Universal Containers Scenario
1.Universal Containers tracks recruiting inside of Salesforce, but also uses a Hun-man Resource (HR) system for tracking employee information. They would like to keep the two systems in sync.
2.When a new job application is approved, the applicant should be created in the HR system.
3.Universal Containers would like to understand how to use outbound message to make this happen.

What is Outbound Messaging?
1.Outbound messages send the information you specify to an endpoint you designate.
2.Workflow rules and approval processes can send outbound messages to an endpoint as a means of getting information to an external service.
3.The message is a secure configurable API message (in XML format).

最新文章

  1. component
  2. 谈谈我的入门级实体框架Loogn.OrmLite
  3. Windows7 系统 CMD命令行,点阵字体不能改变大小以及中文乱码的问题
  4. C# 多线程防止卡死
  5. 使用Redis实现用户积分排行榜的教程
  6. 苹果iphone4s完美越狱后破解4g网络方法
  7. javascript笔记—— call 简单理解
  8. SORT_AREA_RETAINED_SIZE
  9. 169. Majority Element(C++)
  10. solr和mongodb比较
  11. BZOJ 1324 Exca神剑 最小割
  12. 认识ExtJS(04)--常见Web框架的ExtJS改造
  13. Java8函数式接口以及lambda表达式实践
  14. django QuerySet
  15. 《贝贝GO》隐私政策
  16. bzoj3702/bzoj2212 二叉树 (线段树合并)
  17. python性能分析之cProfile模块
  18. ss客户端以及tcp,udp,dns代理ss-tproxy本地安装版--centos7.3 x64以上(7.3-7.6x64测试通过)
  19. Container Adaptors
  20. yum的配置文件介绍

热门文章

  1. linux下好用软件全记录
  2. uploadifive如何动态传参
  3. 软工 实验一 Git代码版本管理
  4. Android中使用AsyncTask
  5. 手把手教你用 FastDFS 构建分布式文件管理系统
  6. rsync 增量同步总是多两行数据
  7. Day 1 模拟
  8. 关于css 的垂直居中
  9. springmvc.xml 中报错:Start state is missing. Add at least one state to the flow
  10. JAVA有关位运算的全套梳理