<?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 hide user input fields in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-hide-user-input-fields/m-p/144202#M26254</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also put the inputs you want to hide in a different group.&lt;/P&gt;
&lt;P&gt;Then you dont expand that group and they wont see them.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Oct 2018 09:17:36 GMT</pubDate>
    <dc:creator>borisaelen</dc:creator>
    <dc:date>2018-10-25T09:17:36Z</dc:date>
    <item>
      <title>how to hide user input fields</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-hide-user-input-fields/m-p/100448#M17748</link>
      <description>&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am trying to create some workflows for some help desk tasks.&lt;/DIV&gt;&lt;DIV&gt;In the workflows I select the user input values using a query.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Is it somehow possible to hide the user input from the UI and still use the values?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I know of the "Dependency" feature but it is not quite the right behavior.&lt;/DIV&gt;&lt;DIV&gt;Is there a other, and possible better way to achieve this.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks and best regards.&lt;/DIV&gt;&lt;DIV&gt;berhei&lt;/DIV&gt;</description>
      <pubDate>Wed, 11 Feb 2015 08:08:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-hide-user-input-fields/m-p/100448#M17748</guid>
      <dc:creator>berhei</dc:creator>
      <dc:date>2015-02-11T08:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide user input fields</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-hide-user-input-fields/m-p/100450#M17750</link>
      <description>&lt;P&gt;@&lt;/P&gt;&lt;DIV&gt;In the workflows I select the user input values using a query.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Is it somehow possible to hide the user input from the UI and still use the values?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;----&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;You can't hide the Input values for a User Input type: Query, You need type: Password. But then &amp;nbsp;(1) you can't use make use of the Drop-down list to make this input selection as you were doing for a query. You would need to manually enter&amp;nbsp;the value.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;(2) You &amp;nbsp;would also need to modify the command code to get the entered Input value in plain-text before further processing.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;sinhaa&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 11 Feb 2015 09:08:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-hide-user-input-fields/m-p/100450#M17750</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2015-02-11T09:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide user input fields</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-hide-user-input-fields/m-p/100451#M17751</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;That is not exactly what I meant. I don't want any user input fields for the given fields. The value of the fields&amp;nbsp;should&amp;nbsp;be selected using the query. The user should not see anything of this values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or is there any other way to set a value with a query and use it like a user input?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;berhei&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 09:13:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-hide-user-input-fields/m-p/100451#M17751</guid>
      <dc:creator>berhei</dc:creator>
      <dc:date>2015-02-11T09:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide user input fields</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-hide-user-input-fields/m-p/100453#M17753</link>
      <description>&lt;P&gt;@&amp;nbsp;Or is there any other way to set a value with a query and use it like a user input?&lt;/P&gt;&lt;P&gt;-----&lt;/P&gt;&lt;P&gt;You can make use of the Posh cmdlet Invoke-MySqlQuery or Perl method invokeMysqlQuery in your command code to run a query and get the result in your command itself. Now use it. No need to declare it as a parameter. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2015 09:29:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-hide-user-input-fields/m-p/100453#M17753</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2015-02-11T09:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide user input fields</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-hide-user-input-fields/m-p/144202#M26254</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also put the inputs you want to hide in a different group.&lt;/P&gt;
&lt;P&gt;Then you dont expand that group and they wont see them.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Oct 2018 09:17:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/how-to-hide-user-input-fields/m-p/144202#M26254</guid>
      <dc:creator>borisaelen</dc:creator>
      <dc:date>2018-10-25T09:17:36Z</dc:date>
    </item>
  </channel>
</rss>

