Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Pages - Customize & Extend
Unanswered

FetchXML ignores time

(0) ShareShare
ReportReport
Posted on by

Hello,

I am a beginner when it comes to portals and programming.

I am trying to create a filter in a portal based on date and time. So, sessions scheduled after 'now' should not be displayed. The FetchXML below only works on date but does not seem to consider the time.

 

I have tried different formats, but it does not include the end time in the filtering.

Does anyone have an idea on how to solve this?"

 

 

<fetch>
<entity name="msevtmgt_session" >
<attribute name="msevtmgt_name" alias="name" />
<attribute name="msevtmgt_starttime" alias="start" />
<attribute name="msevtmgt_endtime" />
<attribute name="han_sessie_zonder_begin_eindtijd" alias="withoutdate" />
<attribute name="han_sessiesoort" alias="sessiesoort" />
<filter type="and" >
<condition attribute="msevtmgt_event" operator="eq" value="203b905c-59b4-ee11-a569-000d3adf6c55" uitype="msevtmgt_event" />
<condition attribute="msevtmgt_publishstatus" operator="eq" value="100000003" />
<condition attribute="statecode" operator="eq" value="0" />
<condition attribute="msevtmgt_endtime" operator="on-or-after" value="2024-01-19T11:00:00" />
</filter>
</entity>
</fetch>

 

Output

SusjuNL_0-1705659700600.png

 

Categories:
  • fm_skeller Profile Picture
    277 Super User 2025 Season 1 on at
    Re: FetchXML ignores time

    What timezone are you in? It seems to correct for a timezone UTC+1?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Pages

#1
Fubar Profile Picture

Fubar 69 Super User 2025 Season 1

#2
oliver.rodrigues Profile Picture

oliver.rodrigues 49 Most Valuable Professional

#3
Jon Unzueta Profile Picture

Jon Unzueta 43

Featured topics