You need to sign in to do that
Don't have an account?
Ab
This price definition already exists in this price book Error inspite of duplicaes
Hello,
I am quering a Prive book Entry, and i made sure that there are no fuplicates,
but still i have below error
Any suggestions
I am quering a Prive book Entry, and i made sure that there are no fuplicates,
but still i have below error
Line: 122, Column: 1 System.DmlException: Insert failed. First exception on row 7; first error: FIELD_INTEGRITY_EXCEPTION, This price definition already exists in this price book: []
Any suggestions
1) are you inserting a single record or muliple records in a list ?
2) if you inserting a list try using database.insert(list,false); and see if some record get pass and some got fail
3) your list can have duplicate records may be its not in database