Skip to main content
Solved

Mobile app 404 error (page not found?)

  • August 10, 2021
  • 1 reply
  • 518 views

I have been trying to setup additional functionality to the mobile app but one function keeps throwing a “Server Error (404)” message.  (Yes, I know that 404 is page not found).
Even the example in the only documentation I have fails. (Documentation example for invoices from “2019 R1”.

Basically all I am trying to do is after displaying the list of Shipments, then tap on that shipment to change or edit it.  But the error occurs whenever I add the command of 

    add containerAction "editDetail" {
      behavior = Open
      redirect = True
    }

Why does that generate that 404 error message?  And how do I correct that with 2020 R2?

Best answer by jgrammer42

I found out the issue on my own.  

It is NOT well documented.  Like most of the mobile app coding, you have to dig and play “trial and error”.

What you have to do is in the site map, add the screen you want to go to for the “EditDetail” but you MUST set it as “visible = False”.  Otherwise that screen shows up as a widget in the mobile app, and the list screen you are coming from does not find it.

 

View original
Did this topic help you find an answer to your question?

1 reply

  • Author
  • Freshman II
  • 2 replies
  • Answer
  • August 11, 2021

I found out the issue on my own.  

It is NOT well documented.  Like most of the mobile app coding, you have to dig and play “trial and error”.

What you have to do is in the site map, add the screen you want to go to for the “EditDetail” but you MUST set it as “visible = False”.  Otherwise that screen shows up as a widget in the mobile app, and the list screen you are coming from does not find it.

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings