Dev401-017:Data Management: Introduction to Upsert Module Objectives1.Define upsert.2.Define external ID.3.List typical use case where upsert is useful.4.List typical use case where upsert with relationships is useful.5.Explain how external IDs are u…
Dev401-016:Data Management: Data management Overview Course Objectives1.List typical data management operations.2.Define upsert and external ID.3.List typical use cases where upsert is useful.4.List some tools available to perform data management ope…
Dev401-020:Visualforce Pages: Introduction to Visualforce Course Objectives1.Understand the benefits of using static resources and use them in pages.2.Construct partial page refreshes using AJAX with Visualforce tags.3.Create simple custom components…
Dev401-011: Building Business Processes that You Want Course Objectives1.Describe the capabilities of data validation rules2.Create an approval process.3.Describe when to user parallel approvers.4.List user cases for skipping steps within approval pr…
Dev401-020:Visualforce Pages: Visualforce Componets (Tags) Module Agenda1.Tag Basics2.Tag Bindings Tag Basics1.Visualforce includes a tag library similar to HTML and XML markup languages.2.You can include text directly into the Visualforce page.4.You…
Dev401-015:Implementing Business Processes:Auditing Processes Module Objectives1.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…
ev401-013:Implementing Business Processes:Automating Business Processes Part 1 Module Objectives1.List the components of a multi-step approval process.2.Implement a 3-step approval process.3.Implement a 3-step approval process with an optional step i…
Dev 401-004:Application essential:Building Your user Interface: Module Agenda1.Custom Applications2.Custom Tabs3.Custom page Layouts Page Layouts1. Page layout define the organization of :- fields- Custom links- Related lists on an object detail or e…
Dev 401-003:Application Essential:Building Your Data Model Object Relationships1.Link two objects- Parent to child- One to Many2.Two main Types:- Look up- Master- Detail3.Two special types:- Self- Many to many Lookkup Relationships1.Loosely coupled-…
Dev 401-002:Application Essentials:Designing Application on the Force.com Platform Course Objectives1.Describe the type of application best suited for the Force.com platform.2.Describe the feature of the Force.com platform that help you build your da…
Dev 401-007 Designing Applications for Multiple users: Managing your users' experience part 1 Module Objectives1.List the different types and characteristics of license the Force.com platform supports/2.List the things a profile controls in the appli…
Dev401-026:Visualforce Pages: Visualforce Controller   Module Objectives1.Identify the functionality that comes with each standard controller2.Realize when you would need to move to Apex for creating custom controllers or extensions.3.Compare and con…
Dev401-022:Visualforce Pages: Visualforce Componets (Tags) Library Part 1 Module Objectives1.List key tags and define what their attributes control.2.Create Visualforce pages that use these tags to create page layouts,inut forms,output tables,custom…
Dev401-025:Visualforce Pages: JavaScript in Visualforce Module Objectives1.Describe the use of AJAX within Visualforce.2.Create access to standard actions via the $URLFOR expression.3.Create reusable functions within ,script> tags.4.Create partial pa…
Dev401-024:Visualforce Pages: Visualforce Componets (Tags) Library Part IIIStatic Resources1.Static resources are a new kind of Salesforce storage,designed for use with Visualforce.2.Static resources are items required by your Visualforce pages,such…
Dev401-023:Visualforce Pages: Visualforce Componets (Tags) Library Part II   Apex:pageBlockTable1.A list of data displayed as a table within either an <apex:pageBlock> or <apex:pageBlockSection> component, similar to a related list or list vie…
Dev401-021:Visualforce Pages: Visualforce Componets (Tags) Module Agenda1.Tag Basics2.Tag Bindings Tag Basics1.Visualforce includes a tag library similar to HTML and XML markup languages.2.You can include text directly into the Visualforce page.4.You…
ev401-014:Implementing Business Processes:Automating Business Processes Part II Module Agenda1.Multi-Step Approval Processes2.Skipping Steps in Approval Processes3.Keeping Things Moving with Time-Dependent Workflow4.Approval Processes with Parallel A…
Dev401-012:Proseving Data Quality Universal Containers Scenario1.Universal Containers(UC) wants to enforce standards for managing positions and candidates company-wide.2.UC would like the Recruiting app to help guide its hiring managers to always fil…
Module Objectives1.List feature that affect access to data at the record level.2.List the organization wide default(OWD) settings.3.List and define the sharing levels.4.Set Organization wide defaults.5.Create a role.6.Create a public group.7.Create a…
Dev 401-008: Design Applications for Multiple Users' Experience Part 2Universal Containers Scenario1.At Universal Containers(UC), hiring managers in the IT and Engineering departments should only open positions in IT and Engineering departments.2.Rec…
Dev 401-005 Application Essential: Introducing Business Logic Module Agenda1.Custom object Queues2.Workflow3.Formula Fields4.Roll up Summary Fields5.Validation Rules. Module Overview1.Create a custom object queue.2.Create an event-based workflow with…
1.Who uses Recruiting Application. 2. Recruiting Application Object Model…
ev401-018:Data Management: Data management ToolsModule Objectives1.List objects exposed in the import wizards.2.List some objects not exposed in the import wizards.3.List some capabilities of API-based tools that the import wizards do not have.4.Stat…
Module Objectives1.Apply profiles, organization wide defaults, role hierarchy and sharing to given access to data.2.Apply organization wide defaults, public groups, and manual sharing to create conditional access to data.3.Analyze suitability of fiel…
Dev 401-001:Introduction   Module Objectives1.Orient yourselves to the training location.2.Understand the agenda and flow of the course.3.Describe basic aspects of Salesforce and the Force.con platform.4.List the custom objects used in the Recruiting…
Dev 401-006 Designing Applications for Multiple users: Accommodating Multiple Users in your App. Course Objectives1.Control access to data in Salesforce2.List the available Salesforce license types.3.List setting controlled by a profile.4.Articulate…
当用户主动发消息给微信公众账号的时候(包括发送信息.点击自定义菜单click事件.订阅事件.扫描二维码事件.支付成功事件.用户维权),微信将会把消息数据推送给开发者,开发者在一段时间内(目前为48小时)可以调用客服消息接口,通过POST一个JSON数据包来发送消息给普通用户,在48小时内不限制发送次数.此接口主要用于客服等有人工消息处理环节的功能,方便开发者提供更加优质的服务. 客服接口调用请求说明 客服接口调用的接口说明如下(http请求方式为POST),如果获取Access Token的方式…
Visualforce实现过滤.数据列表显示.分页功能 可以参考salesforce官网开发文档:https://trailhead.salesforce.com/modules/visualforce_fundamentals/units/visualforce_standard_list_controllers 代码如下: <apex:page sidebar="false" standardController="Contact" recordSetVa…
一.模式匹配 串的查找定位操作(也称为串的模式匹配操作)指的是在当前串(主串)中寻找子串(模式串)的过程.若在主串中找到了一个和模式串相同的子串,则查找成功:若在主串中找不到与模式串相同的子串,则查找失败.两种主要的模式匹配算法是Brute Force算法和KMP算法. 二.Brute Force算法 1.Brute Force算法也被称为朴素的模式匹配算法,是一种简单.直观的模式匹配算法.简单来说,就是对主串的每一个字符作为子串开头,与要匹配的字符串进行匹配.对主串做大循环,每个字符开头做次数…