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
lodoss1118lodoss1118 

Need help with perl update using WWW::Salesforce::Simple

Hi i am not a perl expert and need some help in updating mass objects in one go for example

 

How would i building hash references say in a loop that builds a list of objects to update

 

and how would i pass this to the update method i.e. $sforce -> update(('type', $sObjectType), %locationObj);

 

so what i am after is how do i create a hash of hash references?