<?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: Best way to show user-friendly validation errors in SAS VI LEI workflows? in Fraud, AML and Security Intelligence</title>
    <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Best-way-to-show-user-friendly-validation-errors-in-SAS-VI-LEI/m-p/988271#M1169</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/479467"&gt;@Maayan_Oscar&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Please open a Tech Support ticket if you need assistance debugging the Script Task. Also, see&amp;nbsp;&lt;A tabindex="0" href="https://go.documentation.sas.com/doc/en/vicdc/v_046/visgatorag/workflow-elements.htm#n0lrhfop8c0nb8n1vndyck0do0er" target="_blank"&gt;Script Task&amp;nbsp;&lt;/A&gt;in our online doc for discussions/suggestions on debugging Java Script. To your point, since this is a Java Script runtime error - that a typical enduser can do nothing about, we should handle with a standard 'server side error contact admin' type of message.&amp;nbsp;&lt;BR /&gt;Thanks,&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Rick&lt;/P&gt;</description>
    <pubDate>Tue, 19 May 2026 12:55:56 GMT</pubDate>
    <dc:creator>RickMatthews</dc:creator>
    <dc:date>2026-05-19T12:55:56Z</dc:date>
    <item>
      <title>Best way to show user-friendly validation errors in SAS VI LEI workflows?</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Best-way-to-show-user-friendly-validation-errors-in-SAS-VI-LEI/m-p/988256#M1168</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a nicer way to convey messages to the user due to errors that arise during a workflow run? For example, doing some data validation on fields.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Currently we are getting errors like this when using the JavaScript throw&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;statement:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Maayan_Oscar_0-1779170859782.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/115093iA8EAA2425A542BFB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Maayan_Oscar_0-1779170859782.png" alt="Maayan_Oscar_0-1779170859782.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;which are not user-friendly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a better way to handle this need (do complex data validation that can't be done using the field conditions or other logic in a workflow)?&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 06:47:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Best-way-to-show-user-friendly-validation-errors-in-SAS-VI-LEI/m-p/988256#M1168</guid>
      <dc:creator>Maayan_Oscar</dc:creator>
      <dc:date>2026-05-19T06:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to show user-friendly validation errors in SAS VI LEI workflows?</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Best-way-to-show-user-friendly-validation-errors-in-SAS-VI-LEI/m-p/988271#M1169</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/479467"&gt;@Maayan_Oscar&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Please open a Tech Support ticket if you need assistance debugging the Script Task. Also, see&amp;nbsp;&lt;A tabindex="0" href="https://go.documentation.sas.com/doc/en/vicdc/v_046/visgatorag/workflow-elements.htm#n0lrhfop8c0nb8n1vndyck0do0er" target="_blank"&gt;Script Task&amp;nbsp;&lt;/A&gt;in our online doc for discussions/suggestions on debugging Java Script. To your point, since this is a Java Script runtime error - that a typical enduser can do nothing about, we should handle with a standard 'server side error contact admin' type of message.&amp;nbsp;&lt;BR /&gt;Thanks,&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Rick&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 12:55:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Best-way-to-show-user-friendly-validation-errors-in-SAS-VI-LEI/m-p/988271#M1169</guid>
      <dc:creator>RickMatthews</dc:creator>
      <dc:date>2026-05-19T12:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to show user-friendly validation errors in SAS VI LEI workflows?</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Best-way-to-show-user-friendly-validation-errors-in-SAS-VI-LEI/m-p/988359#M1171</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/105645"&gt;@RickMatthews&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you for your response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The JavaScript throw approach is currently just the workaround we found, mainly because I could not find another way to display a custom validation message to the user during workflow execution.&lt;/P&gt;
&lt;P&gt;What we are actually trying to achieve is a user-friendly validation message, rather than exposing a technical runtime error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any supported or recommended way in SAS VI LEI to display such messages to the user and stop the workflow execution when validation fails?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2026 05:43:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Best-way-to-show-user-friendly-validation-errors-in-SAS-VI-LEI/m-p/988359#M1171</guid>
      <dc:creator>Maayan_Oscar</dc:creator>
      <dc:date>2026-05-20T05:43:08Z</dc:date>
    </item>
  </channel>
</rss>

