You need to sign in to do that
Don't have an account?

record id help
I have a record whose id (let's say "https://cs5.salesforce.com/006O0000003Jd6R" ) needs to be extracted and stored in a field of the same record everytime a new record is created and the same should happen if an old record is edited and saved.
How do I go about doing that.
Pls help.
Could you explain more
If you want to store the recordID in same record. You can use formula field to store recordId in a same record. while creating and editing a record formula field will execute everytime.
can u give me an idea how the formula field would look like. probably an example here would be helpful.
Go to object -> Click New under custom field -> select Formula -> Enter Field Label and select Text in Formula Return Type -> Click Insert Field button -> select Record ID in available field list and click Insert button -> and then save formula field