How to open a form in a 'specific' view when clicking on the record from Dependency view section?

Suggy
Giga Sage

For a table we have multiple VIEWS created.

 

Requirement is that, from the Dependency view section on a form, when the user clicks on a record, it should take them to a specific view.

Ex - We have a view called as 'Architect view' on the 'Business Service' table. Now, when the user opens the Windows server record, in the Dependecy view section, upon clicking on the record, it should open the form in 'Architect View'

Suggy_0-1713026115525.png

PS - ONLY when the user clicks on the records from 'Dependency view' section, this should happen. 

And when user clicks from Table/list view, Application/module, then it should show what ever view is configured.

8 REPLIES 8

Suggy
Giga Sage

Anyone

Sohail Khilji
Kilo Patron
Kilo Patron

Hi @Suggy ,

 

This is not straight forward , you will have a undergo major customization on the dependency view to achive this. (not a easy cake).

 

There are other alternatives for this which can helps... you can play around with Advance ViewRules (using script ) OR passing viewname in URL perameter... I Hope this helps..

 

 

 


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

My colleague also told the same like try it with view rules advanced / URL parameters. I couldnt get through it. Hence posted here 🙂

Suggy
Giga Sage

Anyone?