Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a requirement to parameterize the value of createdDate field of my tsalesforce input manual query.
The createdDate should be as below for different iteration:
1 iteration: createdDate >= systemdate and createdDate < (systemdate-2== ie 10th dec 2018-2 days = 8th dec 2018)
2 iteration : 8th dec 2018 -2 = 6th dec 2018 ie createdDate >= 8th dec 2018 and createdDate <6th dec 2018
Any suggestions to achieve this will be a great help.
Thanks in advance.