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
sdjagdja wdguqwesdjagdja wdguqwe 

If the contact and opportunity record types are equal,the fields of contact will get autopopulate on opportunity

Can anyone help me how to proceed with belo one:

If the contact and opportunity record types are equal,the fields of contact will get autopopulate on opportunity
pconpcon
It sounds like you're looking for someone to write the code for this project. These forums are not meant for that; you'll want to post over on the AppExchange site [1] where you can match up with a developer looking to work on your project.  If you have code that you are having specific problems with, please feel free to include the code here and the issues you are having.

NOTE: When including code please use the "Add a code sample" button (icon <>) to increase readability and make referencing code easier.

You will want to write a trigger on the Opportunity object for on insert.  You would the query the Contact's record type and the compare that Id to that of the Opportunity and then set whatever fields you need.

[1] https://appexchange.salesforce.com/developers