Global Downloads: Difference between revisions

From Customer365 for SageCRM
(Created page with "Here user can see/download company`s global files File:Globaldownloads.png Control settings: SQL filter: <add key="globalDocSQL" value="select * from library where Li...")
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Here user can see/download company`s global files
In this page user can access/download company`s global files


[[File:Globaldownloads.png]]
[[File:Globaldownloads.png]]


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


  SQL filter:
  SQL filter:
Line 16: Line 18:
  <add key="lblFileName" value="File Name"/>
  <add key="lblFileName" value="File Name"/>
  <add key="DownloadPathGlobalDoc" value="C:\Program Files (x86)\Sage\CRM\CRM73\Library\"/>
  <add key="DownloadPathGlobalDoc" value="C:\Program Files (x86)\Sage\CRM\CRM73\Library\"/>
----
Email Message Text Settings
    <add key="FileDownloadMsg" value="File downloaded from Customer 365 Portal" />
    <add key="FileDownloadMsgPerson" value="Person :" />
    <add key="FileDownloadMsgCompany" value="Company :" />

Latest revision as of 12:31, 9 December 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\"/>



Email Message Text Settings

   <add key="FileDownloadMsg" value="File downloaded from Customer 365 Portal" />
   <add key="FileDownloadMsgPerson" value="Person :" />
   <add key="FileDownloadMsgCompany" value="Company :" />