<?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 APS 1.7 task form extension parameters in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/aps-1-7-task-form-extension-parameters/m-p/31744#M13461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any documentation about the API of the parameters passed to the extension functions described here: &lt;A class="link-titled" href="http://docs.alfresco.com/process-services1.7/topics/start_and_task_form_customization.html" title="http://docs.alfresco.com/process-services1.7/topics/start_and_task_form_customization.html" rel="nofollow noopener noreferrer"&gt;Start and task form customization | Alfresco Documentation&lt;/A&gt;&amp;nbsp; like formRendered(), etc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can stop execution end examine for example the scope object, and see lots of properties and methods but so far the only way I have found is trial and error, which is very time consuming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: Using the scope object, can I get / set the value of a process variable? If so, how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jan 2018 21:19:16 GMT</pubDate>
    <dc:creator>efren</dc:creator>
    <dc:date>2018-01-16T21:19:16Z</dc:date>
    <item>
      <title>APS 1.7 task form extension parameters</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/aps-1-7-task-form-extension-parameters/m-p/31744#M13461</link>
      <description>Hello AllIs there any documentation about the API of the parameters passed to the extension functions described here: Start and task form customization | Alfresco Documentation&amp;nbsp; like formRendered(), etc?I can stop execution end examine for example the scope object, and see lots of properties and met</description>
      <pubDate>Tue, 16 Jan 2018 21:19:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/aps-1-7-task-form-extension-parameters/m-p/31744#M13461</guid>
      <dc:creator>efren</dc:creator>
      <dc:date>2018-01-16T21:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: APS 1.7 task form extension parameters</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/aps-1-7-task-form-extension-parameters/m-p/31745#M13462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right, there is not much documentation on the parameters passed into OOTB UI javascript extension points. As you mentioned, stopping the execution or doing something like console.log(scope) in the only way. Wondering if you looked at the &lt;A _jive_internal="true" href="https://community.alfresco.com/community/application-development-framework" rel="nofollow noopener noreferrer"&gt;Alfresco Application Development Framework (ADF)&lt;/A&gt; which is the recommended approach if you really want to do additional client side logic and customization? Here are some helpful links on ADF:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Get Started - &lt;A _jive_internal="true" href="https://community.alfresco.com/community/application-development-framework/pages/get-started" rel="nofollow noopener noreferrer"&gt;https://community.alfresco.com/community/application-development-framework/pages/get-started&lt;/A&gt;.&amp;nbsp;Worth watching the 10 min video on this page.&lt;/LI&gt;&lt;LI&gt;Developing first app in ADF - &lt;A _jive_internal="true" href="https://community.alfresco.com/community/application-development-framework/blog/2017/11/29/taking-adf-20-out-for-a-spin" rel="nofollow noopener noreferrer"&gt;https://community.alfresco.com/community/application-development-framework/blog/2017/11/29/taking-adf-20-out-for-a-spin&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;ADF Source repositories - &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://github.com/Alfresco/alfresco-js-api" rel="nofollow noopener noreferrer" target="_blank"&gt;https://github.com/Alfresco/alfresco-js-api&lt;/A&gt;&lt;SPAN&gt; &amp;amp; &lt;/SPAN&gt;&lt;A href="https://github.com/Alfresco/alfresco-ng2-components" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-ng2-components&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;ADF Docs - &lt;A href="https://alfresco.github.io/adf-component-catalog/" rel="nofollow noopener noreferrer"&gt;https://alfresco.github.io/adf-component-catalog/&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;ADF Collaboration Channel - &lt;A href="https://gitter.im/Alfresco/alfresco-ng2-components" rel="nofollow noopener noreferrer"&gt;https://gitter.im/Alfresco/alfresco-ng2-components&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;With the next release (1.8) of APS due next week, there will be a production grade ADF based UI made available as part of APS s/w. Most of the runtime features which are now available in OOTB UI, will be available in this app too. As a customer you can get full access to the source of this app to customize and make it your own! The ADF equivalent of those javascript extension points can be found in &lt;A href="https://alfresco.github.io/adf-component-catalog/injectables/FormService.html#readme" rel="nofollow noopener noreferrer"&gt;https://alfresco.github.io/adf-component-catalog/injectables/FormService.html#readme&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ciju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 20:26:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/aps-1-7-task-form-extension-parameters/m-p/31745#M13462</guid>
      <dc:creator>cjose</dc:creator>
      <dc:date>2018-01-24T20:26:39Z</dc:date>
    </item>
  </channel>
</rss>

