Hi, keerthana s
The error indicates that an action in the ShootingCompetition application expected an argument that was not provided (it was undefined). To resolve this:
Check the actionButton1 Configuration:
undefined.Debug the JavaScript Code:
mxui.js file at the specified lines to identify where the undefined argument is being passed.Review the Go_Backto_AllRequest_Page Action:
Go_Backto_AllRequest_Page.actionButton1 to ensure all necessary data is being correctly initialized and passed.Check Data Source and Context:
By ensuring that all expected arguments are defined and correctly passed, the error should be resolved.