Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 46379

Date format for from and to date fetchxml

$
0
0

Hello Guys,

I want to fetch records based and from and to date below is my fetchxml i want to use this format ddmmyyyy rather than yyyymmdd please help 

<fetch mapping="logical" version="1.0" >
<entity name="hd_logmanager" >
<attribute name="hd_logmercod" alias="MerchantCode" />
<attribute name="hd_loguserid" alias="MemberCode" />
<order attribute="hd_logdattim" />
<filter>
<condition attribute="hd_logmercod" operator="eq" value="INTER09716" />
</filter>
<filter>
<condition attribute="hd_logdattim" operator="on-or-before" value="2016-09-03" />

<condition attribute="hd_logdattim" operator="on-or-after" value="2016-09-07" />
</filter>
</entity>
</fetch>


Viewing all articles
Browse latest Browse all 46379

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>