<?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 Show the form output dynamically in ADF with APS in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/show-the-form-output-dynamically-in-adf-with-aps/m-p/37636#M15858</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;(Note that i'm using APS 1.9 and ADF 3.5)&lt;/P&gt;&lt;P&gt;We would like to create a "special" form where the outputs can appear dynamically in function of, for example :&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;the user connected&lt;/LI&gt;&lt;LI&gt;value of a checkbox&lt;/LI&gt;&lt;LI&gt;value of a dropdown&lt;/LI&gt;&lt;LI&gt;etc...&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I understand that, every possible outputs needs to be in the original form (in APS).&lt;BR /&gt;But is it possible to make&amp;nbsp;dynamical the "output buttons" with simple lines in ADF (with css or else ?)&lt;BR /&gt;If so, can anyone help us on the way to do it ?&lt;/P&gt;&lt;P&gt;Thank you for helping !&lt;/P&gt;</description>
    <pubDate>Mon, 10 Feb 2020 08:59:47 GMT</pubDate>
    <dc:creator>bfleury-alfea</dc:creator>
    <dc:date>2020-02-10T08:59:47Z</dc:date>
    <item>
      <title>Show the form output dynamically in ADF with APS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/show-the-form-output-dynamically-in-adf-with-aps/m-p/37636#M15858</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;(Note that i'm using APS 1.9 and ADF 3.5)&lt;/P&gt;&lt;P&gt;We would like to create a "special" form where the outputs can appear dynamically in function of, for example :&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;the user connected&lt;/LI&gt;&lt;LI&gt;value of a checkbox&lt;/LI&gt;&lt;LI&gt;value of a dropdown&lt;/LI&gt;&lt;LI&gt;etc...&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I understand that, every possible outputs needs to be in the original form (in APS).&lt;BR /&gt;But is it possible to make&amp;nbsp;dynamical the "output buttons" with simple lines in ADF (with css or else ?)&lt;BR /&gt;If so, can anyone help us on the way to do it ?&lt;/P&gt;&lt;P&gt;Thank you for helping !&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 08:59:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/show-the-form-output-dynamically-in-adf-with-aps/m-p/37636#M15858</guid>
      <dc:creator>bfleury-alfea</dc:creator>
      <dc:date>2020-02-10T08:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Show the form output dynamically in ADF with APS</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/show-the-form-output-dynamically-in-adf-with-aps/m-p/37637#M15859</link>
      <description>&lt;P&gt;You can apply your strategy here&amp;nbsp;&lt;BR /&gt;&lt;A href="https://github.com/Alfresco/alfresco-ng2-components/blob/development/lib/process-services/src/lib/form/form.component.ts#L194" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-ng2-components/blob/development/lib/process-services/src/lib/form/form.component.ts#L194&lt;/A&gt;&lt;BR /&gt;Something like&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;outcomes: [
        {
            id: 'myaction1',
            name: 'My Action 1'
        },
        {
            id: 'myaction2',
            name: 'My Action 2'
        }
    ]&lt;/PRE&gt;&lt;P&gt;And as part of the&amp;nbsp;&lt;BR /&gt;&lt;A href="https://github.com/Alfresco/alfresco-ng2-components/blob/development/lib/core/form/components/form-base.component.ts#L189" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-ng2-components/blob/development/lib/core/form/components/form-base.component.ts#L189&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;if (outcome.id === 'myaction1') {
            // your code
}&lt;/PRE&gt;</description>
      <pubDate>Fri, 06 Mar 2020 14:04:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/show-the-form-output-dynamically-in-adf-with-aps/m-p/37637#M15859</guid>
      <dc:creator>mauriziovitale</dc:creator>
      <dc:date>2020-03-06T14:04:35Z</dc:date>
    </item>
  </channel>
</rss>

