Solved

How can see view and API name in Aurena upd10?

  • 13 March 2021
  • 3 replies
  • 432 views

Userlevel 5
Badge +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.

 

 

icon

Best answer by Thilini Aluthweediya 15 March 2021, 02:53

View original

This topic has been closed for comments

3 replies

Userlevel 5
Badge +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.

 

Userlevel 5
Badge +8

@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?.

 

Userlevel 5
Badge +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