zoukankan      html  css  js  c++  java
  • Building Applications with Force.com and VisualForce(Dev401)( 八):Designing Applications for Multiple users:Managing your users' experience II

    Dev 401-008: Design Applications for Multiple Users' Experience Part 2
    Universal Containers Scenario
    1.At Universal Containers(UC), hiring managers in the IT and Engineering departments should only open positions in IT and Engineering departments.
    2.Recruiters should be able to create positions for and department in the company.
    3.UC needs to understand how to leverage page layouts and record types to enforce this behavior.
    4.At Universal Containers(UC),hiring managers in IT and Engineering departments need to specify technical criteria desired for their candidates such as programming language or operating system.
    5.Hiring managers in the other departments don't need or want to see these technical criteria fields when they fill out position details.
    6.Recruiters need to be able to create all kinds of positions.
    7.UC needs to understand how to use custom page layouts to model this behavior.

    Record Types
    1.Record types are used to tailors user interaction experience to specific business needs.
    - Note: Record types only affect the way that data is displayed in the UI. it is not a form of sub-classing.
    2.They can determine page layouts, in conjunction with profiles.
    3.Or limit picklist options.

    Module Review
    1.What are the different types of licenses that are available?
    CRM and SaleseForce.com Platform
    2.What do profiles control?
    User Interface/Permissions
    3.What are the permissions that allow a System Administrator to manager the application?
    Customize the permissions.
    4.True of false:System Administrators can customize the permissions of both standard and custom profiles.
    False.
    5.Ture or False when creating a new profile, it's possible to copy over setting from an existing profile.
    True.
    6.If you remove access to an app from a profile, will uers in that profile still be able to see the tabs included in that application?
    Yes.
    7.If you hide a tab from a profile, will uses in tha profile be able to see records for that object?
    Yes.
    8.If you have two record types for an object, do you need to have two page layouts for that object?
    Not necessary.
    9.If a user doesn't have access to a specific type will they be able to see the records that have that record type.
    Yes.
    10.True of False: A field hidden by field-level security is still visible through API.
    False.
    11.When should you use field-level security?
    12.When should you user records types?
    13.When should you use page layout?

  • 相关阅读:
    【pycharm配置】社区版PyCharm突然打不开,点击图标没有反应,在cmd下输入pycharm可以打开的解决方案
    【pycharm配置】f-string格式化输出在pycharm中标红报错
    JDK、Jmeter安装与配置
    [Python配置]执行pip install出现Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。的解决方案
    Linux虚拟机SSH服务、防火墙开启关闭
    提升效率的28种测试工具
    软件测试人员需要的8方面能力
    联系我
    vim打开交换文件(swp)时Quit和Abort的区别
    机器学习能革了数据库索引的命吗?
  • 原文地址:https://www.cnblogs.com/shgq/p/3275366.html
Copyright © 2011-2022 走看看