<?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: How to know whether any of the field value is changed in a scree definition file in SAS Risk Management</title>
    <link>https://communities.sas.com/t5/SAS-Risk-Management/How-to-know-whether-any-of-the-field-value-is-changed-in-a-scree/m-p/253671#M38</link>
    <description>Hi Bwil,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply. This option I know. I have too many fields in the screen, linking other objects and dimensions. So if we go with on change element, it would be more complicated. So, is there any other option? .&lt;BR /&gt;Thanks for your your valuable time.</description>
    <pubDate>Wed, 02 Mar 2016 02:24:28 GMT</pubDate>
    <dc:creator>LOVE_SAA</dc:creator>
    <dc:date>2016-03-02T02:24:28Z</dc:date>
    <item>
      <title>How to know whether any of the field value is changed in a scree definition file</title>
      <link>https://communities.sas.com/t5/SAS-Risk-Management/How-to-know-whether-any-of-the-field-value-is-changed-in-a-scree/m-p/252898#M36</link>
      <description>Hi,&lt;BR /&gt;Is there any system field which tells when any of&lt;BR /&gt;the field value is changed before saving the object. Or&lt;BR /&gt;Is there any way to capture this changes?</description>
      <pubDate>Sat, 27 Feb 2016 05:39:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Risk-Management/How-to-know-whether-any-of-the-field-value-is-changed-in-a-scree/m-p/252898#M36</guid>
      <dc:creator>LOVE_SAA</dc:creator>
      <dc:date>2016-02-27T05:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to know whether any of the field value is changed in a scree definition file</title>
      <link>https://communities.sas.com/t5/SAS-Risk-Management/How-to-know-whether-any-of-the-field-value-is-changed-in-a-scree/m-p/253549#M37</link>
      <description>&lt;P&gt;Yes, you can use the &amp;lt;on-change&amp;gt; XML element within&amp;nbsp;the field to determine if the value is changed before the object is changed. If it is changed, you can perform an action. Here is an example from the Administration and Customization Guide.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&amp;lt;field name="x_option1" type="dropdown" values="getNamedListLabelValues('MyNamedList')"&amp;gt;
  &amp;lt;label&amp;gt;Married&amp;lt;/label&amp;gt;
  &amp;lt;on-change&amp;gt;
    &amp;lt;set-visible name="x_str1" test="x_option1 = 'Y'"/&amp;gt;
  &amp;lt;/on-change&amp;gt;
&amp;lt;/field&amp;gt;
  &amp;lt;field name="x_str1" type="string"&amp;gt;
  &amp;lt;label&amp;gt;Name of Spouse&amp;lt;/label&amp;gt;
&amp;lt;/field&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In this example,&amp;nbsp;if a person were to select the&amp;nbsp;option 'Y' from a drop-down on the 'Married' field, &amp;lt;on-change&amp;gt; recognizes the update to the field, tests to see if the selection is Y, and makes&amp;nbsp;the 'Name of Spouse' field visible in the user interface if the selected field meets that criteria.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Does this answer your question?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 18:41:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Risk-Management/How-to-know-whether-any-of-the-field-value-is-changed-in-a-scree/m-p/253549#M37</guid>
      <dc:creator>BrendanW</dc:creator>
      <dc:date>2016-03-01T18:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to know whether any of the field value is changed in a scree definition file</title>
      <link>https://communities.sas.com/t5/SAS-Risk-Management/How-to-know-whether-any-of-the-field-value-is-changed-in-a-scree/m-p/253671#M38</link>
      <description>Hi Bwil,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply. This option I know. I have too many fields in the screen, linking other objects and dimensions. So if we go with on change element, it would be more complicated. So, is there any other option? .&lt;BR /&gt;Thanks for your your valuable time.</description>
      <pubDate>Wed, 02 Mar 2016 02:24:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Risk-Management/How-to-know-whether-any-of-the-field-value-is-changed-in-a-scree/m-p/253671#M38</guid>
      <dc:creator>LOVE_SAA</dc:creator>
      <dc:date>2016-03-02T02:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to know whether any of the field value is changed in a scree definition file</title>
      <link>https://communities.sas.com/t5/SAS-Risk-Management/How-to-know-whether-any-of-the-field-value-is-changed-in-a-scree/m-p/255900#M42</link>
      <description>&lt;P&gt;Unfortunately on-change is the only way I know to dynamically change fields on the screen.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 19:12:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Risk-Management/How-to-know-whether-any-of-the-field-value-is-changed-in-a-scree/m-p/255900#M42</guid>
      <dc:creator>BrendanW</dc:creator>
      <dc:date>2016-03-10T19:12:24Z</dc:date>
    </item>
  </channel>
</rss>

