I need help with this error.
What is the reason for its appearance often?
Hi Fatima,
Please provide more information.
How did this error arrive? What did you click? What happens on that click?
Share a full screenshot with a brief explanation about what code is executed before this error occurs?
I have an aggregate that fetch only on demand ..
This aggregate will fetch after select a customer from dropdown list ..
When I select a customer; the error message will appears although I get the desired result
The aggregate you have configured on dropdown change event, it has some invalid code. Would you be able to share the OML file? or a screenshot showing how is your aggregate created (including entites/joins, filter conditions & sort options)?
Also show the code of your dropdown change event. There could be something before or after the aggregate causing the error.
Even better if you could share the log details (Log on to the Service Center > Error Logs). Generate the error on your application, and find the latest couple of log entries.
Thanks!
Hi @Fatima saleh ,
That looks like the id of a datagrid.
So look in direction of some javascript being executed on the grid in a place where the grid is out of scope.
Difficult to help without more info.
Just work in different ways with the app until the error happens, then debug repeating the same activity to find the place it happens.
Dorine