updating a field by scheduled job

newbiedeveloper
Giga Contributor

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?

24 REPLIES 24

Oh! I love this community. So much to learn


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


That error is thrown via an onSubmit client script(client side) which doesn't get triggered when you update using gliderecord(server side)


Please update same record with list view, if it throws any error please share that.


As I told earlier try with new set of records.