Using parameter Today in SSIS package - Source Salesforce
Posted: Wed 21 May 2014 12:46
Hello,
I would like to use the parameter "TODAY" in SOQL statement with SSIS but it doesn't work.
Example:
select * from MyTable where LastModifiedDate=TODAY
I have the following error : Unknown column 'TODAY'
Is there a solution in order to filter data on the current day? (i'm using the Devart Salesforce Connection Manager - SSIS)
I would like to use the parameter "TODAY" in SOQL statement with SSIS but it doesn't work.
Example:
select * from MyTable where LastModifiedDate=TODAY
I have the following error : Unknown column 'TODAY'
Is there a solution in order to filter data on the current day? (i'm using the Devart Salesforce Connection Manager - SSIS)