Unable to set View while opening the record from Related List within the form

sabamushtaq
Tera Contributor

Hi,

 

I am trying to automate a scenario from Problem management, when I opened Problem task from "Attached to Task" related list it opens in Default view but  I have to open the Problem task from "Attached to Task" related list in "Tech Alert", I can't find any option to set view, please guide me how can I resolve this issue

1 ACCEPTED SOLUTION

Hi @sabamushtaq , In ATF  you can select/define the view while opening an existing record.

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

View solution in original post

7 REPLIES 7

Satishkumar B
Giga Sage
Giga Sage

Hi @sabamushtaq 

Check the below approach:

- Your Problem Record:

SatishkumarB_3-1721499125459.png

 

- Click on the Problem task Record and see which all views are available and lets say the current view is default and you want to set "PTASK Complete Dialog View 2" as your default view :

SatishkumarB_2-1721499099114.png

 

- go to "sys_ui_view" table and search for title "PTASK Complete Dialog View 2" and copy the name "ptask_assess_dialog_view"

SatishkumarB_4-1721499327758.png

- Create a new record in "sysrule_view" table as below and copy the above copied name in view field and submit the record:

SatishkumarB_5-1721499463589.png

 

-Now go back to your problem record and access the Problem task the default view should be updated.

……………………………………………………………………………………………………

Please Mark it helpful 👍and Accept Solution✔️!! If this helps you to understand. 

 

 

Thanks for your response. I have tried this, view gets updated if I open problem manually but not worked with ATF. Is there any other approach?
 

sabamushtaq_0-1721606709477.png

Note: I have tried this with both problem and problem_task table

Hi @sabamushtaq 
In ATF, you have the ability to specify or select a particular view when opening an existing record. This feature allows you to test how records appear and function within different views, ensuring that the application behaves as expected across various user interfaces.

……………………………………………………………………………………………………

Please Mark it helpful 👍and Accept Solution✔️!! If this helps you to understand.