<?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 SharePoint Online in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/SharePoint-Online/m-p/326116#M57532</link>
    <description>&lt;P&gt;My company recently began the migration from SharePoint 2010 to SharePoint Online.&amp;nbsp; I have found that my JSL scripts are now no longer able to open or save files to the new SPO site.&amp;nbsp; Anyone have the correct updated syntax for this.&lt;/P&gt;
&lt;P&gt;Example 1 (SP 2010): This worked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;TablePath4 = "\\sharepoint.amr.ith.company.com@ssl\sites\rpt\documents\JMP_tables\"; //set variable TablePath path location

Table4 = TablePath4 || "RPT Tester Mapping.jmp";//create a variable for the RPT Tester Mapping JMP file

Table4Name = "RPT Tester Mapping.jmp";// Create the varible for the name of the RPT Tester Mapping JMP table

dt = Open( Table4 );//Open Table4&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example 2 (SP 2010); This worked&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Lot = :Lot_Oper[1];

dt &amp;lt;&amp;lt; Save( "\\sharepoint.amr.ith.company.com@ssl\sites\rpt\documents\results\" || Lot || ".csv" ); //save table as HP_Data for Q&amp;amp;R Master data file;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 23:41:23 GMT</pubDate>
    <dc:creator>Outdoorsman1963</dc:creator>
    <dc:date>2023-06-09T23:41:23Z</dc:date>
    <item>
      <title>SharePoint Online</title>
      <link>https://community.jmp.com/t5/Discussions/SharePoint-Online/m-p/326116#M57532</link>
      <description>&lt;P&gt;My company recently began the migration from SharePoint 2010 to SharePoint Online.&amp;nbsp; I have found that my JSL scripts are now no longer able to open or save files to the new SPO site.&amp;nbsp; Anyone have the correct updated syntax for this.&lt;/P&gt;
&lt;P&gt;Example 1 (SP 2010): This worked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;TablePath4 = "\\sharepoint.amr.ith.company.com@ssl\sites\rpt\documents\JMP_tables\"; //set variable TablePath path location

Table4 = TablePath4 || "RPT Tester Mapping.jmp";//create a variable for the RPT Tester Mapping JMP file

Table4Name = "RPT Tester Mapping.jmp";// Create the varible for the name of the RPT Tester Mapping JMP table

dt = Open( Table4 );//Open Table4&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example 2 (SP 2010); This worked&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Lot = :Lot_Oper[1];

dt &amp;lt;&amp;lt; Save( "\\sharepoint.amr.ith.company.com@ssl\sites\rpt\documents\results\" || Lot || ".csv" ); //save table as HP_Data for Q&amp;amp;R Master data file;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 23:41:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/SharePoint-Online/m-p/326116#M57532</guid>
      <dc:creator>Outdoorsman1963</dc:creator>
      <dc:date>2023-06-09T23:41:23Z</dc:date>
    </item>
  </channel>
</rss>

