Open a record in specific view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2020 01:57 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2020 02:15 PM
This is available with on-click behavior of report
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2020 02:57 AM
i created List type report and try to click on
showing link below, not giving any link.
any help you can provide?
i have one thought , can we create string field on form and give that View URL
so when we click on field from Report that will open in view.
how need help on how to build url.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2020 02:50 PM
Hi
The only way that I repeatedly achieved to pre-define the view used to show in List and Forms from an Application Module, is what is shown in the Screenshot below:
i did not have success to select the view by the View field, but by using the "Arguments" field (see marked in the screenshot below).
Note: This sets the user-preference for the View on the given table to the views defined.
The screenshot has TWO yellow marked values. Replace the, with the name of your View.
This does just show the URL parameters used to proceed on the link, explained by
Make sure, to construct the Link as the one resulting from the above's Module definition.
Always try out in sub-production first.
Let me know if that answers your question and mark my question as correct and helpful
BR
Dirk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2020 03:01 AM
i don't want to create any module
i have one thought , can we create string field on form and give that View URL
so when we click on field from Report that will open in view.
how need help on how to build url.