Technology Stack - EBS (MOSC)

MOSC Banner

Edit the Prompt of Summary Field "Total" in an OAF Page Release 11i

edited Jan 24, 2023 7:37AM in Technology Stack - EBS (MOSC) Question

Hi Experts,

In Release 11i, Is there a way to rename a summary column's Prompt "Total" to any other value, like "New Total". Refer the image attached.

.

I tried doing a controller extension with the below code. But. its not working.


OATableBean tableBean=(OATableBean)oawebbean.findIndexedChildRecursive("ItemsTableRN");

    OAColumnBean columnBean=(OAColumnBean)tableBean.findIndexedChildRecursive("Total");

    OASortableHeaderBean colHeaderBean=(OASortableHeaderBean)columnBean.getColumnHeader();

    colHeaderBean.setText("New Total ");


Please, any inputs.

Thank you in advance.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center