<?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: Auto close of Alerts in Visual Investigator in Fraud, AML and Security Intelligence</title>
    <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Auto-close-of-Alerts-in-Visual-Investigator/m-p/666092#M624</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for your reply. Surely will try this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can I have your email address so that we can discuss it more over it on mail?&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jun 2020 14:23:52 GMT</pubDate>
    <dc:creator>chaudharydeepak</dc:creator>
    <dc:date>2020-06-30T14:23:52Z</dc:date>
    <item>
      <title>Auto close of Alerts in Visual Investigator</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Auto-close-of-Alerts-in-Visual-Investigator/m-p/663418#M611</link>
      <description>&lt;P&gt;Hii,&lt;/P&gt;
&lt;P&gt;I'm working on SAS Visual Investigator in which I want a few suggestions and guidance over alerts.&lt;/P&gt;
&lt;P&gt;I want to know how I can make an alert be auto close in the visual investigator.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For eg. Let's take a scenario about the payment.&lt;/P&gt;
&lt;P&gt;If I get an alert on a particular id lets assume the scenario is like the total outstanding percentage &amp;gt; 90%.&lt;/P&gt;
&lt;P&gt;and I get the alert on that particular scenario.&lt;/P&gt;
&lt;P&gt;If somehow the person pays its amount and when the data gets updated in the Visual investigator than the alerts should be closed automatically. without any interference from the inspector who is the managing alerts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;How I can do it any suggestion or document for process this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 10:06:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Auto-close-of-Alerts-in-Visual-Investigator/m-p/663418#M611</guid>
      <dc:creator>chaudharydeepak</dc:creator>
      <dc:date>2020-06-19T10:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Auto close of Alerts in Visual Investigator</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Auto-close-of-Alerts-in-Visual-Investigator/m-p/665842#M621</link>
      <description>&lt;P&gt;There are no automatic “data watchers” in VI that trigger activity.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you would need to create a batch job that runs periodically looking for the changes you are interested in. When those data changes are found, you could make a rest call to close the alert.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 16:32:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Auto-close-of-Alerts-in-Visual-Investigator/m-p/665842#M621</guid>
      <dc:creator>MBergeron</dc:creator>
      <dc:date>2020-06-29T16:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Auto close of Alerts in Visual Investigator</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Auto-close-of-Alerts-in-Visual-Investigator/m-p/665992#M622</link>
      <description>&lt;P&gt;Hi, Thanks for your reply.&lt;/P&gt;
&lt;P&gt;Do you have any example of sample in which "&lt;SPAN&gt;rest call to close the alert" is been used?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 04:53:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Auto-close-of-Alerts-in-Visual-Investigator/m-p/665992#M622</guid>
      <dc:creator>chaudharydeepak</dc:creator>
      <dc:date>2020-06-30T04:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Auto close of Alerts in Visual Investigator</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Auto-close-of-Alerts-in-Visual-Investigator/m-p/666081#M623</link>
      <description>&lt;P&gt;We have the Alert REST endpoint documented in the VI admin guide.&amp;nbsp; It has examples included.&amp;nbsp; I would go there and find the one you need for your use case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Directly from the guide example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="p12rxn9ugw6ot8n1h0d04sv3i0yv" class="xisDoc-codeBlock"&gt;
