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
madattampamadattampa 

ID field fails to appear in ActiveRecord callbacks using ActiveSalesforce

When using ActiveRecord callbacks or the ActiveRecord Observer to save SalesForce objects, the object is returned without an error from salesforce, but the id field is blank, and the update does not occur.

rails (2.0.2)
activesalesforce (1.1.6)