cannot edit a record in sales orders (salestable). the record has never been selected

Hi,

I am having this below errors whenever i try to send a Remainder letter for a particular sales order customer through batch processing.

1 cannot edit a record in sales orders (salestable). the record has never been selected.

2 Microsoft.Dynamics.Ax.Xpp.ErrorException: Exception of type ‘Microsoft.Dynamics.Ax.Xpp.ErrorException’ was thrown.

with regards,

rk

The error means that you’re trying to update a record that hasn’t been selected from database. It happens, for example, if you try to call update() on an empty buffer.

Use the debugger to see where exactly the problem lies.