Im trying to set up a home page for submitting down time events at work. We already have some pages set up for new entries but we are trying to take things a step further with grouping entries together based on unique IDs.
So my problem at hand is that I have a “home” page that has two selections “New” and “Ongoing” I need a action to send the user to two different locations based on the row selected. My thinking is that i can use a LINKTOVIEW action that works something like this.
If Row New is selected then send user to existing new event page
Else if Ongoing is selected then send user to another view.
Would appreciate input if anyone can lend a hand