<?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>Question Re: Java Script in SAP Build Apps in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/java-script-in-sap-build-apps/qaa-p/13717915#M4831431</link>
    <description>Thanks for sharing Dan.</description>
    <pubDate>Fri, 31 May 2024 07:07:47 GMT</pubDate>
    <dc:creator>myenilmez</dc:creator>
    <dc:date>2024-05-31T07:07:47Z</dc:date>
    <item>
      <title>Java Script in SAP Build Apps</title>
      <link>https://community.sap.com/t5/technology-q-a/java-script-in-sap-build-apps/qaq-p/12816736</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;Would like to ask if someone here has already used the JavaScript function in SAP Build Apps? I am new to Java Scripting and would like to see a guide on how to use this function as well as on what test cases can this be used.&lt;/P&gt;
  &lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 02:16:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/java-script-in-sap-build-apps/qaq-p/12816736</guid>
      <dc:creator>Rafael2493</dc:creator>
      <dc:date>2024-01-02T02:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Java Script in SAP Build Apps</title>
      <link>https://community.sap.com/t5/technology-q-a/java-script-in-sap-build-apps/qaa-p/12816737#M4812970</link>
      <description>&lt;P&gt;You drag the flow function JavaScript into your logic flow.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2232203-image.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;If you double-click, you get the JavaScript editor.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You can define a set of inputs.&lt;/LI&gt;&lt;LI&gt;You can define a set of outputs. Each output represent an output node that can be used to continue the flow (above, my CheckLength has 2 outputs).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In the following, I have defined on the left a single input (which I can hardcode, set to a formula or variable), and 2 outputs on the right. Each output can provide a set of properties that can be passed to the following flow functions, just like &lt;STRONG&gt;Get record collection&lt;/STRONG&gt; flow function will output a list of data.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2232206-image.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;The return statement will return an object, which is the default type for each output, though you can change this. If you have multiple outputs, you return a list, where the first item is a number indicating which output (starting with 0), and then the object.&lt;/P&gt;&lt;P&gt;More documentation: &lt;A href="https://docs.appgyver.com/docs/custom-javascript" target="test_blank"&gt;https://docs.appgyver.com/docs/custom-javascript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Just this week &lt;SPAN class=""&gt;joe.binkley&lt;/SPAN&gt; published a blog where he uses JavaScript to avoid a more complex flow function in his Tic-Tac-Toe game – &lt;A href="https://groups.community.sap.com/t5/sap-builders-blog-posts/tic-tac-toe/ba-p/309372" target="test_blank"&gt;https://groups.community.sap.com/t5/sap-builders-blog-posts/tic-tac-toe/ba-p/309372&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Others use it to do things not available in other flow functions, like making HTTP calls or other JavaScript functions not exposed in the formula editor.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jun 2024 14:28:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/java-script-in-sap-build-apps/qaa-p/12816737#M4812970</guid>
      <dc:creator>Dan_Wroblewski</dc:creator>
      <dc:date>2024-06-02T14:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Java Script in SAP Build Apps</title>
      <link>https://community.sap.com/t5/technology-q-a/java-script-in-sap-build-apps/qaa-p/13616210#M4819474</link>
      <description>&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/72"&gt;@Dan_Wroblewski&lt;/a&gt;: can you please ans my query. Link :- &lt;A href="https://community.sap.com/t5/technology-q-a/sap-build-app-bug/qaq-p/13616106" target="_blank"&gt;https://community.sap.com/t5/technology-q-a/sap-build-app-bug/qaq-p/13616106&lt;/A&gt;</description>
      <pubDate>Thu, 22 Feb 2024 17:43:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/java-script-in-sap-build-apps/qaa-p/13616210#M4819474</guid>
      <dc:creator>navalega0109</dc:creator>
      <dc:date>2024-02-22T17:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Java Script in SAP Build Apps</title>
      <link>https://community.sap.com/t5/technology-q-a/java-script-in-sap-build-apps/qaa-p/13618200#M4819664</link>
      <description>I'm not familiar with the Firebase use case (not the primary use case for SAP Build Apps anymore, it seems). I don't know if it will be related, but there seems to be a new version mostly surrounding BTP authentication available on mobile -- already available on web -- and this may help you. I would imagine another month. Of course, others using Firebase may be able to help sooner.</description>
      <pubDate>Sun, 25 Feb 2024 11:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/java-script-in-sap-build-apps/qaa-p/13618200#M4819664</guid>
      <dc:creator>Dan_Wroblewski</dc:creator>
      <dc:date>2024-02-25T11:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Java Script in SAP Build Apps</title>
      <link>https://community.sap.com/t5/technology-q-a/java-script-in-sap-build-apps/qaa-p/13717915#M4831431</link>
      <description>Thanks for sharing Dan.</description>
      <pubDate>Fri, 31 May 2024 07:07:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/java-script-in-sap-build-apps/qaa-p/13717915#M4831431</guid>
      <dc:creator>myenilmez</dc:creator>
      <dc:date>2024-05-31T07:07:47Z</dc:date>
    </item>
  </channel>
</rss>

