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
Phani PYDIMARRY 11Phani PYDIMARRY 11 

How to create in child object and associate it with Account on Visualforce page

Hello,

I have a scenario where I need to capture Name, Email, phone and Type of the Account and also Credit Card , Expiry, CVV. from a child object.

When user enters details, a account is created and the the creditcard associated with it is also created.


How should I approach this scenario?
Saravanan RajarajanSaravanan Rajarajan
Hi Phani,

This Scenario can be done Two Approach

Best Approach:

1. Trigger
2. Process Builder

Please mark it best answer if it helps you.