I created a really quick and dirty mambo component that will grab a list of documents from Sugar. I have Mambo and Sugar integrated using the Sugar cases/registration/bugs components/modules and it works great. The only issue I had was trying to allow us to manage documents in Sugar but make certain docs available through the portal. Here's what I did:
1) added custom dropdown field to the documents page layout labled "available in portal" (yes/no)
2) created a simple PHP page to connect to the Sugar DB and run a query to get all documents that were supposed to show up in the portal.
3) added this "component" to the Mambo database (no there's no install or config options, it's just in the PHP file)
4) used the Mambo UI to add a link to this component and make it available on extranet pages
I'm not a PHP developer by any stretch of the imagination, but this seemed like something really simple I could do instead of trying to write something complicated using SOAP.
I don't know if anybody will find this useful, but thought I'd share it anyway for other folks like me who are not developers but need this type of functionality through a hack method.
I can post the files if anybody wants them...


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks