• Vern2
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

When changing a data type from text area to long text that is also referenced in a class we were forced to backup the class, delete it, make the data type change and restore the class -- provided we're in development or test.  Unfortunately, in the production instance of salesforce,  we cannot delete a class. Instead  we'd have to move an empty version of that class into production to temporarily eliminate the dependency, update the field, and then push the correct code back in.  This is way too complex since we are talking about 12 different fields and 6 different classes / visual force pages. 

 

How can we simplify this and just make the change to the target fields?

 

And why this dependency anyway? Why is salesforce blocking our efforts in this way?

  • February 15, 2012
  • Like
  • 0
Can the upsert with relationships be used with Data Loader's command line?  If so, are there any examples of an SOQL statement that will do this?  I am attempting to pull Customer data from Oracle R12 and migrate this to SF but need to also include location and owner (account manager) data.  One is a reference from Account and the other is a reference to Account (child).  I can pull the data from Oracle using DataLoader's command line and upsert SF but I don't know how to get the owner id (unknown in Oracle) or the location id (also unknown in Oracle).  This is a one way interface.