cancel
Showing results for 
Search instead for 
Did you mean: 

Error in event handler method in window

Former Member
0 Kudos

Hi,

I have created configuration in SEFVISU, to receive the workitem i have created a parameter in event handler method in window

but it is throwing dump The ASSERT condition was violated, if i remove that parameter means application executing properly but i am not able to pass the unique, values please guide me.

Regards,

Srini.

Accepted Solutions (1)

Accepted Solutions (1)

saravanan_narayanan
Active Contributor
0 Kudos

Hello Srini,

are you talking about the default event handler method of the window? if so then you need to ensure that the parameter name defined in the event and passed in name are same. And also its better to go for the parameter type as STRING.

other option would be instead of defining the static parameters in the event handler method, you can get the parameters from the WDEVENT itself by accessing WDEVENT->PARAMETERS table.

hope this helps.

BR, Saravanan

Answers (0)