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
SV MSV M 

Link child records to parent object record

Hi,
I have a scenario where I have few records in a custom object. The custom object is in lookup relation with Account. In the child records I want to update the lookup filed using apex class.

 I have created a custom page where I have a checkbox to select recods. The selected record should be assigned to any parent record by clicking a button. I have attached the image of my custom page for your reference.

Can someone tell me how to achieve this scenario..
SV MSV M
User-added image
Mick RonsonMick Ronson
Use our QuickBooks Helpline Number @ 1-8OO-213-9768 to get the on-demand technical help and support. QuickBooks is preferred among users due to its reliable, precise, and accurate features that do save your time and money. In case the users come across technical glitches in the software then they can directly reach our technical support team by dialing QuickBooks Helpline Number @ 1-8OO-213-9768. Read more: QuickBooks Helpline Number 
QuickBooks Helpline Number 
QuickBooks Helpline Number

 
MantoManto
I assume your lookup is name Account__c and you are pulling that feild also in your initial page load.
Add a search box to this page for the user to search and select an account. On your 'Get Records' (i would name it 'Link Records') on press event, get all selected Ids from list.
pseudo code:
for ( record rec: selected_list){
             rec.Account__c = selectedAccount.Id
}
System.Database.Update(selected_list) ;
Mick RonsonMick Ronson
QuickBooks users can learn about it and also report all their concerns to customer care executives in the support team. In case users are doubtful and in need of instruction regarding QuickBooks operations, the support team is willing to resolve technical doubts 24*7 at  QuickBooks Support Phone Number (https://www.dialqbdesktop.xyz/" style="color:#0563c1; text-decoration:underline)  @ 1-833-8OO-8233.
Read more:  QuickBooks Support Phone Number (https://tinyurl.com/rz8g44h" style="color:#0563c1; text-decoration:underline)
QuickBooks Support Phone Number (https://rb.gy/dhihmk" style="color:#0563c1; text-decoration:underline)
QuickBooks Support Phone Number (https://richardscarry56.shortcm.li/tbY36f" style="color:#0563c1; text-decoration:underline)
QuickBooks Support Phone Number (https://bit.ly/2VQeu8q" style="color:#0563c1; text-decoration:underline)