0% found this document useful (0 votes)
62 views1 page

How To Hide Object From Oracle Page Using Sandbox

The document provides instructions for modifying the page structure and hiding objects conditionally in an Oracle sandbox environment. The steps include opening the sandbox, using the page composer tool to navigate to the object to edit, accessing the task flow properties, selecting the object to hide, and adding an expression to the "Rendered" field to control visibility based on certain conditions. The modified sandbox can then be published.

Uploaded by

Nader Fanous
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
0% found this document useful (0 votes)
62 views1 page

How To Hide Object From Oracle Page Using Sandbox

The document provides instructions for modifying the page structure and hiding objects conditionally in an Oracle sandbox environment. The steps include opening the sandbox, using the page composer tool to navigate to the object to edit, accessing the task flow properties, selecting the object to hide, and adding an expression to the "Rendered" field to control visibility based on certain conditions. The modified sandbox can then be published.

Uploaded by

Nader Fanous
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 1

1- Open Sandbox

Home- Configuration  SandBox

Click on Create Sand and give it a name

2- Modify Page Structure


a. Select “Page Composer”
b. Then click on “Create and Enter”
c. From “Tools” select “Page Composer”
d. Navigate to the page contain the Object need to be Edited
e. Select “Structure”
f. Select the object to be edited (make sure that the mouse icon is lens)
g. From the bottom of the page raise the structure region details
h. Click on “Edit Task Flow” of the region under the object name (Example: Panel Drawer->
Tasks)
i. Repeat step h. if required until reach “PanelFormLayout”
j. Select “PanelFormLayout” then click edit (button)
k. Window Will Open we go to Tab “Tasks List Task Properities”
l. Expand Tasks List
m. Select Object we want to Hide and click Edit
n. Select “Rendered” field arrow then select “Expression Builder”
o. Adding and Phrase (Highlighted Yellow) if there is a condition in the render as per the
below example or add it instead of value “true”
p. Press OK till close opened windows and close page composer
q. Go to sandbox and publish it

#{pageFlowScope.fndPageParams['InvTaskMenuControllerBean'].isInventoryVisible and
(securityContext.taskflowViewable['/WEB-INF/oracle/apps/scm/inventory/transferOrders/publicUi/
flow/InventoryTransferOrderMainAreaFlow.xml#InventoryTransferOrderMainAreaFlow']) and !
securityContext.userInRole['INV_WAREHOUSE_MANAGER_JOB_CUSTOM']}

#{!securityContext.userInRole['INV_WAREHOUSE_MANAGER_JOB_CUSTOM']}

You might also like