Hello Experts,
We are facing issue while opening multiple windows. As part of Opening multiple windows. System creates Datawindow objects. We noticed that when User Object reached 240 / 250 limit then system is started to crash.
Do we have any limitation in system on User Object?
Thanks & Regards,
Devang Modi.
We have application, where customer can open multiple account screen (screen for different customers). So for each Screen, we are presenting so much information about Customer. In this screen we have around 10-12 Datawindows & datastores as well. We can't restrict users that they should not open these number of screens in production.
Thanks & Regards,
Devang Modi.
Make sure the datastore objects are created only when needed and destroyed as soon as they are no longer needed. Never create a datastore within a loop. Also, you can create one datastore object and assign different datawindow objects to it as needed instead of creating multiples.