Outlook Lists: Difference between revisions
From Accelerator for SageCRM
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
Default list length is 20 | Default list length is 20 | ||
The Lists are filtered based on the context. For example with opportunity lists if you are in a company context then the "oppo_primarycompanyid" is used to filter. If you are on a person however "oppo_primarypersonid" is used (and so only displays opportunities for that person and not for the company). | |||
---------- | ---------- | ||
Settings for customisation | Settings for customisation | ||
- List Length | - List Length - The max number of items to show in the listing view | ||
<add key="opportunity_ListLength" value="20"/> | <add key="opportunity_ListLength" value="20"/> | ||
Line 19: | Line 21: | ||
<add key="opportunity_CustomListFilter" value=""/> | <add key="opportunity_CustomListFilter" value=""/> | ||
- Custom ordering for the listing | |||
<add key="opportunity_ListOrder" value="order by oppo_updateddate desc"/> | |||
- The view used to query the data | |||
<add key="opportunity_summaryview" value="vCRMTogetherOpportunity"/> |
Latest revision as of 15:21, 13 April 2016
Lists are displayed behind the menu (image)buttons
EG Oppo list
- clicking on the entity icon will bring you into the summary for that entity
Default list length is 20
The Lists are filtered based on the context. For example with opportunity lists if you are in a company context then the "oppo_primarycompanyid" is used to filter. If you are on a person however "oppo_primarypersonid" is used (and so only displays opportunities for that person and not for the company).
Settings for customisation
- List Length - The max number of items to show in the listing view
<add key="opportunity_ListLength" value="20"/>
- Custom filter (option to add in a custom filter - used to hide closed or lost oppos for example)
<add key="opportunity_CustomListFilter" value=""/>
- Custom ordering for the listing
<add key="opportunity_ListOrder" value="order by oppo_updateddate desc"/>
- The view used to query the data
<add key="opportunity_summaryview" value="vCRMTogetherOpportunity"/>