Revert R12.1.3 Homepage Layout to Link Style as in R12.1.1 or 11i

https://blogs.oracle.com/ptian/entry/revert_r12_1_3_homepage

Oracle EBS 12.1.3主页的展示方式不太习惯,12.1.3为了展示更多的内容(比如Work List),把职责压缩左侧,如果responsibility很多,找起来很麻烦,因为我对Work List没有要求,所以想恢复到11i或者12.1时候那种传统展示模式(link style)。

修改方法:System Administrator职责下,修改以下Profile

  • FND: Applications Navigator Menu Consolidation count : 25 – old is Null
  • FND Slideout menu: Enabled – old is disable
  • Enable Configurable HomePage: No
  • FND: Personalization Region Link Enabled: Yes
  • FND: Disable Configurable Home Page: True — old is false

You can refer to Note :1061482.1: 12.1.2: How to Modify and Enable The Configurable Home Page Delivered Via 12.1.2 for more details.

The above changes will result in the expandable menus changing to the older ‘link style‘ menus

修改前,12.1.3默认的主页展示

改成11i传统风格展示

更多EBS主页个性化的配置,可以参考:NOTE 1061482.1: 12.1.2: How to Modify and Enable The Configurable Home Page Delivered Via 12.1.2

时间: 2024-11-05 18:41:02

Revert R12.1.3 Homepage Layout to Link Style as in R12.1.1 or 11i的相关文章

Reverting back to the R12.1.1 and R12.1.3 Homepage Layout

Reverting back to the 12.1.1 Homepage Layout Set the following profiles: FND: Applications Navigator Menu Consolidation count : 25 FND Slideout menu: Enabled Enable Configurable HomePage: No FND: Personalization Region Link Enabled: Yes FND: Disable

JS动态引入js,CSS——动态创建script/link/style标签

一.动态创建link方式 我们可以使用link的方式.如下代码所示. function addCssByLink(url){ var doc=document; var link=doc.createElement("link"); link.setAttribute("rel", "stylesheet"); link.setAttribute("type", "text/css"); link.setA

JS动态引入js、CSS动态创建script/link/style标签

一.动态创建link方式 我们可以使用link的方式.如下代码所示. function addCssByLink(url){ var doc=document; var link=doc.createElement("link"); link.setAttribute("rel", "stylesheet"); link.setAttribute("type", "text/css"); link.setA

1、HTML+DIV+CSS零基础快速入门到制作企业站视频课程_8 css 3种样式引用方法<link><style>

0.行内样式添加CSS <p style="color: red;">这是一个段落</p> 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>css</title> 6 </head> 7 <body> 8 <p&

WebADI_案例实施01_开发一个基于R12.1.3的WebADI Desktop(案例)

--Created by Tony Liu. create table APPS.C_XLA_JE_LOAD_STAGING ( HEADER_ID NUMBER not null, BALANCE_TYPE VARCHAR2(1) not null, LEDGER_NAME VARCHAR2(100) not null, LEDGER_ID NUMBER, LEGAL_ENTITY_NAME VARCHAR2(100), LEGAL_ENTITY_ID NUMBER, REFERENCE_DA

HTML框架布局 - layout.border

经常用到上下左右,中间填充满这样的布局,在java swing中有BorderLayout,HTML中通常使用CSS来实现布局,但要实现border layout这样的效果有些麻烦,很多第三方实现,比如easyui, extjs,功能过于强大,我只是想要一个简单的布局而已,于是自己写了个jquery布局插件,支持嵌套布局以及小功能,方便团队使用,项目地址:https://github.com/samsha/layout.border 简介 简单的布局效果,实现上下左右,中间充满的布局 依赖 需要

Oracle EBS R12文件系统结构(学习汇总网上资料)

Oracle EBS R12在服务器端文件结构如下: 顶层目录下面分为 1)inst --–跟ebs整个实例(instance)相关的配置信息以及其他信息 2)  db   ---主要存储DB层的信息 3)  apps ---主要是应用层的信息 1)首先来看 INST_TOP的情况 2) 再来看 数据库的内容的情况 3) 最后是apps的内容 上图文件夹的说明如下: apps_st/appl ----按照product分开(hr,pay,gl等),每个product都有一个单独的文件夹.比方说a

[Preference] How to avoid Forced Synchronous Layout or FSL to improve site preference

When tigger site updates the layout, it always follow this order: Javascript trigger style changes, then layout changes then broswer do the paint and composite. All those five steps should be finished in 60fps, or 16ms. Then users will have a smooth

12.1.2: How to Modify and Enable The Configurable Home Page Delivered Via 12.1.2 (Doc ID 1061482.1)

In this Document   Goal Solution References       APPLIES TO:    Oracle Applications Framework - Version 12.1.2 to 12.1.2 [Release 12.1] Information in this document applies to any platform. Checked for relevance on 18-JAN-2014   GOAL   This document