function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
manav_mnvmanav_mnv 

Error !!! Field Integrity Exception

Hello Folks

Please help me out in this error..
Failed to create createContainerMember for containerId=undefined: null is not a valid containerId.
Patcs_1Patcs_1
Hi Manav

ContainerId is returning null.

You can check like below

If(containerId != null)
{
          // your code...
}

P.S - Please mark this as solution by selecting it as best answer if this solves your problem.

Thanks
manav_mnvmanav_mnv
Hello Patcs

Actually i am getting this error again and again in between when i am writing my code.
And my code is not saving.
Patcs_1Patcs_1
Hi

Can you post your code here, so that we can take a look.

Thanks
manav_mnvmanav_mnv
Hi Patcs

 Not a single code is getting saved...I tried so many codes in developer console. Let me show you one of my code from thatSee this latest code i have written
Patcs_1Patcs_1
Hi Manav

see the below URL,

https://success.salesforce.com/issues_view?id=a1p30000000Su34AAC

https://help.salesforce.com/apex/HTViewSolution?id=000204953&language=en_US

Actually there is some problem with developer console.

Thanks

P.S - If this solves your problem, Please mark this as solution by selecting it as best answer.