zoukankan      html  css  js  c++  java
  • Personalize Oracle Applications Home Page Browser Window Title

     

    修改登录页

    http://expertoracle.com/2016/03/10/personalizing-the-e-business-suite-r12-login-page/

    STEP 2 : DEFAULT BRANDING CHANGE
     
    1. Login with system administrator responsibility
    2. Navigate: Application —> Function
    3. Query the function FWK_HOMEPAGE_BRAND
    4. Replace the User Function Name with the desired text
    5. Logout, login and the change should be visible immediate

    This change will be visible above the responsibility page after user log in.
     
    STEP 3 : Login page Welcome Message (on top)
     
    Go to Application Developer – > Application -> Messages
    SEARCH FOR FND_SSO_WELCOME AND LANGUAGE US
    Put any custom message
     
    Example :
    <company name> Production Instance
     
    Note: This need Apache services bounce.
     
    This change will be visible at the login page browser top portion.
     
    STEP 4 : LOGIN PAGE MESSAGE (ON TOP OF PAGE)
     
    Login – go to Functional Administrator responsibility – Personalization TAB
    Search for /oracle/apps/fnd/sso/login/webui/MainLoginPG in Document Path:
    Click on Personalization Page icon
    On next page, assure that Site:Include is tick marked. Press ‘Apply’
    Click on “Personalize” for Page Layout
    In ‘Title’ for ‘Site’ value put any custom value Example: ‘<Client_Name> Dev Instance — Copy of Production as on <>’. Press Apply
     
    STEP 4 : LOGIN PAGE MESSAGE (ON TOP OF PAGE)
     
    Login – go to Functional Administrator responsibility – Personalization TAB
    Search for /oracle/apps/fnd/sso/login/webui/MainLoginPG in Document Path:
    Click on Personalization Page icon
    On next page, assure that Site:Include is tick marked. Press ‘Apply’
    Click on “Personalize” for Page Layout
    In ‘Title’ for ‘Site’ value put any custom value Example: ‘<Client_Name> Dev Instance — Copy of Production as on <>’. Press Apply
     
    This change will be visible at the login page.
    This change will be visible at the login page.

    修改首页

    Changing the browser page name for the Home Page

    This option is not specific to the new homepage. In fact, it can be performed on versions 11i, 12.0.X and 12.1.X

     

    By default the browser displays the homepage as 'Oracle Applications Home Page'

    You may want to change this so that when working with multiple environments at the same time it is easy to distinguish via the browser tabs (Firefox or Internet Explorer) which environment is which.

     

    To make the change, login to the homepage and select the 'personalize page' link at the top right of the page. Select the pencil icon for the very first option in the list. This should be 'Page Layout: Oracle Applications Home Page'

    Change the window title at the required level to the text of your choice. Now apply and return to the application. You will notice the browser tab now displays your chosen name

     

     

    Personalize Oracle Applications Home Page Browser Window Title

     

    As you know we have “Site Name” profile option to give some name to the instance or to identify the instance but this reflects/works only when we open the forms. However when we login to the application, windows title for Home page remains same in the browser i.e. “Oracle Application Home Page”.
     
     
     
     

     








    Have you ever think of changing this name? …. Yes? … But don’t know how ???
     
    Here are the steps to change this Application Home Page name at Site Level J
     
     
    Personalize the home page by -
    Login to the homepage -> click on 'personalize page' link -> Personalize 'Page Layout: Oracle Applications Home Page' -> Change the window title at the required level
     
     
     















     



     








    Note:
     
    To enable the "personalize page" link on home page you need to set the profile option "Personalize Self-Service Defn"  to "Yes" at User level or Site Level.
     
    Then Re-login to application and see if you get the "personalize page" link on top right corner of your home page.
     
    If you still unable to see the "personalize page" link then you may need to clear the cache from functional administrator responsibility as below:
     
    Go to ->Functional Administrator responsibility -> Core Services -> Caching framework -> global configuration -> clear all cache
  • 相关阅读:
    打理自己的生活
    多线程练习 -- 自定义NSOperation
    多线程练习 -- 单例设计模式
    IOS学习笔记 -- 多线程
    画画板 -- 可自定义线的宽度和颜色
    手势识别器基本练习
    触摸事件练习 -- 手势解锁
    触摸事件练习 -- 画画板(截屏分类)
    Main.storyboard
    Quartz2D练习 -- 裁剪图片分类
  • 原文地址:https://www.cnblogs.com/xiaoL/p/11206922.html
Copyright © 2011-2022 走看看