" Can not edit a record in FeightReconciliationLines
(FeightReconciliationLines). An update conflict occured due to another user
process deleting the record or changing one of more fields in the record."
As far as we know, no one has deleted the record. Clicking commands\restore
doesnt help. What do I check for? Is there a way in AX to find out who
deleted what record???
--
This posting is provided "AS IS" with no warranties, and confers no rights
"zon123" <zon...@discussions.microsoft.com> wrote in message
news:1936E99E-78BE-4DA6...@microsoft.com...
> On Friday, June 20, 2008 11:47 AM zon12 wrote:
> When approving freight reconciliations, the accountant is getting the
> following error.
>
> " Can not edit a record in FeightReconciliationLines
> (FeightReconciliationLines). An update conflict occured due to another user
> process deleting the record or changing one of more fields in the record."
>
> As far as we know, no one has deleted the record. Clicking commands\restore
> doesnt help. What do I check for? Is there a way in AX to find out who
> deleted what record???
>> On Friday, June 20, 2008 1:10 PM Gandhinath Swaminathan [MSFT] wrote:
>> Dynamics Ax uses versioning of records.When one user is editing the record,
>> if another user has changed the record/deleted the record, this exception
>> would be raised. RECVERSION column on your table indicates the version
>> number of the record. If there is a background thread or batch process or
>> another user updating the record, then the version stamp of your record
>> would be different from the one in the database.
>>
>> --
>> This posting is provided "AS IS" with no warranties, and confers no rights
>> "zon123" <zon...@discussions.microsoft.com> wrote in message
>> news:1936E99E-78BE-4DA6...@microsoft.com...