Hi All,
Hi have fetch xml which has condition that display records havng end date as future date.
so in CRM fetch i have following condition
<filter type='or'>
<condition attribute='btp_enddate' operator='on-or-after' value='' value='2020-02-21''" />
but instead of 2020-02-21 i want date starting from tomorrow not current date. how can i specify this in fetch .
can anyone help me?