Help needed with phone gap (Error)

0
the target page contains a data view that needs an object of type ...,(In my case: Presentie) which is not passed. How to solve this problem? dutch if possible.
asked
1 answers
0

How are you opening the target page? And are you sure the user has the right to view the object you are passing. Are you able for example to view the object when debugging a microflow that uses that object and then calls the target page?

If not you have a security issue. And need to make sure the user has entity access to the object.


Dutch: Hoe open je de target page? En weet je zeker dat de gebruiker de juiste rechten heeft om het object te bekijken dat je door geeft aan de target page? Kun je bijvoorbeeld tijdens het debuggen de details van het object bekijken in een microflow die dit object gebruikt, en dan het object doorgeeft aan de target page met een open page activity?

Zo niet dan heb je een beveiligings probleem. En moet je zorgen dat de gebruiker entity access heeft voor het object dat je probeert te bekijken.

answered