Skip to main content
Queries: 

 

 

 

Select Id From Event WHERE LastModifiedDate >= Last_N_Days:750 AND WhatId != NULL AND IsRecurrence = FALSE

 

Select Id From Event WHERE WhatId != NULL AND Call_Status__c = Scheduled AND LastModifiedDate >= Last_N_Days:90 AND IsRecurrence = FALSE

 

 

 

Select Id From Event WHERE WhatId != NULL AND LastModifiedDate >= Last_N_Days:750

6 respostas
  1. 4 de abr. de 2014, 20:28
    Ab Initio is using a Salesforce connector through the Query components. It prompts me to input Salesforce credentials (Username,Pass,Security token) from there on out I can choose what Salesforce objects,fields, etc to query by. I should also add, I also have almost identitcal graphs querying other Salesforce objects like Notifications, Opportunites, and Contacts. Those all are working fine. One common outlier in these queries is the field "WhatId". Possibly causing an issue?
0/9000