-
Is it possible to write a PHP script which will change a SalesForce object field's ty
My client would not only like to be able to backup his SalesForce environment, but also be able to restore from that backup.
So far as I know, while many options make it possible to replicate SalesForce data elsewhere, there are no easy options for restoring data, so I've been trying to figure out how to do this.
Among the obstacles, it is my understanding that Autonumber fields can not be overridden. So, to properly restore sObjects with Autonumber fields, it will be necessary to first convert Autonumber fields to Text, and then restore them to Autonumber after the data has been restored (inserted).
Would it be possible to do this through the SalesForce API using PHP to develop the restoration solution?
If so, how?
-Brian.
-
I have not tested the restore functionality but I would believe that an upsert would work, I would need to test that though and I just wont have the time until after November 2nd
-
Cheers for the response.... Let me know whenever you have time. :-)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Bookmarks