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
warrenlesterwarrenlester 

Resources calendar

I am wanting to create a large number of records within resources for a "demo / loan" application within salesforce.
 
Is there a way to import these types of records using something like the SForce Explorer or is this table available via the API?
DevAngelDevAngel
What do you mean by resources?
warrenlesterwarrenlester
 
- under Customize | Activities
 
 
~Warren
DevAngelDevAngel
There is a calendar object exposed (check the describe global or sforce explorer).  On that object there is a boolean field indicating whether or not the calendar is a resource.
 
You can create a new calendar object then set isResource to true to create a resource.
 
You won't be able to use sforce explorer to do this, but rather data loader or a custom input app.

Message Edited by DevAngel on 05-02-2006 09:04 AM

warrenlesterwarrenlester
Thanks Dave.
 
I have had a look in the data loader and SForce Explorer but "calendar" doesn't appear in the list of tables. Any ideas?
 
Warren
DevAngelDevAngel
Hmmm....

I noticed that on one of my accounts it showed and on another it didn't.  I'll see if I can find out why.
DevAngelDevAngel
Near as I can tell, the calendar object is not exposed to the public API.  That means you will not be able to use it.  :smileymad: