Skip to main content

Hi,

 

May i know how to export Aurena navigator with all pages including its TABs and Command buttons so that we can prepare the security matrix for any customer.

Hi @TecPravRe ,

 

Please check the following link  it might helpful for you.

Thanks & Best Regards,

Wimali


Hi Wimali,

 

This does not give about the Tabs and command in a page.


Hi @TecPravRe,

Those should be included under projections.

Thanks & Best Regards,

Wimali


Hi @TecPravRe ,

You can refer following.

1. Export and Import Navigator configurations : check here .
2. Export and Import Page configurations : check here

 


Hi @TecPravRe,

Those should be included under projections.

Thanks & Best Regards,

Wimali

 

Hi Wimali,

Could you please help me how can we identify available TABS and Command buttons of page without opening a projection or client file.

 

I mean do we have any table/view to store that information while registering the same in IFS like how can we get the page details from the table/view.

 

Appreciate your support in advance.


Hi @TecPravRe ,

You can check the projections and pages using projection configurations and page configurations. Using show details you can view the configurations.

Since you have asked to fetch data from database  end the following query can be used.

SELECT Model_Design_SYS.Get_Data_Content_('ServerMetadata', 'projection', 'SupplierHandling') FROM  dual ( save the fetched data as a .json file).


Thanks & Best Regards,
Wimali