How to convert from opportunity module to a custom module?

I have a custom module called PROJECT, i want to convert an opportunity to a project, both modules have some fields in common. How do i get the data from opp to project for those in common fields?

Using Sugar 7.7.

I have already tried using the same method that converts a lead to an opportunity. It didn't work. Any help at all would be great.

Parents Reply Children
  • Basically I used the code base for the leads conversion process (converting lead to opportunity) and amended to suit the transfer to the new module.

    No errors in the sugar log so don't think it's a coding error. There's too much sections of code to put up here. Was just seeing if someone had done anything like this and if anyone had any ideas. Maybe the code base I'm using from the lead to opp convert is not the way to go about it.