Setting advance View and Default View the same
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2013 11:35 AM
Anyone know how i can make the default view and advance view the same in a module? or exclude the default view all together?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2013 01:59 PM
One way (the simplest but perhaps most tedious) is to edit your default view to look the same as the advanced view for a module.
Another approach is to make sure all the ways you normally navigate to the default view instead specify the advanced view. For instance, in the application module that opens a list view of the module, have it specify the advanced view. This selection will then "stick" when an individual record is selected from the list view.
Finally, another option is to change the view names on the form sections. I'm not certain how well changes made here behave themselves in update sets. You must identify all the form sections that are used on your form
Cheers,
Geoff.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2013 02:08 PM
Is there anything preventing you from sorting first by approval status, and then by Planned Start? (In which case you'll want to remove the Group By on Approval).
See my attached solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2013 02:10 PM
PLEASE disregard my "whats preventing you" comment; I pasted this to the wrong thread.