Hi
i am trying to filter the createdOn filed with both data and time Example : I need to get data from 16-04-2024 1:00AM to 16-04-2024 2;00AM
can any one help me how to implement this ?
Discussion posts and replies are publicly visible
Vattikundala Dinesh You can try this
a!queryFilter( field: /*Replace with your createdOn Field*/, operator: "between", value: { todatetime("04/06/2024 1:00 am"), /*Add You StartDate*/ todatetime("04/16/2024 2:00 am") /*Add Your EndDate*/ } )
But i am trying this for the userfilter field in record type ?
hi Vattikundala Dinesh are you looking this type of user filter in record type search ?
Hi Abhishek Karumuru yes along with that i need time as well to filter the records