• ykovarskiy
  • NEWBIE
  • 0 Points
  • Member since 2006

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 0
    Replies
Hello,
 
I am trying to upsert events using Data Loader 14.  I need to populate RECURRENCETIMEZONESIDKEY with the appropriate values.
 
Does anyone have the list of values or know the correct values for Easten, Central, and Pacific timezones?
 
Entering UTC-5:00 or GMT-5:00 for Eastern did not work.
 
Regards,
 
Yuriy
 
 
Hello,
 
I am using Create API call to create a partner role between an opportunity and an account but I get an exception with the following mesage:
 
field integrity exception: OpportunityId, AccountToId (account to cannot be opportunity account)
 
What is the reason for this?
 
Thanks,
 
Yuriy
Is there any way to query data in LongTextArea fields (such Description field in Account entity)?
 
Specifically, I would like to know whether ceratin accounts contain more than certain number of characters in that field.
 
Thanks.