Results 1 to 2 of 2

Thread: Preview documents outside of SugarCRM

  1. #1
    sarunas.lazauskas@gmail.com's Avatar
    sarunas.lazauskas@gmail.com is offline Sugar Community Member
    Join Date
    Mar 2011
    Location
    Lithuania
    Posts
    28

    Question Preview documents outside of SugarCRM

    Hello everyone,
    is there a way to reach sugarcrm documents/images from outside of sugarcrm, for example display images in example.com website or add link to certain document which could be downloaded onclick? Please help, if this is not possible then i'll have to create some custom upload field which would handle file upload to public location.

    Thanks in advance!

    Šarūnas Lazauskas

  2. #2
    mpoer@profilingsolutions.com's Avatar
    mpoer@profilingsolutions.com is offline Sugar Community Member
    Join Date
    May 2011
    Location
    Atlanta, GA
    Posts
    64

    Default Re: Preview documents outside of SugarCRM

    It would be difficult to simply link to the documents. When Sugar stores a file/document/note-attachment, it creates a record in the database to represent the information about that file, then takes the actual file and renames it to the record's GUID, without a file extension, and puts it in /cache/upload.

    To access the file, you can copy the file, give it a proper file extension and name, and simply open it. Easier said than done if you want to automate, though, because the Sugar supports several different file types. If you know the GUID, you can build the URL (sugar.com/download.php?record=xyz, or something like that) but that requires an active session within Sugar.

    There's probably a way to pull documents via SOAP and/or REST, but I haven't worked through it yet.
    Matthew Poer, Consultant/Developer with Profiling Solutions (Atlanta, GA and Mobile, AL).

    @matthewpoer
    @PSI_Atlanta

    Check out my SugarCRM modules:

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SugarCRM Account Documents and Opportunity Documents
    By spinegar in forum Developer Help
    Replies: 2
    Last Post: 2011-12-16, 01:32 PM
  2. Preview PDF in SUGARCRM CE
    By panbox in forum Developer Help
    Replies: 4
    Last Post: 2011-07-26, 02:30 AM
  3. Replies: 3
    Last Post: 2010-09-03, 07:41 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •