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-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-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…
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…
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-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-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-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…
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…
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…
题目链接:http://www.codeforces.com/problemset/problem/155/A题意:找到当前最大值或者最小值出现的次数.“当前”的意思差不多是a[i]大于所有a[j](j小于i)或者大于所有a[j].C++代码: #include <iostream> using namespace std; ]; int main() { cin >> n; ; i < n; i++) cin >> a[i]; ], High = a[], cn…
ASP.NET offers three frameworks for creating web applications: Web Forms, ASP.NET MVC, and ASP.NET Web Pages. All three frameworks are stable and mature, and you can create great web applications with any of them. No matter what framework you choose,…
为了满足用户渠道推广分析的需要,公众平台提供了生成带二维码的接口.使用该接口可以获得多个带不同场景值的二维码,用户扫描后,公众号可以接收到事件推送.目前有两种类型的二维码,分别是临时二维码和永久二维码,前者有过期时间,最大为1800秒,但能够生成较多数量,后者无过期时间,数量较少(目前参数只支持1到100000).两种二维码分别适用于账号绑定.用户来源统计等场景. 用户扫描带场景值二维码时,可能推送以下两种事件: 1. 如果用户还未关注公众号,则用户可以关注公众号,关注后微信会将带场景值关注事件…