Global Downloads: Difference between revisions

From Customer365 for SageCRM
No edit summary
No edit summary
Line 4: Line 4:


Control settings:
Control settings:
-File: globalDownloads.aspx


  SQL filter:
  SQL filter:

Revision as of 12:58, 27 September 2016

In this page user can access/download company`s global files

Control settings:

-File: globalDownloads.aspx

SQL filter:
<add key="globalDocSQL" value="select * from library where Libr_Global ='Y' and Libr_Mergetemplate <> 'Y'"/>
libr_type filter to global documents (eg. <add key="globalDocSQLFilterType" value="proposal"/>)
<add key="globalDocSQLFilterType" value=""/>
Labels:
<add key="lblGlobalDownloadTitle" value="Global downloads"/>
<add key="lblGlobalDownloadInfo" value="Click on the items below to download"/>
<add key="lblFileName" value="File Name"/>
<add key="DownloadPathGlobalDoc" value="C:\Program Files (x86)\Sage\CRM\CRM73\Library\"/>