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
alivepjcalivepjc 

AJAX create call after create call

Hi,

I am trying to create 2 different objects in the same function, both of them custom. The first create call works fine, the second one give this error: Object doesn't support this property or method.

everything works fine, but when I add the second create call the error comes up. Is there something that I am missing?

Thanks in advance for you help.
SteveBowerSteveBower
Can't help much without a code snippet but I certainly have functions which issues mutiple create and update calls within the same function without problems.

Post something and I can commit to taking a fast look.

Steve.