• Is it possible to convert a relate field to a multienum?

    Currently I have a custom module ('Brands') with a many to many relationship to the Contacts module. The desired outcome is for it to be a multienum to allow the user to select multiple brands via the dropdown of which, on save, will each be related to…
  • 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…