<?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 Adding a variable in SAS Visual Investigator from a related entity into the workflow of an entity in Fraud, AML and Security Intelligence</title>
    <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Adding-a-variable-in-SAS-Visual-Investigator-from-a-related/m-p/641963#M547</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have an external Entity "Claims" attached to my internal entity "Investigation Case" that changes state using a workflow when end users start investigating.&amp;nbsp;&lt;BR /&gt;Well I'm required to notify other external tools at some level in the workflow using fields from "Investigation Case" the problem is that some REST calls ask to specify the ID of the "Claims" Entity which is crutial to the sharing of information in the other envorinement.&amp;nbsp;&lt;BR /&gt;How can I integrate a field from "Claims" into the workflow of "Investigation Case" knowing that i already have a relationship between these two entities?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 22 Apr 2020 14:25:58 GMT</pubDate>
    <dc:creator>iakrim</dc:creator>
    <dc:date>2020-04-22T14:25:58Z</dc:date>
    <item>
      <title>Adding a variable in SAS Visual Investigator from a related entity into the workflow of an entity</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Adding-a-variable-in-SAS-Visual-Investigator-from-a-related/m-p/641963#M547</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have an external Entity "Claims" attached to my internal entity "Investigation Case" that changes state using a workflow when end users start investigating.&amp;nbsp;&lt;BR /&gt;Well I'm required to notify other external tools at some level in the workflow using fields from "Investigation Case" the problem is that some REST calls ask to specify the ID of the "Claims" Entity which is crutial to the sharing of information in the other envorinement.&amp;nbsp;&lt;BR /&gt;How can I integrate a field from "Claims" into the workflow of "Investigation Case" knowing that i already have a relationship between these two entities?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 14:25:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Adding-a-variable-in-SAS-Visual-Investigator-from-a-related/m-p/641963#M547</guid>
      <dc:creator>iakrim</dc:creator>
      <dc:date>2020-04-22T14:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a variable in SAS Visual Investigator from a related entity into the workflow of an entit</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Adding-a-variable-in-SAS-Visual-Investigator-from-a-related/m-p/644609#M554</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;There are a couple options where you can use workflows along with REST service/Script Tasks to retrieve the data you need.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT size="2"&gt;From the 'Investigation Case' workflow, you can issue REST calls to the entity 'Claims' object in order to retrieve the data required into workflow variables that can be used later in the process.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;Another option is to drive the updates from a workflow running against the entity 'Claims'. This workflow can update the 'Investigation Case' entity itself with the extended field data using REST calls. The new fields would be added to the 'Investigation Case' entity and can then be directly used in its workflow.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;Fraud &amp;amp; Compliance R&amp;amp;D have requested similar&amp;nbsp;support for the workflow to read from/write to other entity objects as part of the workflow process; however this would have to be prioritized by Product Mgmt.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 22:32:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Adding-a-variable-in-SAS-Visual-Investigator-from-a-related/m-p/644609#M554</guid>
      <dc:creator>angela_c</dc:creator>
      <dc:date>2020-05-01T22:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a variable in SAS Visual Investigator from a related entity into the workflow of an entit</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Adding-a-variable-in-SAS-Visual-Investigator-from-a-related/m-p/644964#M556</link>
      <description>&lt;P&gt;Hi angela,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply. For the rest API you mentionned is there a native rest api for related objects ? or should it be develloped to work alongside with VI.&amp;nbsp;&lt;BR /&gt;This feature is crutial to the REST API nodes in the workflow since all the clients that have VI are required to make API calls regarding external entities and not VI internal ones.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 12:23:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Adding-a-variable-in-SAS-Visual-Investigator-from-a-related/m-p/644964#M556</guid>
      <dc:creator>iakrim</dc:creator>
      <dc:date>2020-05-04T12:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a variable in SAS Visual Investigator from a related entity into the workflow of an entit</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Adding-a-variable-in-SAS-Visual-Investigator-from-a-related/m-p/645116#M557</link>
      <description>&lt;P&gt;There are a set of APIs available. It would be best to contact technical support to help walk through these API scenarios you need for the workflow REST Service nodes.&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 21:57:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Adding-a-variable-in-SAS-Visual-Investigator-from-a-related/m-p/645116#M557</guid>
      <dc:creator>angela_c</dc:creator>
      <dc:date>2020-05-04T21:57:45Z</dc:date>
    </item>
  </channel>
</rss>

