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
Sana123Sana123 

Populate contacts from account object to lookup field which is related to account

I have three fields in account object :-
1.Details -textarea long
2. move details -long textarea
3. move accounts - lookup with account

i want to insert contact through the detail field in this format
FirstName = test1, LastName =world, Email=test@gmail.com,Mobile No = 142432423
and same for the move details 
but i want that if my 'move account ' field is not blank: then move all the contacts those are mentioned in the move details field from Original Account to Move  Account 

help me to write trigger for insert,update and delete..
Thanku in advance
 
PriyaPriya (Salesforce Developers) 
The developer community recommends providing any attempts/code you've started, any errors you're getting, or where exactly you're struggling in achieving this while posting a question.