zoukankan      html  css  js  c++  java
  • 跟OAF相关的一些profile的设定

    要进行OAF的开发,有一些profile是需要进行设定的,以下的一些设定会影响到我们OAF的开发工作。

    1、Disable Self-service Personal (FND_DISABLE_OA_CUSTOMIZATIONS)

         This is a system profile option specifically created for use by Oracle Support. You can set this profile option to Yes at the site or application level. If this system profile option is set to Yes, any personalizations you make, regardless of the level at which you make the personalizations, will not be applied. Only the original base definition of each OA Framework-based application page is ever displayed. Use this profile option to help Oracle support staff determine whether a problem arises from applied personalizations or from the base application. The default is No.     

    2、Personalize Self-service Defn (FND_CUSTOM_OA_DEFINTION)

         You should set this profile option to Yes at the user level for an administrator. If you set this profile option to Yes, then when you log on as the Administrator, a global Personalize Page button appears on each OA Framework-based application page. When you select the global Personalize Page button on any page, the personalization user interface prompts you for the scope and administrative level at which you wish to create your personalizations before displaying the OA Personalization Framework UI. The default is No.

    3、Personalization Region Link Enabled

         在有的page,可能会包含一个链接,而该链接会链到另外一个region,如果上面这个profile设置为Yes的话,那么这个时候这个region也是可以进行个性化设定的;相反,如果为minimal,那么可以部分实现个性化;若为No则表示不可以进行个性化设定。

     

    4、FND: Diagnostics

         You may also want to set the FND: Diagnostics (FND_DIAGNOSTICS) profile option to Yes to render the "About this page" link at the bottom of each OA Framework-based page. The About this page link takes you to the "About" page which displays information about the current page, the page's context, and the environment. The Personalization subtab on the "About" page also identifies personalizations that are in effect on the current page for the current personalization context and provides a Manage Personalization Level button that lets you navigate to the Manage Personalization Levels page directly to recover from errors that result from a personalization。

  • 相关阅读:
    转:5个AJAX Loading动画图标生成器
    小练习:图片轮播jQuery版
    找不同,在一定范围内找出不同数最小的数组。
    一个Hibernate的Hello World, 基于Hibernate 4.0
    队列的操作, 计算要出队某个数需要移动的距离.
    使用反射操作私有(Private)方法和属性
    求由色子组成的立方体的5个可见面(底部不算)中所有数字最小之和.
    动态代理的简单实例.
    设计模式:Java的代理模式.
    Java的反射 基础+简单复制对象实例
  • 原文地址:https://www.cnblogs.com/echochen/p/2221857.html
Copyright © 2011-2022 走看看