cancel
Showing results for 
Search instead for 
Did you mean: 

Search expression with current/todays date

Former Member
0 Kudos

Hi,

I have a Date field in Main table that gets updated everytime the record gets updated.

How can we write a Free Form Search Expression in SYNDICATION MAP that filters out only current/todays date modified records?

So, the date in the Expression should be dynamic. How to do that, what is the syntax?

Thank you guys.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

So, the date in the Expression should be dynamic. How to do that, what is the syntax?

In free form search, you can write an Expression.

Please use the below expression,

XX = LEFT(SYSTIME(0),11)

Where XX = Date Field, This expression will filter out records on the basis of current/todays date.

Kindly revert with result.

Regards,

Mandeep Saini

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

kindly note following step:

1. Open syndication Map

2. in free form search select update date field

3. and set Update_Date Operator : rel= value : Today 0 days

4. select map properties tab and mark(x) to suppress unchanged records fields

by keeping this setting only modified records(today/current date) will syndicate based upon record updated

Hope above mention point will resove your problem if not revert back

Thanks,

Jignesh Patel