1
Critical error occurred
planned
V
VINICIUS NORONHA
App ID:
451842
To reproduce:
- Log In the app
- enter on "Clientes"
- click on any "cliente" on the list.
Expected behaviour:
Should open a page with the customer information.
Actual:
opens a page saying "critical error occurred!" and 2 buttons that just close the application. It just happens on the androind preview app.
Log In
T
Timo Kapanen
planned
V
Vili Karilas
Hi VINICIUS NORONHA,
And thank you for your report. Looks like the property "telefone" is coming from the database as a number, while composer expects it to be text. I'll report to the team that the behaviour for wrong data types should be more consistent across platforms.
You can fix this by changing the Open Page flow function to send the Telefone parameter as a formula with STRING(repeated.current.telefone). An alternative solution, which is better if you're using this variable in multiple places, is setting the property with the same STRING() formula when constructing the data variable.
T
Timo Kapanen
under review
T
Timo Kapanen
Hi VINICIUS NORONHA and thanks for your report. Could you also provide test credentials such that we can do proper login and see when the issue happens. You can email them to me: timo.kapanen@sap.com. Thanks!