• Luiz
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hello,
I am trying to "put" data from an Opportunity into another tab object called "Batches".
I have an example of how it was done by my organization in the past using a custom link but I am not sure if there is a better way.
Here is part of a custom link within Opportunity:
https://na1.salesforce.com/a00/e? retURL=%2F00630000001b2Sq &Name={!Opportunity_Batch_Number} &00N30000000i3EK={!Opportunity_Batch_Number} &00N30000000j5Dl={!Opportunity_Batch_Number} &CF00N30000000hK45={!Opportunity_Account_Name} &CF00N30000000gpxH={!Opportunity_Name}& ....
It looks like in order refer to fields of an object outside the current object, you have to specify their object id.
My question is what is the "a00/e" and how do you know to use it. And what is "=%2F00630000001b2Sq".
There appears to be a "CF" in front some object ids. Is this kind of usage documented anywhere?
If this is how to get and put data between objects, is there a way to get a complete report of ALL object names and IDs to make development easier? I find it hard to believe that this is the way it's done, but I'm new with SalesForce so anyhelp would be great.
Thanks.