I posted a workaround on http://joomlacode.org/gf/project/sugarbridge/scmsvn/ If you don't know how to retrieve the code from there I wouldn't recommend using the plugin anyway. It's a beta. And it needs someone reasonably technically apt to install it.
The authentication now requires 2 plugins: 1 communication plugin and 1 authentication plugin. You also need to specify a blowfish key in the communication plugin. This can be found in: /your-sugarcrm/cache/blowfish/rapelcg_svryq.php
It works, but it's still very buggy. Sometimes it does logon, sometimes it doesn't. Seems related to a time-out issue but I haven't the time to really solve it right now.
my plugin won't do any of the things you want. However, it should be possible to retrieve the data from sugarcrm via the api as long as you hook into the activity module. As for the retrieval of the document itself: you'll have to take into account the public availability of the document. If Joomla is on the same server as sugar it should be easier to retrieve the document itself then on remote systems. It all depends on how sugar handles the attached files' security. I can't tell you anything about that, because I don't have any hands-on experience with it.
I added a link in the ordered and unordered lists to check for line height in lists.
Tip from Kor Dwarshuis.
I posted a workaround on http://joomlacode.org/gf/project/sugarbridge/scmsvn/ If you don't know how to retrieve the code from there I wouldn't recommend using the plugin anyway. It's a beta. And it needs someone reasonably technically apt to install it.
The authentication now requires 2 plugins: 1 communication plugin and 1 authentication plugin. You also need to specify a blowfish key in the communication plugin. This can be found in: /your-sugarcrm/cache/blowfish/rapelcg_svryq.php
It works, but it's still very buggy. Sometimes it does logon, sometimes it doesn't. Seems related to a time-out issue but I haven't the time to really solve it right now.
I'm sure this is a minor bug. I'll take a look at it this week.
[edit]26-04-2010: It'll take a couple of more days. Maybe I'll look into it tonight. Hang tight[/edit]
Have the same problem like CANNE, try to upgrade you authentication plugin to make it work with Sugar 5.5; I will post my result here when I'm done :)
Dear Paolo,
my plugin won't do any of the things you want. However, it should be possible to retrieve the data from sugarcrm via the api as long as you hook into the activity module. As for the retrieval of the document itself: you'll have to take into account the public availability of the document. If Joomla is on the same server as sugar it should be easier to retrieve the document itself then on remote systems. It all depends on how sugar handles the attached files' security. I can't tell you anything about that, because I don't have any hands-on experience with it.