RE: How to use associated views in Dashboards?
Hi,
thx for your answers.
@Arif: Do you have any example for me?
The definition of the opportunities view looks like this:
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false" >
<entity name="opportunity" >
<attribute name="name" />
<attribute name="parentaccountid" />
<attribute name="ownerid" />
<attribute name="closeprobability" />
<order attribute="new_estimatedstartdate" descending="false" />
<filter type="and" >
<condition attribute="statuscode" operator="in" >
<value>1</value>
<value>2</value>
</condition>
<condition attribute="parentaccountid" operator="in" >
<value uiname="abc" uitype="account" >{88E798C3-98C3-E611-80EA-C4346BAD1258}</value>
<value uiname="def" uitype="account" >{33BA91CF-98C3-E611-80EA-C4346BAD1258}</value>
<value uiname="ghi" uitype="account" >{C6BA336C-98C3-E611-80EA-C4346BAD1258}</value>
<value uiname="jkl" uitype="account" >{39BB336C-98C3-E611-80EA-C4346BAD1258}</value>
<value uiname="mno" uitype="account" >{AB200CA5-98C3-E611-80EA-C4346BAD1258}</value>
</condition>
</filter>
<attribute name="opportunityid" />
</entity>
</fetch>
Now I want all activities related to this accounts, sub-accounts, contacts, etc. in one list.