Dev401-015:Implementing Business Processes:Auditing Processes

Module Objectives
1.list some of the feature of the Force.com platform that allow for auditing of processes.
2.Examine the setup audit trail to identify configuration changes.
3.Set up field history tracking to monitor changes to field data.
4.Analyze options for preventing or recording changes to data in your Force.com application.

Module Agenda
1.Auditing Configuration Changes
2.Auditing Data
3.Keeping Track of Unauthorized Changes

Setup Audit Trail
1.The Setup Audit Trail shows changes made to an organization's setup.
2.Up to 20 changes are displayed within the application, but developers can export to a .csv fiel to see additional changes.
3.Changes are tracked for 180 days.

Universal Containers Scenario
1.Universal Containers recruiting department has strict guidelines that need to be followed regarding the treatment of hiring data.
2.If any change is made to a review, it should be tracked.
3.Any change to the Job Description or Responsibilities fields on positions must be tracked.
4.Changes to the owner of positions and candidates must be tracked.

Field History Tracking
1.Field History Tracking allows developers to choose up to 20 fields per objects for which they would like to track changes.
2.For most field types, the old and new values are tracked, as well as the date and time of the change and the user who made the change.
3.For long text area fields and multi-select picklists are tracked as edited; however, the old and new values are not noted.

Logging Comparison
1.Debug logs:
-Tracks:Error and system processes performed by end users or code.
-Examples: Execution of Apex trigger or workflow rule.
2.Field History:
-Data Values for fields
-Example:Updates to status or pay Grade field
3.Setup Audit Trail
-Configuration changes by administrators and developers
-Example:Change to a workflow rule, field data type.

Which Tool to Use?
1.A developer at Universal Containers needs to make sure that the format of a contract number for contractors in temporary positions always follows the same format.
2.The contract number should not even be entered in the system if it doesn't follow the proper format.
3.Which tool should the developer user?
Validation Rules.

 

Which Tool to Use?
1.Sometimes contractors in temporary position will stay in that position throughout the duration of multiple contracts. Universal Containers would like to track any changes to the contract number field.
2.Which tool should the developer use?
Field Track History

Which Tool to Use?
1.A developer left Universal Containers and auditors would like to understand the changes that developer made to the configuration of Salesforce before departing.
2.Which should be used?
View ​Setup Audit

Which Tool to Use?

1.When new candidate records are created Universal Containers tracks whether or not a Visa is required for that candidate. If a Candidate requires a Visa, Universal Containers would like to send an email to the recruiter to ensure that the proper hiring procedures are followed.
 

2.Which tool would you use?
Workflow Rule.

Which Tool to Use?
1.If Universal Containers wanted to not only send an email if a candidate required a Visa, but also require approvals from the hiring manager and HR, which tool you user>
Approval Processes.

Module Review
1.What is the purpose if a queue?
ownership by group people
2.When is workflow triggered?
Save to database
3.Given an example of cross-object formula that we created during this section.
4.What are the three ways to make a field required?
Check box, Validation rules, page layout
5.Where can users go to find more information on creating formula fields and validation rules?
Community.salesfore.com

