Library

From MobileX for SageCRM
Revision as of 10:32, 3 August 2017 by Crmtogether (talk | contribs) (Created page with "With the Library plugin enabled you will see a Files Menu item on Entity screens. File:filesoppo1.png When you click on this you will see a list of Files for that entity...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

With the Library plugin enabled you will see a Files Menu item on Entity screens.

When you click on this you will see a list of Files for that entity

and you can download those.

You can also add new files/photos

by clicking on the Add Photo or File link



The plugin with this functionality can be enabled/disabled by adding it to the CustomPlugins/plugins section in the web.config file

 <CustomPlugins>
   <plugins>
     ....
     <add name="Library"/>
     ....
   </plugins>
 </CustomPlugins>