<?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 RE: Add 5 days from Current Days inn SAP Script in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Add-5-days-from-Current-Days-inn-SAP-Script/m-p/81083#M32706</link>
    <description>HI Shashank,&lt;BR /&gt;&lt;BR /&gt;It is Vb.net script in code. SAP script always form as a VB.net I guess.&lt;BR /&gt;Please help me on my query.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Asitabha Deb&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 05 Nov 2020 06:31:00 GMT</pubDate>
    <dc:creator>AsitabhaDeb</dc:creator>
    <dc:date>2020-11-05T06:31:00Z</dc:date>
    <item>
      <title>Add 5 days from Current Days inn SAP Script</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Add-5-days-from-Current-Days-inn-SAP-Script/m-p/81081#M32704</link>
      <description>&lt;STRONG&gt;HI Experts,&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;I have copied one SAP script in code where Today date will put one field in SAP and Today+ 5days in another field.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;I put in manually during SAP script run.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Can you please tell me how to put after 5 days automatically in SAP when every time I run the script in BP.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;I have put Todays data as = (Today ()) , Its running smooth.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;But when I am trying to add 5 days in script = AddDays (Today () 5), its giving me the error message&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="background-color: #ffff00;"&gt;&lt;STRONG&gt;"Expression is not as Array or method, It cannot be in Argument list."&lt;BR /&gt;&lt;BR /&gt;I have added 1 parameter&amp;nbsp; 1. "Adddays = Datetime."&lt;BR /&gt;If I delete this its showing " AddDays not declared"&lt;BR /&gt;&lt;BR /&gt;Please help me&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Asitabha Deb&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Nov 2020 05:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Add-5-days-from-Current-Days-inn-SAP-Script/m-p/81081#M32704</guid>
      <dc:creator>AsitabhaDeb</dc:creator>
      <dc:date>2020-11-05T05:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Add 5 days from Current Days inn SAP Script</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Add-5-days-from-Current-Days-inn-SAP-Script/m-p/81082#M32705</link>
      <description>Hi &lt;SPAN&gt;Asitabha,&lt;BR /&gt;&lt;BR /&gt;Which script are you referring to? Is there a vbscript that you are changing to &lt;SPAN style="font-size: 14px;"&gt;accommodate&lt;/SPAN&gt; the date values or a VB.NET code stage?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Nov 2020 05:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Add-5-days-from-Current-Days-inn-SAP-Script/m-p/81082#M32705</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2020-11-05T05:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: Add 5 days from Current Days inn SAP Script</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Add-5-days-from-Current-Days-inn-SAP-Script/m-p/81083#M32706</link>
      <description>HI Shashank,&lt;BR /&gt;&lt;BR /&gt;It is Vb.net script in code. SAP script always form as a VB.net I guess.&lt;BR /&gt;Please help me on my query.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Asitabha Deb&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Nov 2020 06:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Add-5-days-from-Current-Days-inn-SAP-Script/m-p/81083#M32706</guid>
      <dc:creator>AsitabhaDeb</dc:creator>
      <dc:date>2020-11-05T06:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: Add 5 days from Current Days inn SAP Script</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Add-5-days-from-Current-Days-inn-SAP-Script/m-p/81084#M32707</link>
      <description>Hi &lt;SPAN&gt;Asitabha,&lt;BR /&gt;&lt;BR /&gt;The date that you get using the calculation stage can be passed as an input to the code stage and used accordingly. Alternatively you can modify the code to calculate the date within it in which case you will have to use the VB.NET supplied classes to calculate your new date.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Nov 2020 07:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Add-5-days-from-Current-Days-inn-SAP-Script/m-p/81084#M32707</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2020-11-05T07:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Add 5 days from Current Days inn SAP Script</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Add-5-days-from-Current-Days-inn-SAP-Script/m-p/81085#M32708</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can you please help me with reference code for date which I am looking for to enter in code stage.&lt;BR /&gt;I have entered : AddDays(Today(), 5) but its give me above mention error message.&lt;BR /&gt;&lt;BR /&gt;Please help me&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Asitabha Deb&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Nov 2020 10:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Add-5-days-from-Current-Days-inn-SAP-Script/m-p/81085#M32708</guid>
      <dc:creator>AsitabhaDeb</dc:creator>
      <dc:date>2020-11-05T10:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Add 5 days from Current Days inn SAP Script</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Add-5-days-from-Current-Days-inn-SAP-Script/m-p/81086#M32709</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here is sample VB.NET code&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Dim today As Date = Date.Today&lt;BR /&gt;Dim newDate As Date = today.AddDays(5)&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Nov 2020 10:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Add-5-days-from-Current-Days-inn-SAP-Script/m-p/81086#M32709</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2020-11-05T10:30:00Z</dc:date>
    </item>
  </channel>
</rss>

