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
salesforce sfdxsalesforce sfdx 

Hi @team i have a Small requirement using Aura component

1. Account (Standard object).
2. LoanCustomer__c(Custom Object with name, Account id (custom lookup).

Requirement:
 1.Need to add the Create Customers button on the LoanCustomer__c record page.

2. Click on the Button to display the Account records with checkboxes  with the record type Personal Loan with pagination.

3. After selecting the desired Account records and clicking on the Create Customer button i need to create the Records with LoanCustomer__C with name as Account name, phone as account phone, accountid as account id etc.

Finally After binding to display the table .

please suggest any links or comments to do with aura component.

Thanks  
Prathusya Reddy