I am trying to create several view that need to search out entities (lead ,account....) that were created more than 3 days ago.
CRM has "older than X months" as an option but not "older than X days".
Does anyone know how to go about building this query?
I will have to run this view every day, so I don't want to have to go in and change the report to specify a date every time I run it.
我想创建一个视图 (潜在客户,或是正式客户) 查找 出3天创建的客户,
但是CRM里面只有 X个月以前,没有X天以前 ,
我因为要很频繁的运行刷新这个列表, 所以不想每次都用筛选器去敲定具体的日期
我的这个需求可以实现吗,应该怎么去实现