Skip to main content
Solved

Changing Labels & tabs

  • September 16, 2024
  • 2 replies
  • 120 views

Forum|alt.badge.img+11

Hi 

Not sure where else to post this, I have a client that not only wants to change a tab name(which they have done) but then change wherever the same appears in the rest of the database - just wondering how to achieve this?

 

this is the tab and therefore the data that needs to be changed database wide.

 

Thanks

Rachel 

Best answer by Marcel.Ausan

@R Lum Wai the only way to handle this would be page by page. Wherever that tab/label appears, they need to do a Page Configuration via Page Designer and rename the label/tab.

In the DB, all of the Page Configs (column names and stuff) are stored in the fnd_model_design_data_tab table in the CLOB column, but I would recommend you don’t touch that table. Best advice I can give is to do all the renaming page by page via Page Designer.

 

Below is an example of how the metadata looks for the Purchase Order form.

 

2 replies

Marcel.Ausan
Ultimate Hero (Partner)
Forum|alt.badge.img+22
  • Ultimate Hero (Partner)
  • 1298 replies
  • Answer
  • September 16, 2024

@R Lum Wai the only way to handle this would be page by page. Wherever that tab/label appears, they need to do a Page Configuration via Page Designer and rename the label/tab.

In the DB, all of the Page Configs (column names and stuff) are stored in the fnd_model_design_data_tab table in the CLOB column, but I would recommend you don’t touch that table. Best advice I can give is to do all the renaming page by page via Page Designer.

 

Below is an example of how the metadata looks for the Purchase Order form.

 


Forum|alt.badge.img+11
  • Author
  • Hero (Partner)
  • 105 replies
  • September 16, 2024

thanks Marcel … I was hoping for an easier way but you confirmed my fears 😂 

Hope you are doing well !!

 

Rachel