10,730
edits
Line 31: | Line 31: | ||
* Use [[Sync Filter]] to define what data from the server is replicated in the Resco Mobile CRM application during a synchronization. Remember that sync filters usually only apply in offline mode! | * Use [[Sync Filter]] to define what data from the server is replicated in the Resco Mobile CRM application during a synchronization. Remember that sync filters usually only apply in offline mode! | ||
* Use [[View#Edit_filter|view filters]] to restrict the displayed data in the view to only those that meet the specified conditions. You can create multiple views for different use cases. | * Use [[View#Edit_filter|view filters]] to restrict the displayed data in the view to only those that meet the specified conditions. You can create multiple views for different use cases. | ||
== Entities == | |||
When you add inspections to your project, you are using three custom entities: | |||
* Question (resco_Question) | |||
* Question Group (resco_QuestionGroup) | |||
* Questionnaire (resco_Questionnaire) - this entity is actually used in three ways | |||
** As a questionnaire template (if Is_Template = Yes) | |||
** As a snippet (if Is_Snippet = Yes) | |||
** As a filled-in questionnaire | |||
== Permissions == | == Permissions == |