Skip to main content
Solved

IFS cloud menu tree

  • August 31, 2023
  • 3 replies
  • 140 views

Forum|alt.badge.img+6

Hello,

 

I'm looking for the IFS cloud menu tree in Excel format. We are on 22R1.

 

Regards,

Pierrick

Best answer by kvbe

You can try to create a quick report using the following query:

select * from FND_NAVIGATOR

Then you can export it to Excell. 

You will then have to do some excell magic to filter out the pages you need and set the ordering correct using the parent_id column etc. 

 

Depends what is your use case?

 

3 replies

Forum|alt.badge.img+10
  • Hero (Partner)
  • 218 replies
  • Answer
  • August 31, 2023

You can try to create a quick report using the following query:

select * from FND_NAVIGATOR

Then you can export it to Excell. 

You will then have to do some excell magic to filter out the pages you need and set the ordering correct using the parent_id column etc. 

 

Depends what is your use case?

 

Forum|alt.badge.img+6
  • Author
  • Sidekick (Customer)
  • 13 replies
  • August 31, 2023

Thank you for your answer, i’ll try it.

I need it to build my rights matrix, i’ve asked my key users to give me the menus they need. 


Forum|alt.badge.img+6
  • Author
  • Sidekick (Customer)
  • 13 replies
  • September 5, 2023

Thank you ! I also have the projections associated with the menu :)