Skip to main content
Question

How can we see the db tables /views for underlying elements in Aurena page

  • November 7, 2022
  • 3 replies
  • 135 views

Forum|alt.badge.img+2

Hi,

I saw the way to see the view being used as the backend for a page is to go to Debug console but for some pages, I could not trace the view.

 

I want to see the time a FSE has spent in a work task & fetch it into quick reports.

3 replies

Charana Udugama
Superhero (Employee)
Forum|alt.badge.img+12
  • Superhero (Employee)
  • 128 replies
  • November 8, 2022

Hi @HDZANUSHAKH ,

 

I went to the same window and found this. The view is JT_TASK_LIGHT_UIV. Is this what you are looking for? 
 

Regards,
Charana


HDAL
Sidekick (Customer)
Forum|alt.badge.img+7
  • Sidekick (Customer)
  • 33 replies
  • December 18, 2022

Hi HDZANUSHAKH ,

We had the same issue in 21R2, i.e. “View” was empty ine the “Page Info”

This has been fixed and is working now for us in 22R1


Forum|alt.badge.img+11
  • Hero (Partner)
  • 232 replies
  • December 19, 2022

I usually look at the Entity and work it out.

Ex: JtTaskReportingTimeTransactionVirtual

Jt_Task_Reporting_Time_Transaction is the view.

But there is a bit of guess work as well.