You need to sign in to do that
Don't have an account?
Amanda Byrne- Carolina Tiger Rescue
How to disable testChatterOpptyOnAccount?
I'm trying to deploy an inbound change set with a flow, and the deployment keeps failing with this error:
System.DmlException: Insert failed. First exception on row 0; first error: DUPLICATE_VALUE, duplicate value found: Object_API_Name__c duplicates value on record with id, Stack Trace: Class.testChatterOpptyOnAccount.testChatterOppty: line 6, column 1
All the research I've done suggests that this either has something to do with field history tracking or Chatter Feed tracking. I've disabled tracking field history on all the relevant objects referenced in the flow, and I've disabled the Chatter feed tracking as best I can. I'm apparently not allowed to disable feed tracking for testChatterOpptyOnAccount.testChatterOppty
We hardly use Chatter at all. This is driving me batty- how do I get this flow to deploy?
testChatterOpptyOnAccount
System.DmlException: Insert failed. First exception on row 0; first error: DUPLICATE_VALUE, duplicate value found: Object_API_Name__c duplicates value on record with id, Stack Trace: Class.testChatterOpptyOnAccount.testChatterOppty: line 6, column 1
All the research I've done suggests that this either has something to do with field history tracking or Chatter Feed tracking. I've disabled tracking field history on all the relevant objects referenced in the flow, and I've disabled the Chatter feed tracking as best I can. I'm apparently not allowed to disable feed tracking for testChatterOpptyOnAccount.testChatterOppty
We hardly use Chatter at all. This is driving me batty- how do I get this flow to deploy?
testChatterOpptyOnAccount
Can you run all tests in Sandbox and see if you get the same error?
All Answers
Can you run all tests in Sandbox and see if you get the same error?
Whew!