10,729
edits
No edit summary |
|||
Line 1: | Line 1: | ||
{{Branding TOC}} | {{Branding TOC}} | ||
[[Resco Mobile CRM]] offers several ways how to work with images. Broadly speaking, there are two large groups of images: | [[Resco Mobile CRM]] offers several ways how to work with images. Broadly speaking, there are two large groups of images: | ||
* ''' | * '''Dynamic images''' are related to a particular record in your database, such as the photos of your contacts, signatures on an order, or photos of broken machinery collected during an inspection. | ||
* '''Project images''' are related to your [[app projects|app project]]. They include icons and other static images used in your app. | * '''Project images''' are related to your [[app projects|app project]]. They include icons and other static images used in your app. | ||
Dynamic images can be stored in two locations: | |||
* On your backend server, in special entities designed to hold binary documents, for example, annotation/note on Dynamics/Resco Cloud, or sf_contentversion or sf_attachment on Salesforce. | * On your backend server, in special entities designed to hold binary documents, for example, annotation/note on Dynamics/Resco Cloud, or sf_contentversion or sf_attachment on Salesforce. | ||
* On external document storage, such as SharePoint. Use external document storage for images related to your organization entities and records, if you don’t want to use server database for these, for example, for cost reasons (storing documents in external document servers is cheaper than storing them directly in the CRM server), or you already have existing external storage that you don’t want to migrate. See [[Documents]] for more information. | * On external document storage, such as SharePoint. Use external document storage for images related to your organization entities and records, if you don’t want to use server database for these, for example, for cost reasons (storing documents in external document servers is cheaper than storing them directly in the CRM server), or you already have existing external storage that you don’t want to migrate. See [[Documents]] for more information. | ||
Line 134: | Line 134: | ||
# Add the parameter "Do not allow E-mails" to your form and on the Properties pane, set '''Style''' to "Checkbox".<br>[[File:Set style to checkbox.png|600px]] | # Add the parameter "Do not allow E-mails" to your form and on the Properties pane, set '''Style''' to "Checkbox".<br>[[File:Set style to checkbox.png|600px]] | ||
== | == Dynamic images == | ||
When designing a custom [[view]] or [[form]], you can display images related to your record. | When designing a custom [[view]] or [[form]], you can display images related to your record. |