Browse By Tags
Home
»
All Tags
»
Library
API
ASP
Button Group
buttons
COM
COM ASP
Custom Content
Database
Document Drop
Documents
Email
External Database
file
find
GridSize
Import
List Block
List Page
logon
Meta Data
Round Up
Self Service
SQL
Views
Web Services
Blog Post:
Uploading Documents to the Library with the ASP COM API
Jeff Richards
In Sage CRM if you have created a new custom entity using the Advanced Customization Wizard then you would have had the option to create a libary page for the entity. This provides a straight forward way of allowing documents to be uploaded into the library and associated with the custom entity. Below...
on
8 Oct 2007
Blog Post:
Listing Files Not Uploaded and Stored using the Sage CRM interface
Jeff Richards
Occasionally you may customer requirement to store relatively large numbers of documents associated with a company, person or opportunity record outside the main librabry mechanism. As an example of this requirement imagine an organisation that sells design services to real estate developers. Such a...
on
18 Aug 2010
Blog Post:
Some thoughts about the Library
Jeff Richards
I hope that the material that I put here is of use and is relevant to developers and partners implementing CRM. I can't claim all the articles published here under my name as 'all my own work'. I am a magpie of code snippets and will quite happily steal the bright ideas of cleverer colleagues...
on
29 Nov 2007
Blog Post:
Moving files into the Library using the serverside COM API.
Jeff Richards
A customer had a requirement to be able to automate the inclusion of existing files into the CRM library structure. The scenario is that a file is created by another business process e.g. "Northwind Order Processing". That file then has to be added to CRM. This is not the first time I have...
on
26 Apr 2010
Blog Post:
SageCRM Uploader
Jeff Richards
If you ever wanted to upload a file into SageCRM via web services you will like this post. Thanks to some help from Dublin this example will show you how to do just that. The trick is this, you have to first create the library entry into CRM and then grab that record ID and use it when you upload the...
on
1 Jan 2011
Blog Post:
Integrating Sage CRM with Indexing Services to enable full document search
Jeff Richards
Sage CRM offers the ability to search using Keywords across all entities but this keyword searching does not extend into documents that may have been uploaded into the library. As you can see from the screen shot displayed below, it is possible to easily integrate Microsoft Indexing Services into...
on
10 Jul 2009
Blog Post:
Updating the comp_librarydir Library Path in the Demo Data
Jeff Richards
In the demo data there are a few company records that have entries in the comp_librarydir field that do not match the usual format of such data. You can see some of these in the image below. New company records that are added into the system will follow the correct pattern. The inconsistency...
on
1 Feb 2011
Blog Post:
Choices in Customizing Lists
Jeff Richards
You only need to follow the tags " List Page " or " List Block " to see that there have been lots of articles written already about how lists can be customized. In this article I want to step back and bring all these points together so we can see the range of options that we have...
on
16 Jun 2009
Blog Post:
COM API objects available in Self Service
Jeff Richards
Notes In the above image you will see a couple of the rows marked to indicate that there are further notes. Also a feature marked N/A indicates that the method or property is not applicable within that coding environment. It does not however mean that it can't be invoked nor does it mean that sometimes...
on
13 Mar 2009
Blog Post:
More Adventures with the Library
Jeff Richards
I have been investigating the list of documents that appears under the Company tab group. This is actually part of a set of investigations into the library entity that I am working on. So there will be a few more blogs about documents and the library in the near future. I wanted to find out how to ensure...
on
31 Jan 2008
Blog Post:
A round up of articles about coding for the library and documents
Jeff Richards
The document upload into Sage CRM is designed to allow the easy upload of files on an Ad Hoc basis. The document upload feature (at the time of writing this article) differs slightly depending on which browser you use. But it can be time consuming to add groups of files to company and person records...
on
30 Jul 2015
Blog Post:
Exporting Records to a CSV file using the classic COM ASP API.
Jeff Richards
A customer had the requirement to allow users to export opportunity information to a file that could be opened in Excel. I have provided below some example code that is designed to be called from a Button Group associated with the System Action OpportunityList. When the page runs it will create a...
on
21 Sep 2015