Method Community

 

Not Contacted Filter

Last post 04-15-2015 4:34 AM by Jonathan. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 04-13-2015 11:06 PM

    Not Contacted Filter

    Hi guys,

    I'm looking a way to create a filter where we could display a customer without activity in the last 30 days. Does anybody ever tried that and which filter rule shall be applied? As far as I know these are the only filter available,


    Please advise.

  • 04-14-2015 9:11 AM In reply to

    Re: Not Contacted Filter

    Answer

    Hi Jonathan,

    For this, you will want to use either the Less than or Less than or equal to filter. Your choice will depend on if you want to include customers whose last activity date is exactly 30 days ago.

    In order to use this filter, you will first need to calculate the current date minus 30 days and store this value in a shared result to use it in your filter. I recommend doing this in the OnScreenLoad actions.

    Your actions will include:

    1) Assign Value to Action Result – To retrieve the current date

    2) Date Add – To subtract 30 (or add “-30”) days from your action result

    3) Assign Value to Shared Result – To copy the calculated value from #2 into a shared result for use with your filter

    3) Enter Value into Field On Screen – To copy the calculated value from #2 into a date picker object for use with your filter


    Give this a shot and let me know if you have any questions. I hope this helps.

    -Audisho

    Audisho Sada
    Product Manager
    Method:CRM
    a.sada@method.me
    Toll Free: 1.888.925.6238
    Local & Overseas: 416.847.0400
    Fax: 416.640.6027
  • 04-14-2015 9:39 AM In reply to

    Re: Not Contacted Filter

    Answer

    Hi Jonathan,

    I made a correction to #3 above. You’re actually better off placing this value into a hidden date picker object on screen. This is a more reliable way to store the date and also makes it easier to troubleshoot, as you can simply un-hide the object to see the date value.

    -Audisho

    Audisho Sada
    Product Manager
    Method:CRM
    a.sada@method.me
    Toll Free: 1.888.925.6238
    Local & Overseas: 416.847.0400
    Fax: 416.640.6027
  • 04-15-2015 4:34 AM In reply to

    Re: Not Contacted Filter

    Hi Audisho,

    OK it worked :) Thank you Audisho!

Page 1 of 1 (4 items)