12 Dec 2018
Link to this post
I have the following query and want to filter the wga_datetoexpire to be todays date.
<fetch version="1.0" mapping="logical" output-format="xml-platform">
<entity name="wga_collaboration">
<attribute name="wga_collaborationid" />
<attribute name="wga_collaborationname" />
<attribute name="createdon" />
<attribute name="wga_city" />
<attribute name="wga_state" />
<filter type="and">
<condition attribute="statecode" operator="eq" value="0" />
<condition attribute="wga_contact" operator="eq-userid" />
<condition attribute="wga_datetoexpire" operator="on-or-after" value="12/11/2018" />
</filter>
</entity>
</fetch>