• efletcher
  • NEWBIE
  • 0 Points
  • Member since 2004

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 2
    Replies

Greetings all,

I was curious if I'm just missing something, but I couldn't find anything about this in the docs.  Could someone step me through creating custom objects in SForce4.0?  I looked in the resources section, and maybe I'm just looking with my eyes closed again, but I didn't find anything that was, say "Custom Objects 101". 

My question boils down to, how do we create a custom object and, in doing that, do we create a new table in the SForce database to populate via the web service API?

Thanks in advance,

Eric

Greetings,

I'm trying to set up a data change polling scheme for data replication and was curious if it was posssible to specify more than one object type in the first arg to the getUpdated or getDeleted methods, i.e. can you use a comma-delimited list of object type names and get changes for all of them in one call?

My issue is that I need to track Account, Contact, and Product2 updates and deletes for my replication and I'd like to poll every five minutes, but will the WebService allow me to poll for different object types before the mandatory five minute delay is up?  This could cause some serious scheduling issues for my polling intervals if not

Thanks in advance.  I am using SForce Version 3.0 and Java1.4.2_04.

Eric

Message Edited by efletcher on 07-14-2004 11:47 AM