Skip to main content

 

 

Hi All,

 

I am simply using the Smart object Activity Instance Destination and displaying the data in a vIew.

 

The requirement is to implement the date filter where user can select From date and To date then click search which should return the records which has been executed between both dates. i.e. The Finish Date should fall between the From and To date.

 

For example if user select dates 15/03/2015 and 21/03/20 and search then it should display all the Tasks completed between 15/03/2015 and 21/03/2015 (both date inclusive).

 

Kindly help me to active the same if anyone has done something similar to this.

 

Note: I dont want to change anything to system smo/method which has some a side effect to others.

 

Regards,

Ranjan

Dear, 

 

when search button is clicked fire the list method and filter it like this:

 

14526i0CAF97F573DF92CF.png

 

 

 


Thank you very much MustafaIts working


Reply