How to open a form in a 'specific' view when clicking on the record from Dependency view section?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2024 09:35 AM - edited 04-15-2024 05:54 AM
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'
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 06:15 AM
Anyone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 06:26 AM - edited 04-17-2024 06:27 AM
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....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 08:34 AM
My colleague also told the same like try it with view rules advanced / URL parameters. I couldnt get through it. Hence posted here 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 11:29 AM
Anyone?