&lt;DIV class="xisDoc-codeBlockCode"&gt;
&lt;DIV class="xis-copyToClipboardBtn"&gt;
&lt;PRE class="xisDoc-code"&gt;&lt;CODE&gt;http://myserver/svi-alert/alerts/alertDecisions/{AD_BUILT_IN_CLOSE}&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P class="xisDoc-paragraph"&gt;The call includes the following payload:&lt;/P&gt;
&lt;DIV id="p10ormut5jp1lfn16zyxp60fs6fv" class="xisDoc-codeBlock"&gt;
&lt;DIV class="xisDoc-codeBlockCode"&gt;
&lt;DIV class="hc-code-block ng-isolate-scope"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="xis-copyToClipboardBtn"&gt;
&lt;PRE class="xisDoc-code"&gt;&lt;CODE&gt;{
  "version": 1,
  "dispositionId": "AD_BUILT_IN_CLOSE",
  "promptForQueue": false,
  "promptForActivationTime": false,
  "promptForDocument": false,
  "documentFields": {},
  "promptForScenarioFired": false,
  "promptForRest": false,
  "restFields": {},
  "modifiedOverride": false,
  "promptForNoteFlag": false,
  "promptForReasonFlag": false,
  "alertDispositionName": "Close Immediately",
  "alerts": [
    {
      "creationTimeStamp": "2019-10-11T17:52:58.731Z",
      "modifiedTimeStamp": "2019-10-16T21:14:04.960Z",
      "createdBy": "sas.svi-alert",
      "modifiedBy": "userID",
      "version": 1,
      "domainId": "svidomain",
      "alertId": "35809751744",
      "alertVersion": 1,
      "alertVersionTimeStamp": "2019-10-11T17:52:58.731Z",
      "actionableEntityType": "individual_customers",
      "actionableEntityId": "343648989",
      "actionableEntityLabel": "Jan-Joos Willeboords",
      "initialScore": 9081,
      "currentScore": 9081,
      "highScore": 9081,
      "alertOriginCode": "BATCH",
      "alertTypeCode": "KYC",
      "alertTriggerText": "Customer profile score 9081",
      "statusTimeStamp": "2019-10-11T17:52:58.731Z",
      "queueEntryTimeStamp": "2019-10-11T17:52:58.749Z",
      "checkoutUserId": "userID",
      "checkoutTimeStamp": "2019-10-16T21:14:04.907Z",
      "alertServiceCount": 1,
      "userServiceTimeStamp": "2019-10-16T21:14:04.907Z",
      "systemServiceTimeStamp": "2019-10-11T17:52:58.812Z",
      "alertStatusId": "ACTIVE",
      "initialAlertingEventId": "AL148",
      "currentAlertingEventId": "AL148",
      "highAlertingEventId": "AL148",
      "queueId": "queue_kyc",
      "lastUpdateNumber": 3,
      "logicalDeleteFlag": false,
      "autoCloseTimeStamp": "2020-02-09T00:00:00.000Z"
    }
  ]
}&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 30 Jun 2020 13:51:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Auto-close-of-Alerts-in-Visual-Investigator/m-p/666081#M623</guid>
      <dc:creator>MBergeron</dc:creator>
      <dc:date>2020-06-30T13:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Auto close of Alerts in Visual Investigator</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Auto-close-of-Alerts-in-Visual-Investigator/m-p/666092#M624</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for your reply. Surely will try this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can I have your email address so that we can discuss it more over it on mail?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 14:23:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Auto-close-of-Alerts-in-Visual-Investigator/m-p/666092#M624</guid>
      <dc:creator>chaudharydeepak</dc:creator>
      <dc:date>2020-06-30T14:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Auto close of Alerts in Visual Investigator</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Auto-close-of-Alerts-in-Visual-Investigator/m-p/666100#M625</link>
      <description>&lt;P&gt;That really won't be helpful in this instance.&amp;nbsp; I'd say open a tech support track if you are having problems or possible have our professional services group setup an engagement to assist you.&amp;nbsp; Tech support can be emailed at &lt;A href="mailto:support@sas.com" target="_blank"&gt;support@sas.com&lt;/A&gt;.&amp;nbsp; Good luck!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 14:35:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Auto-close-of-Alerts-in-Visual-Investigator/m-p/666100#M625</guid>
      <dc:creator>MBergeron</dc:creator>
      <dc:date>2020-06-30T14:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Auto close of Alerts in Visual Investigator</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Auto-close-of-Alerts-in-Visual-Investigator/m-p/666106#M626</link>
      <description>&lt;P&gt;Sure, thanks for the help.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 14:54:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Auto-close-of-Alerts-in-Visual-Investigator/m-p/666106#M626</guid>
      <dc:creator>chaudharydeepak</dc:creator>
      <dc:date>2020-06-30T14:54:43Z</dc:date>
    </item>
  </channel>
</rss>

