Skip to main content

Notifications

Announcements

No record found.

Customer experience | Sales, Customer Insights,...
Suggested answer

90 Day No Contact View

(0) ShareShare
ReportReport
Posted on by 20

I would like to create a view where there hasn't been a completed phone call or appointment in 90 for a specific set of clients. I have the client view but now need to find who hasn't been contacted in the last 90 days and be able to work off that list. 

Thanks for your help. 

  • Suggested answer
    Carlo Velasco Profile Picture
    Carlo Velasco 787 on at
    RE: 90 Day No Contact View

    Hi

    Unfortunately there is no OOB way to achieve this.

    The only way is to create a view through fetch Xml query.

     This is the query to achieve what you need.

    <fetch distinct="true" >
    <entity name="contact" >
    <attribute name="fullname" />
    <link-entity name="activitypointer" from="regardingobjectid" to="contactid" alias="ab" link-type="outer" >
    <attribute name="regardingobjectid" />
    <filter type="and" >
    <condition attribute="createdon" operator="last-x-days" value="90"/>
    </filter>
    </link-entity>
    <filter type="and" >
    <condition entityname="ab" attribute="regardingobjectid" operator="null" />
    </filter>
    </entity>
    </fetch>

    To create a view based on a fetchxml query you can use this XRMtoolbox plugin.

    http://fxb.xrmtoolbox.com/

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Congratulations 2024 Spotlight Honorees

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December

Congratulations to our December super stars! 🥳

Start Your Super User Journey

Join the ranks of our community heros! 🦹

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,711 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,458 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans