Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
krishnacbe
Partner - Specialist III
Partner - Specialist III

OnOpen Trigger

Hi

I have a created a Document Event Trigger – OnOpen.

Following are the properties

Actions -> Select in Field

Fields -> =date(floor(ExposureDate))

Search String -> =Today()

But this is not working.

My requirement is in a date list box default filter should be current date.

2 Replies
Anonymous
Not applicable

Is ExposureDate a timestamp? Not sure if you can trigger a calculated field like that.

If you do the date conversion of ExposureDate in the script side and just use the resulting date field in the action instead, does this work?

sathishkumar_go
Partner - Specialist
Partner - Specialist

Hi Kriamam,

Just Try this,

Search String -> =max(date(floor(ExposureDate))).

I hope it will helpful for you.

Regards

Sathish