updating a field by scheduled job
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2016 07:20 AM
Hi All
I wrote a scheduled job to update a field. It showed that the count is 15400. But it didnot update around 600 records. When i filter the records i frontend, it shows 15400. How come count is showing correct in log but 600 records didnot get updated.
I again re-run the scheduled job and it said it updated 600. But when i saw those records didnot show any updation of that field.
What could be the possible cause?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2016 11:53 AM
Oh! I love this community. So much to learn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2016 11:56 AM
When I tried updating the field manually, it showed that u_field should not be empty. But there are records also where u_field is not empty and it didnot allow me to update. Strange stuffs going on
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2016 12:01 PM
That error is thrown via an onSubmit client script(client side) which doesn't get triggered when you update using gliderecord(server side)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2016 12:09 PM
Please update same record with list view, if it throws any error please share that.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2016 12:20 PM
As I told earlier try with new set of records.