Building Applications with Force.com and VisualForce(Dev401)(十四):Implementing Business Processes:Auditing Processes的更多相关文章

  1. Building Applications with Force.com and VisualForce(Dev401)(十二):Implementing Business Processes:Automating Business Processes Part 1

    ev401-013:Implementing Business Processes:Automating Business Processes Part 1 Module Objectives1.Li ...

  2. Building Applications with Force.com and VisualForce(Dev401)(十):Designing Applications for Multiple Users: Building Business Processes that You Want

    Dev401-011: Building Business Processes that You Want Course Objectives1.Describe the capabilities o ...

  3. Building Applications with Force.com and VisualForce(Dev401)(十八):Visualforce Pages: Introduction to Visualforce

    Dev401-020:Visualforce Pages: Introduction to Visualforce Course Objectives1.Understand the benefits ...

  4. Building Applications with Force.com and VisualForce (DEV401) (四):Building Your user Interface

    Dev 401-004:Application essential:Building Your user Interface: Module Agenda1.Custom Applications2. ...

  5. Building Applications with Force.com and VisualForce(Dev401)(十九):Visualforce Pages: Visualforce Componets (Tags)

    Dev401-020:Visualforce Pages: Visualforce Componets (Tags) Module Agenda1.Tag Basics2.Tag Bindings T ...

  6. Building Applications with Force.com and VisualForce(Dev401)(十六):Data Management: Introduction to Upsert

    Dev401-017:Data Management: Introduction to Upsert Module Objectives1.Define upsert.2.Define externa ...

  7. Building Applications with Force.com and VisualForce(Dev401)(十五):Data Management: Data management Overview

    Dev401-016:Data Management: Data management Overview Course Objectives1.List typical data management ...

  8. Building Applications with Force.com and VisualForce(Dev401)(十三):Implementing Business Processes:Automating Business Processes Part II

    ev401-014:Implementing Business Processes:Automating Business Processes Part II Module Agenda1.Multi ...

  9. Building Applications with Force.com and VisualForce (DEV401) (三):Application Essential:Building Your Data Model

    Dev 401-003:Application Essential:Building Your Data Model Object Relationships1.Link two objects- P ...

随机推荐

  1. Ueditor富文本编辑器--上传图片自定义上传操作

    最近负责将公司官网从静态网站改版成动态网站,方便公司推广营销人员修改增加文案,避免官网文案维护过于依赖技术人员.在做后台管理系统时用到了富文本编辑器Ueditor,因为公司有一个阿里云文件资源服务器, ...

  2. 一文搞懂jvm内存结构

    一.jvm是干什么的? 大家都知道java是跨平台语言,一次编译可以在不同操作系统上运行,怎么做到的呢,看下图: javac把写的源代码(java文件),编译成字节码(class文件),字节码部署到l ...

  3. swoole(2)swoole进程结构

    一:进程基本概念 系统中正在运行的一个程序,程序一旦运行就是进程 一个进程可以拥有多个线程 核心内容分为两部分:内存(进程创建时从系统分配的,它所创建的变量都会存储在这一块内存中).上下文环境 二:s ...

  4. idea通过maven打jar包不成功或无法加载主类或打成功也找不到jar包

    这个问题纠结了我一天,在网上也搜了一些方法,现在把我自己的处理过程记录一下,以方便遇到此类问题的小伙伴参考: 第一步:查看idea的jdk版本与Windows安装的jdk是不是同一个版本,如下图 第二 ...

  5. 正式学习MVC 03

    1.View -> Controller的数据通信 1) 通过url查询字符串 public ActionResult Index(string user) { return Content(u ...

  6. vue——一个页面实现音乐播放器

    请忽略下面这段文字年关将至,时间好歹又多出了些许.却不敢过度消遣.岁月未曾饶过我,我亦不想饶过岁月.且将它塞得膨胀,让这一年看似加更充实.不曾料想我一个爱些风花雪月.研墨行歌之人,却做起了碼农这一行当 ...

  7. 微信h5页面调用第三方位置导航

    微信h5页面拉起第三方导航应用 需要准备的: 通过微信认证的公众号有备案过的域名 背景:微信公众号点击菜单栏跳到h5页面,需要用到导航功能 需求:当用户点击导航按钮时,跳转到第三方app进行导航 参考 ...

  8. DUBBO 面试灵魂18问

    一.Dubbo 是什么 dubbo 是一个分布式框架,是一个远程服务调用的分布式框架,其核心部分包含: 1)集群容错: 提供基于接口方法的透明远程过程调用,包含多协议支持,以及软负债均衡.失败容错.地 ...

  9. 关于Java序列化的问题你真的会吗?

    引言 在持久化数据对象的时候我们很少使用Java序列化,而是使用数据库等方式来实现.但是在我看来,Java 序列化是一个很重要的内容,序列化不仅可以保存对象到磁盘进行持久化,还可以通过网络传输.在平时 ...

  10. 使用ZXingObjC扫描二维码横竖屏对应

    /** 根据屏幕的方向设置扫描的方向 * @author maguang * @param parameter * @return result */ - (void)showaCapture { C ...