Hello:
Integration Manager is not importing sales invoices due to an error message that states something along the lines of "cannot insert duplicate key in object...SOP10106...".
There are no duplicate records in this User-Defined Work and History table and, in fact, the only field in Integration Manager's mapping is represented by a script as follows:
If(SourceFields("TYPEInv") = "5") then
CurrentField.Value = "Member"
else
CurrentField.Value = "Employer"
end if
Do you all have any thoughts on how to eliminate this error?
Thanks!
John