Hi Folks,
I am new in Dynamics AX development and developing a method to detect a duplicate entry.
So far, the customization I am into is working good.
But, part of the code confused me a lot, I found it in other source to detect duplicates.
I am doing this on
According to it, to test if an entry has duplicate entry,
then
if (WMSJournalTrans.recId > 1)
-Just wondering how this happen when the RecId is not the same value like below,
ItemId: 0000999
RecId: 5637205687 (First entry)
The duplicate entry with the same ItemId has
RecId: 5637209829 (Second Entry)
Thanks in Advance.
*This post is locked for comments
I have the same question (0)