<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hi Gourav,
That's a… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Datediff/m-p/67804#M20409</link>
    <description>Hi Gourav,
That's a validation that is (at least in my installation) set to Severity 'Warning', which you can ignore for now. It would be a good idea to adjust code over time to not use any deprecated methods, but I would be more concerned about validations with the Severity 'Error'.
If you go to the System tab &amp;gt; Audit group &amp;gt; Design Control &amp;gt; Stage Validation &amp;gt; Advanced, the ""Expression... uses the function ..., which is deprecated"" warning can be changed to 'Advice' severity or unchecked completely. It's probably best not to change this. I only bring it up in case it's a requirement for you guys before code promotion is approved.
Respectfully,
Dave</description>
    <pubDate>Mon, 08 Oct 2018 18:39:00 GMT</pubDate>
    <dc:creator>david.l.morris</dc:creator>
    <dc:date>2018-10-08T18:39:00Z</dc:date>
    <item>
      <title>Datediff</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Datediff/m-p/67798#M20403</link>
      <description>I need to work out the number of weeks between 2 dates.  In v5 I could use Datediff even though it said it going to be deprecated.  It doesn't work at all in v6.  What is the alternative?</description>
      <pubDate>Thu, 12 Oct 2017 18:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Datediff/m-p/67798#M20403</guid>
      <dc:creator>CarolLippert</dc:creator>
      <dc:date>2017-10-12T18:52:00Z</dc:date>
    </item>
    <item>
      <title>I'm using a beta version of 6</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Datediff/m-p/67799#M20404</link>
      <description>I'm using a beta version of 6.1 and datadiff still works for me, which is just as well as it would break a lot of stuff if support for it was suddently removed.   DateDiff(1, [Date1], [Date2]) returned the number of weeks between the two dates.
What are you seeing when you try to use it?</description>
      <pubDate>Thu, 12 Oct 2017 19:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Datediff/m-p/67799#M20404</guid>
      <dc:creator>Denis__Dennehy</dc:creator>
      <dc:date>2017-10-12T19:27:00Z</dc:date>
    </item>
    <item>
      <title>Is DateDiff() something to…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Datediff/m-p/67800#M20405</link>
      <description>Is DateDiff() something to disappear in BP v6?
Would be an important point to keep in mind when migrating from BP v5 to BPv6</description>
      <pubDate>Tue, 12 Jun 2018 01:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Datediff/m-p/67800#M20405</guid>
      <dc:creator>AlexanderBopp</dc:creator>
      <dc:date>2018-06-12T01:42:00Z</dc:date>
    </item>
    <item>
      <title>No it will still be there,…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Datediff/m-p/67801#M20406</link>
      <description>No it will still be there, it's just recommended not to use it.</description>
      <pubDate>Tue, 12 Jun 2018 18:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Datediff/m-p/67801#M20406</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2018-06-12T18:50:00Z</dc:date>
    </item>
    <item>
      <title>Do you need the number of…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Datediff/m-p/67802#M20407</link>
      <description>Do you need the number of days remainder as well? If you want to avoid DateDiff(), something like a calculation stage with [Date Start]-[Date End]/7 will give you number of weeks then it's your choice what to do with the remainder.&amp;nbsp;</description>
      <pubDate>Fri, 15 Jun 2018 12:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Datediff/m-p/67802#M20407</guid>
      <dc:creator>NicholasBell1</dc:creator>
      <dc:date>2018-06-15T12:53:00Z</dc:date>
    </item>
    <item>
      <title>Even i am facing same issue…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Datediff/m-p/67803#M20408</link>
      <description>Even i am facing same issue... my calculation stage with datediff funtion was working fine in v5. But when migrated to v6, its giving below error as below:
The following errors exist:
Expression uses the function DateDiff, which is deprecated
&amp;nbsp;
Let me know if you have any fix for it. Not sure if it is just a compilation error in calculation stage and will not occur in runtime.</description>
      <pubDate>Mon, 08 Oct 2018 18:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Datediff/m-p/67803#M20408</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-08T18:24:00Z</dc:date>
    </item>
    <item>
      <title>Hi Gourav,
That's a…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Datediff/m-p/67804#M20409</link>
      <description>Hi Gourav,
That's a validation that is (at least in my installation) set to Severity 'Warning', which you can ignore for now. It would be a good idea to adjust code over time to not use any deprecated methods, but I would be more concerned about validations with the Severity 'Error'.
If you go to the System tab &amp;gt; Audit group &amp;gt; Design Control &amp;gt; Stage Validation &amp;gt; Advanced, the ""Expression... uses the function ..., which is deprecated"" warning can be changed to 'Advice' severity or unchecked completely. It's probably best not to change this. I only bring it up in case it's a requirement for you guys before code promotion is approved.
Respectfully,
Dave</description>
      <pubDate>Mon, 08 Oct 2018 18:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Datediff/m-p/67804#M20409</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2018-10-08T18:39:00Z</dc:date>
    </item>
  </channel>
</rss>

