Unable to display error message on list edit

arpita2
Kilo Contributor

I am unable to display error messages on list edit for tables.I want to show error message like we ususally do using client script or business rule.I have tried using gs.addInfoMessage in business rule.But it lasts only for few seconds and if I update multiple records in list edit, multiple info messages appears on list.

I want to show a single message on list edit that lasts untill user closes it or for few more seconds.

Is it possible to implement on list edit?

7 REPLIES 7

iPrashantG
Kilo Expert

Hi Arpita,


Is your requirement to restrict user from list editing?



-


Regards


Prashant Gautam


Hi Prashant,



Requirement is when user tries to edit list, he should get an error message like we get on forms.


have you tried client script


type - onCellEdit


-Anurag

Yes I tried client script.I can get alert message.


but I am looking for field messages if I can get those on list edit apart from alert.