We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Not saved data in tabel after creating in custom application

Aman Mishra
Tera Contributor

i created one application tables which works fine but last2/3 days when i enter new data then data is not aved ? please help

4 REPLIES 4

Sandeep Rajput
Tera Patron

@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.

no  firstly data is saved but now 2/3 days data is not saved

Something must have changed. 

-Anurag

Anurag Tripathi
Mega Patron

Are you seeing any error?

Any new scripts that might be preventing it?

-Anurag