Unable to display error message on list edit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2015 11:35 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2015 04:21 AM
Hi Arpita,
Is your requirement to restrict user from list editing?
-
Regards
Prashant Gautam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2015 04:41 AM
Hi Prashant,
Requirement is when user tries to edit list, he should get an error message like we get on forms.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2015 04:43 AM
have you tried client script
type - onCellEdit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2015 04:24 AM
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.