<?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: ld Re: Custom Angular component and ADF in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/custom-angular-component-and-adf/m-p/40564#M17015</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/36939"&gt;@sanjaybandhniya&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Can I suggest you start a new thread for point #2? That's because some people see it's solved &amp;amp; therefore move on without looking.&lt;/P&gt;
&lt;P&gt;Cheers,&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jul 2020 15:54:11 GMT</pubDate>
    <dc:creator>EddieMay</dc:creator>
    <dc:date>2020-07-03T15:54:11Z</dc:date>
    <item>
      <title>Custom Angular component and ADF</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-angular-component-and-adf/m-p/40560#M17011</link>
      <description>&lt;P&gt;By Default ADF providing component related to APS but some scenaria it is not full filling custom requirement so I am trying to create custom component in angular and want to inegrate that with APS.&lt;/P&gt;&lt;P&gt;I have created Workflow in APS.&lt;/P&gt;&lt;P&gt;1)I have created custom angular coponent with form filed and I am able to start workflow from that.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;this&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;processService&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;startProcess() I have used this api to start workflow.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;2)Workflow is assigned to user and I have created custom angular form with required field.Now I want to submit that form (usertask) so which api I need to use in ADF?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I have checked api-explorer and found that below api is used to submit usertask.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;POST /enterprise/task-forms/{taskId}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;From ADF how can I call this api?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Jun 2020 06:43:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-angular-component-and-adf/m-p/40560#M17011</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2020-06-19T06:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Angular component and ADF</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-angular-component-and-adf/m-p/40561#M17012</link>
      <description>&lt;P&gt;The entire ADF is open source, you can check how the Start Form component is implemented if you really want to rewrite it from scratch.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What scenarios are not fullfilled by the ADF implementation? Maybe it is worth raising a feature request for the missing stuff?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 06:51:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-angular-component-and-adf/m-p/40561#M17012</guid>
      <dc:creator>dvuika</dc:creator>
      <dc:date>2020-06-19T06:51:37Z</dc:date>
    </item>
    <item>
      <title>ld Re: Custom Angular component and ADF</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-angular-component-and-adf/m-p/40562#M17013</link>
      <description>&lt;P&gt;First part is user interface.&lt;/P&gt;&lt;P&gt;Second part is we have 40 to 45 field in form where some of the field having complex validation , some field having rest call so We thought to use custom angular component with form so we can provide validation.&lt;/P&gt;&lt;P&gt;In form some fields are depend on each other.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 11:20:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-angular-component-and-adf/m-p/40562#M17013</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2020-06-19T11:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: ld Re: Custom Angular component and ADF</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-angular-component-and-adf/m-p/40563#M17014</link>
      <description>&lt;P&gt;For the validation, you can have custom validation for any form field (see docs:&amp;nbsp;&lt;A href="https://github.com/Alfresco/alfresco-ng2-components/blob/develop/docs/core/interfaces/form-field-validator.interface.md#L33" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-ng2-components/blob/develop/docs/core/interfaces/form-field-validator.interface.md#L33&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;For the rewriting of the start form, as I've suggested, please refer to the source code.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 11:26:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-angular-component-and-adf/m-p/40563#M17014</guid>
      <dc:creator>dvuika</dc:creator>
      <dc:date>2020-06-19T11:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: ld Re: Custom Angular component and ADF</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-angular-component-and-adf/m-p/40564#M17015</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/36939"&gt;@sanjaybandhniya&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Can I suggest you start a new thread for point #2? That's because some people see it's solved &amp;amp; therefore move on without looking.&lt;/P&gt;
&lt;P&gt;Cheers,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 15:54:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-angular-component-and-adf/m-p/40564#M17015</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-07-03T15:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: ld Re: Custom Angular component and ADF</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-angular-component-and-adf/m-p/40565#M17016</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/16254"&gt;@dvuika&lt;/A&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;For the validation, you can have custom validation for any form field (see docs:&amp;nbsp;&lt;A href="https://github.com/Alfresco/alfresco-ng2-components/blob/develop/docs/core/interfaces/form-field-validator.interface.md#L33" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-ng2-components/blob/develop/docs/core/interfaces/form-field-validator.interface.md#L33&lt;/A&gt; and&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://essaywriters.site/best-dissertation-writer" target="_blank" rel="noopener nofollow noreferrer"&gt;https://essaywriters.site/best-dissertation-writer&lt;/A&gt;&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;For the rewriting of the start form, as I've suggested, please refer to the source code.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thanks! This was helpful!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 14:00:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-angular-component-and-adf/m-p/40565#M17016</guid>
      <dc:creator>MarkVal</dc:creator>
      <dc:date>2020-07-27T14:00:55Z</dc:date>
    </item>
  </channel>
</rss>

