function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
madhu_ramadhu_ra 

List View Inline Edit Errors not Showing up in the Popup

I have a trigger validation in Case which is working fine. When I'm in the Case list view, trying to inline edit even the validation works the errors are not showing up. Realised that response will be in a popup with success and failed records. But when I try to open the popup, it doesn' contain any value. Any guidance is appreciated.

list view inline edit response pupop empty
Thanks in advance
Alba RivasAlba Rivas
Hi,

How are you performing the validation? Are you using addError?

Regards.
madhu_ramadhu_ra
Correct, I'm using addError method in my trigger. Madhura
Alba RivasAlba Rivas
I've tested your use case and it works fine in my case. Can you share your code to see if anything is not correct?
Alba RivasAlba Rivas
Can you test in a different browser?
madhu_ramadhu_ra
I already tried in google chrome and IE. will give it a try on Firefox and update.
Alba RivasAlba Rivas
If it doesn't work in other browsers, please give me more information of the validation code! 

Regards.
madhu_ramadhu_ra
This got resolved by allowing popups in the browser. When trying to click the link and open the popup it didn't work.

Thank you for your support