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
bikla78bikla78 

Cross Object Field Update. Need Help

Hello guys.

I really need some help with this.

What I implemented already
I have a custom object called Candidates which contains a Contact Name. The Contact is the master object and Candidate is the detail object. So this means, when a new Candidate is created form contacts, it brings over the contact name.

/a0M/e?CF00N60000001OnWs={!Account.Name}
&CF00N60000001NTUU={!Contact.Name}
&CF00N60000001NTUU_lkid={!Contact.Id}
&CF00N60000001OnWs_lkid={!Account.Id}
&retURL=%2F{!Contact.Id}
&retURL=%2F{!Account.Id}

My problem
 When I click "New Event" from Candidates, how can I automatically populate the "Name" field which is a standard Event field with the contact that is associated with the Candidate?  I tried doing this with a custom link as I did on top but I can not find the value and lkid for the "Name" field for events when i view page source. Any idea what I can do?   This way, the user doesn't have to search the contact name in the event. If you guys couldprovide information that would be great.

Thanks,

Brian


Harry JamesHarry James
This is strictly from memory, but try:  who_id