zoukankan      html  css  js  c++  java
  • Building Applications with Force.com and VisualForce (DEV401) (四):Building Your user Interface

    Dev 401-004:Application essential:Building Your user Interface:

    Module Agenda
    1.Custom Applications
    2.Custom Tabs
    3.Custom page Layouts

    Page Layouts
    1. Page layout define the organization of :
    - fields
    - Custom links
    - Related lists on an object detail or edit page.
    2. Page layout customization include:
    - Field locations
    - page section customization
    - Field properties(visible, read-only and required)
    Note:Establish unique layouts for different business scenarios.

    Module Review
    1. True or False:when building a custom application, developer can include a custom logo for that app.
    True.
    2. True or false:when choosing a style for a custon object tab, developers can create custom styles.
    True.
    3. List things that can be customized on apage layout.
    Field,Location, Button, sections...
    4. If a field is made read-only or required on a page layout, what happens if a user access that field through the API?

    Custom Apps
    1.An application is a logical container for all of the objects, tabs, processes, and service associated with a given business function.
    2.A Force.com custom app consists of a name, a description, an ordered list of tabs, and, optionally, a custom logo and a landing page.
    3.Salesforce provides standard apps such as Sales and Call Center.

    Custom Apps
    1.Custom app logos
    - Custom application display the custom-force logo by default.
    - For custom logos, any GIF orJPG file from the Documents tab vcan be inserted if it is under 20kb size.
    2.Specify custom default landing tab when creating or editing a custom app.
    - Use the Default Landing Tab drop-down menu below the tab selection area of the app creation wizard.

    Custom Tabs
    1. A custom tab is a user interface component you create to display custom object data or eb content embedded in the application.
    2. There are two types of custom tabs:
    - Custom Object Tabs: Display the data of your custom object in a user interface tab.
    - Web Tabs: Display any external web-based application or web page in a user interface tab(more on this later).
    3.Custom tabs will have a Tab Style(color scheme and icon)

  • 相关阅读:
    无声的吐槽csdn
    成长
    最近忙的头发都油油的
    pycharm5工具免费分享及安装教程
    分布式版本控制git常见问题之gitignore冲突
    感觉自己还是太年轻,还有很多东西不会
    关于laravel5.2仓库的建立,以及简单调用
    乎,前所未有的挑战!
    嘿嘿,无聊的时候,来点好玩的,翻滚吧,杀马特!!!
    随便说说
  • 原文地址:https://www.cnblogs.com/shgq/p/3257256.html
Copyright © 2011-2022 走看看