Forcetalks | Jay | Activity http://52.205.218.194/jpmandal/activity/ Activity feed for Jay. Sun, 28 Jun 2026 01:57:04 +0530 https://buddypress.org/?v=2.16.0 en-US 30 hourly 2 591eec056f68d4ceb8b7a53aa4eb62c1 Jay replied to the discussion Editing a record from selecting list of record using radio button in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/editing-a-record-from-selecting-list-of-record-using-radio-button/#post-28994 Thu, 31 May 2018 05:23:26 +0530 Reply to Editing a record from selecting list of record using radio button

Hi Aman,

main concern is below line is calling the action method edit i.e. goToEdit

after selection of radio button

<apex:actionSupport event=onclick”  action=”{!goToEdit}”>

 

and I am not using any sObject layout, I am taking Id from VF page in controller action method and fetching that particular record for edit operation.

]]>
409a69db70f51e96942afd3e8eba12fa Jay replied to the discussion Editing a record from selecting list of record using radio button in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/editing-a-record-from-selecting-list-of-record-using-radio-button/#post-28979 Tue, 29 May 2018 13:44:51 +0530 Reply to Editing a record from selecting list of record using radio button

Hi Aman

VF and Controller code is mentioned below

<apex:page Controller=”ContactCustomController” >
<apex:pageBlock title=”contact List”>
<apex:form >
<apex:pageBlockTable value=”{!contacts}” var=”con”>
<apex:column headerValue=” Name” value=”{!con.Name}”/>

<apex:column headerValue=”Select”>
<input type=”radio”… Read more

]]>
e29c63ca0f04fb02f9b0efb452f4d90a Jay started the discussion Editing a record from selecting list of record using radio button in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/editing-a-record-from-selecting-list-of-record-using-radio-button/ Tue, 29 May 2018 09:49:45 +0530 Editing a record from selecting list of record using radio button

Hi,

I am trying display list of record of any Sobject ( ex-Contact) with radio button corresponding to each record on  a page. And once I select a radio button that particular record should open in another page with where I can edit and save. But problem is after selecting a particular record a record button I am not able to call an… Read more

]]>
858920c428bd3a78662cc7777a5f9599 Jay became a registered member http://52.205.218.194/activity/p/72132/ Tue, 29 May 2018 09:39:56 +0530 0