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
Tulasiram ChippalaTulasiram Chippala 

Return recordId when user clicks on save button on Contact standard page

I have a VF page. There is a Link called Add Contact on VF page. When user clicks on Add contact, it should redirected to standard contact form page,. Then user enter some data and clicks on save. When he clicks on save, it should return Recordid. How i can acieve this. Is there any possibilities. Please help me on this.
RD@SFRD@SF
Hi Ram,

What do you want the record Id for redirection or are you going to do some other operation on it?

RD
Tulasiram ChippalaTulasiram Chippala
Yes, i want to assign it as Whoid on Task object. Actually we are working on Open CTI. Softphone page has Some links for Creating Lead, Contact, Opportunity etc. But client is expecting salesforce native standard forms for creating those objects from Softphone page. Then i have to assign Call Log id newly created Object.