Discussion:
Mismatching sequence field values
(too old to reply)
cobja
2009-08-12 09:52:01 UTC
Permalink
Hi all,

In AX 3 , what can be the cause of this message :
Record with RecId nnnnnn in table xxxx has mismatching Sequence field
values. Original value was mmmmmm, new valmue is nnnnnn.

Thanks.
Klaas Deforche
2009-08-12 10:09:01 UTC
Permalink
Hi cobja,

I'm not entirely sure about this, but I think this has something to do with
the RecId or RecVersion field on your table.
Are you updating a record in code? Try selecting that record at the lastest
possible moment.
You can try putting a breakpoint in info.add() to figure out what part of
your code throws the error. You won't find a label, or a 'throw error'
because this is a kernel error.

Best regards,
Klaas.
------------------
http://www.artofcreation.be
Post by cobja
Hi all,
Record with RecId nnnnnn in table xxxx has mismatching Sequence field
values. Original value was mmmmmm, new valmue is nnnnnn.
Thanks.
Loading...