<?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: Saving XML Data into a table from ECM in Fraud, AML and Security Intelligence</title>
    <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Saving-XML-Data-into-a-table-from-ECM/m-p/596625#M406</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Kirotheninja&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are not getting the advice you need quickly enough, SAS Technical Support can help!&lt;/P&gt;&lt;P&gt;Here is a link to opening a support track:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/en/technical-support/contact-sas.html" target="_blank"&gt;https://support.sas.com/en/technical-support/contact-sas.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you decide to open a track, it would help to know what version of ECM your question refers to.&lt;/P&gt;&lt;P&gt;It is also possible the product documentation has an example of what you are looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS Technical Support&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Oct 2019 19:01:10 GMT</pubDate>
    <dc:creator>TechSup</dc:creator>
    <dc:date>2019-10-15T19:01:10Z</dc:date>
    <item>
      <title>Saving XML Data into a table from ECM</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Saving-XML-Data-into-a-table-from-ECM/m-p/595643#M400</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I've created a form for ECM UI, where the user has to enter information. The xml code is pasted below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My next interest is to create a button component upon whose clicking the entered information gets stored into a table.&lt;/P&gt;&lt;P&gt;Also attached below is a snapshot of the form created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking forward to your help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&amp;lt;!DOCTYPE ui-definition SYSTEM "uiDefinition.dtd"&amp;gt;&lt;BR /&gt;&amp;lt;ui-definition id="viewer" type="viewer"&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;screen id="main"&amp;gt;&lt;BR /&gt;&amp;lt;app-title&amp;gt;&amp;lt;message key="app.title"/&amp;gt;&amp;lt;/app-title&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;&amp;lt;message key="field.fcf.my.cases"/&amp;gt;&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;column-layout&amp;gt;&lt;BR /&gt;&amp;lt;column&amp;gt;&lt;BR /&gt;&amp;lt;field name="case.FIRST_NAME" type="string"&amp;gt;&lt;BR /&gt;&amp;lt;label separator-visible="true"&amp;gt;&amp;lt;message key="first.name"/&amp;gt;&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;field name="TEMP.LAST_NAME" type="string"&amp;gt;&lt;BR /&gt;&amp;lt;label separator-visible="true"&amp;gt;&amp;lt;message key="last.name"/&amp;gt;&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;field name="TEMP.BRANCH" type="dropdown" values="GetLabelValues('RT_CASE_TYPE')"&amp;gt;&lt;BR /&gt;&amp;lt;label separator-visible="true"&amp;gt;&amp;lt;message key="branch.type"/&amp;gt;&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;field name='TEMP.product4' type='checkbox' logic="OR" values="GetLabelValues('RT_ACCOUNT')" &amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;&amp;lt;message key='Product.Type4'/&amp;gt;&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;/column&amp;gt;&lt;BR /&gt;&amp;lt;column&amp;gt;&lt;BR /&gt;&amp;lt;field name="TEMP.ACC_OPN_DT" type="date"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;&amp;lt;message key="account.open.date"/&amp;gt;&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;field name="TEMP.ACC_CL_DT" type="date"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;&amp;lt;message key="account.close.date"/&amp;gt;&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;field type="component" component-name="LabelComponent"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;&amp;lt;message key="product.info"/&amp;gt;&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;field name='TEMP.EMPLOYEE' type='boolean'&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;&amp;lt;message key='Product.Type1'/&amp;gt;&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;field name='TEMP.RELATED' type='boolean'&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;&amp;lt;message key='Product.Type2'/&amp;gt;&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;/column&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/column-layout&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/screen&amp;gt;&lt;BR /&gt;&amp;lt;/ui-definition&amp;gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/33064iF96B0430C31C3095/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 06:32:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Saving-XML-Data-into-a-table-from-ECM/m-p/595643#M400</guid>
      <dc:creator>Kirotheninja</dc:creator>
      <dc:date>2019-10-11T06:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Saving XML Data into a table from ECM</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Saving-XML-Data-into-a-table-from-ECM/m-p/596625#M406</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Kirotheninja&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are not getting the advice you need quickly enough, SAS Technical Support can help!&lt;/P&gt;&lt;P&gt;Here is a link to opening a support track:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/en/technical-support/contact-sas.html" target="_blank"&gt;https://support.sas.com/en/technical-support/contact-sas.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you decide to open a track, it would help to know what version of ECM your question refers to.&lt;/P&gt;&lt;P&gt;It is also possible the product documentation has an example of what you are looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS Technical Support&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 19:01:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Saving-XML-Data-into-a-table-from-ECM/m-p/596625#M406</guid>
      <dc:creator>TechSup</dc:creator>
      <dc:date>2019-10-15T19:01:10Z</dc:date>
    </item>
  </channel>
</rss>

