I created a custom screen that contains just a grid, attached to the time tracking table and allows edits to be made directly in the grid, as well as adding new records.
I have actions in place to update fields when/if certain changes are made and there are also Delete and Save link fields in the grid. Most edits are working fine and changes save by using either the Save link field, or the Update link at the bottom of the grid.
When I say "most edits" it's because the first field in the grid "IsWaitingForSyncApproval" will not save/update when checked/unchecked. Also, new records won't save.
This grid was created months ago and the edits have always worked fine. There are no actions set up on the yes/no field "IsWaitingForSync".
Can you point me in a direction of why I'm not able to update/save changes to this one particular field, when all the others seem to work?
Thanks