Not saved data in tabel after creating in custom application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2024 03:03 AM
i created one application tables which works fine but last2/3 days when i enter new data then data is not aved ? please help

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2024 03:06 AM
@Aman Mishra Did you create any onBefore insert business rule on your custom table which is has Abort Action checkbox set to true or a script current.setAbortAction(true)? If yes, then this will not let the data save in the table.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2024 03:44 AM
no firstly data is saved but now 2/3 days data is not saved
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2024 03:45 AM
Something must have changed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2024 03:06 AM
Are you seeing any error?
Any new scripts that might be preventing it?