Hi,
I have an application and I cannot edit or vreate in one screen (instance) anymore.
I don’t have any error message except - Too long request processing [8498 ms].
What should I do?
Regards,
-n
Hi,
I have an application and I cannot edit or vreate in one screen (instance) anymore.
I don’t have any error message except - Too long request processing [8498 ms].
What should I do?
Regards,
-n
I checked my code:
If the Box is empty and I use
if(myDs.getItem().getBox() != null&&organizationDs.getItem().getBox() == iter.next())
the page is blocking (no error).
if I use
if(myDs.getItem().getBox() == iter.next())
everithing works fine.