Library: Difference between revisions
From MobileX for SageCRM
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...") |
Crmtogether (talk | contribs) No edit summary |
||
| Line 7: | Line 7: | ||
[[File:documentlist.png]] | [[File:documentlist.png]] | ||
and you can download those | and you can download those by clicking on the icon on the left (not the image) | ||
You can also add new files/photos | You can also add new files/photos | ||
Latest revision as of 14:02, 19 March 2019
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 by clicking on the icon on the left (not the image)
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>


