Skip to main content

Sugar CRM New Module



I am using sugarCRM open source for my own purpose. I want to develop the new module with the existing code and i have downloaded the zip files from the internet for this. I want to know, Is there any possible to put the downloaded code directly in the folder? I did this,using "module loader" but i need to achieve through the direct path.





And one more thing is, when i put the new files into the existing files, what are all the folders will affect?


Comments

  1. Why don't you use Module Loader in the Admin panel?

    -> Admin
    -> Module Loader /index.php?module=Administration&action=UpgradeWiza rd&view=module
    -> Browse to 'install from local file'
    -> hit button 'browse'
    -> select the file I want to upload (ZIP)
    -> hit 'open'
    -> hit 'upload'

    ReplyDelete

Post a Comment

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?