Skip to main content
Solved

How can see view and API name in Aurena upd10?

  • March 13, 2021
  • 3 replies
  • 540 views

Forum|alt.badge.img+8

Hi Community,

 

     In IEE  ,we used to see that under system info (View Name and API name).

     In Aurena (Any update) ,. how can see View name and API name in the application.

    Please assist us.

    

Thanks in advance.

 

 

Best answer by Thilini Aluthweediya

Hi,

If we consider customer order form,
Projection would be CustomerOrderHandling and respective Package is CUSTOMER_ORDER_API.

To check the view related for the page , go to Server Invokes tab in support console and select on the server code section and  then check the SQL tab to see the sql statement involved in the selected query. You can identify the view name from the sql query.

 

Cheers,
Thilini

 

This topic has been closed for replies.

3 replies

Thilini Aluthweediya
Hero (Employee)
Forum|alt.badge.img+6

Hi,

 

Go to User and select enable debug console in the drop down under Debug. section

 

In Support Console ,Page Info tab  you can see the page information and page element information.

 


Forum|alt.badge.img+8
  • Author
  • Sidekick
  • March 14, 2021

@thallk ,Thanks' your response.

I knew that, but there are shown only projection name,entity set,entity name and component name,

I want see view ,API name.

Where i find in Aurena Application?.

 


Thilini Aluthweediya
Hero (Employee)
Forum|alt.badge.img+6

Hi,

If we consider customer order form,
Projection would be CustomerOrderHandling and respective Package is CUSTOMER_ORDER_API.

To check the view related for the page , go to Server Invokes tab in support console and select on the server code section and  then check the SQL tab to see the sql statement involved in the selected query. You can identify the view name from the sql query.

 

Cheers,
Thilini