You need to sign in to do that
Don't have an account?

CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY : Entity type cannot be inserted: Campaign
Hi,
I am getting the error specified as the subject when i create a Campaign in VC#. There is no issue of access rights in this case for sure, since I am the System Administrator.
The code is pretty simple. I just create a Campaign object, and call binding.create method with the campaign object as an sObject array. The binding is correct, because I am using it to query the Campaign object earlier as well, that returns correct results
Thanks,
I am getting the error specified as the subject when i create a Campaign in VC#. There is no issue of access rights in this case for sure, since I am the System Administrator.
The code is pretty simple. I just create a Campaign object, and call binding.create method with the campaign object as an sObject array. The binding is correct, because I am using it to query the Campaign object earlier as well, that returns correct results
Thanks,
The code used to create MemberStatus
The createSFObject function:
And the Error I am getting in the else part of the above funtion(not in the catch part), so the binding is fine ... there are some access issues for sure!!
Would definately appreciate a quick response, if someone knows the answer.
Thanks,
This position is unclear to me, too. But ... RTFM:
Thanks for the suggestion Marcony.