cancel
Showing results for 
Search instead for 
Did you mean: 

How to populate the error message in OVS search popup

Former Member
0 Kudos

Hi All

We have the following requirement to display the error message in the OVS popup.

currently we are opening an OVS popup on click of an action successfully.

Currently we had put the error message in the ApplyResult() method, but error message was not displaying on the screen in the OVS popup itself & currently popup is being closed which should not happen

Thanks

Kalki Reddy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kalki,

Well the desired functionality is not possible in case of OVS pop up.

But if you still want to display the error message within the pop up and does not want the pop up window to get closed you can always implement this functionality by using a custom pop up window.

If you have any queries regarding the custom pop up, please feel free to ask me.

Regards,

Anurag

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

Currently we had put the error message in the ApplyResult() method, but error message was not displaying on the screen in the OVS popup itself & currently popup is being closed which should not happen

the OVS is not in our control its framework controlled. when applyResult method is called, framework automatically closes the pop up and shows the error messages in the main window( if any error is thrown in the apply result method) .

Please give more details about ur requirement.

regards,

Akila