Forum Discussion

HannahEngelson's avatar
HannahEngelson
Qrew Trainee
8 months ago

404 Error on new nav

I have a new app that I duplicated from a previous app. The previous app was made in the old nav and has a lot of buttons (formula-url) that point to specific forms for editing specific parts of the flow. On the new nav, I get a 404 error every time I hit save; the record saves the new information, but it doesn't go where it should. My formula is below. What changes do I need to make to get this to work in the new nav? Thanks!

URLRoot() & "db/" & [_DBID_TRAINING] & "?a=er&dfid=16&rid=" & [Record ID#]

 

  • MarkShnier__You's avatar
    MarkShnier__You
    8 months ago

    OK, thx for those details.  I certainly sounds like a bug in the New User Interface. I think that you need a support ticket.

  • Can you clarify if you are in edit mode or add mode when you go to save.  Also are you clicking this button to save the record?

    In add mode this formula as written cannot possibly work as you are asking it to display a [Record ID#] which does not exists.

    • HannahEngelson's avatar
      HannahEngelson
      Qrew Trainee

      I'm sorry for not including some clarifying details! We use this app to track our employees returning to work after leave and making sure they have the right annual and quarterly training. Our admin adds the employee record. Then over a couple different dashboards, the record moves through several tables that each have a url button pointing to a form, in edit mode, that shows a part of the whole process. The admin edits the information and saves via the native save button. In the old nav, it saves and returns to the home page. In the new nav, it saves but gives the 404 error I included above.

      • MarkShnier__You's avatar
        MarkShnier__You
        Icon for Qrew Legend rankQrew Legend

        OK, thx for those details.  I certainly sounds like a bug in the New User Interface. I think that you need a support ticket.

  • Thank you for confirming that it's not something with the formula! It's been bugging me for a couple of weeks!