<?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 retrieve historical form property names, via REST ? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-retrieve-historical-form-property-names-via-rest/m-p/32823#M13892</link>
    <description>&lt;P&gt;Hi, do you find solution for your problem? Becouse I have same now and marked solution does not solve the problem actually&lt;/P&gt;</description>
    <pubDate>Wed, 18 Dec 2019 09:02:03 GMT</pubDate>
    <dc:creator>MatejDurajka</dc:creator>
    <dc:date>2019-12-18T09:02:03Z</dc:date>
    <item>
      <title>How to retrieve historical form property names, via REST ?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-retrieve-historical-form-property-names-via-rest/m-p/32819#M13888</link>
      <description>Hello,My use case is simple and I am really close to be able to implement it.startEvent -&amp;gt; task1 -&amp;gt; task2 -&amp;gt; endEventI want my app users to fill forms at every task and be able, afterwards, to let them consult what form they have filled in the past.I can easily display the form at the start</description>
      <pubDate>Mon, 20 Mar 2017 16:14:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-retrieve-historical-form-property-names-via-rest/m-p/32819#M13888</guid>
      <dc:creator>ppcchh</dc:creator>
      <dc:date>2017-03-20T16:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve historical form property names, via REST ?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-retrieve-historical-form-property-names-via-rest/m-p/32820#M13889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you add the "selectOnlyFormProperties=true" attribute to the query string of&amp;nbsp;&lt;/P&gt;&lt;PRE style="color: black; background: #eeeeee; border: 1px dashed #666666; padding: 1.25em 1.5625em 1.125em;"&gt;POST query/historic-detail&lt;/PRE&gt;&lt;P&gt;You will only return variables that were submitted as part of a form.&lt;/P&gt;&lt;P&gt;I believe this is what you are after,&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 17:12:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-retrieve-historical-form-property-names-via-rest/m-p/32820#M13889</guid>
      <dc:creator>gdharley</dc:creator>
      <dc:date>2017-03-20T17:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve historical form property names, via REST ?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-retrieve-historical-form-property-names-via-rest/m-p/32821#M13890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the prompt answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the attribute selectOnlyFormProperties at true. But it does not return propertyNames &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With&amp;nbsp;&lt;/P&gt;&lt;PRE style="color: black; background: #eeeeee; border: 1px dashed #666666; padding: 1.25em 1.5625em 1.125em;"&gt;POST query/historic-detail&lt;/PRE&gt;&lt;P&gt;the problem remains the same, I don't have the propertyNames which are&amp;nbsp;my input control labels, then how to render the form without labelling my inputs ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From: Activiti/modules/activiti-rest/src/main/java/org/activiti/rest/service/api/history/HistoricDetailResponse.java&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;PRE&gt;public class HistoricDetailResponse {&lt;BR /&gt;...&amp;nbsp; &lt;BR /&gt;&amp;nbsp; // Form properties&lt;BR /&gt;&amp;nbsp; protected String propertyId;&lt;BR /&gt;&amp;nbsp; protected String propertyValue;&lt;BR /&gt;...&lt;BR /&gt;}&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am afraid the property name is never returned &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; but it seems to me that display submitted form is a recurrent use case to implement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 17:37:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-retrieve-historical-form-property-names-via-rest/m-p/32821#M13890</guid>
      <dc:creator>ppcchh</dc:creator>
      <dc:date>2017-03-20T17:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve historical form property names, via REST ?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-retrieve-historical-form-property-names-via-rest/m-p/32822#M13891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, it wont return "properties", rather it returns the variables that were bound to the form properties.&lt;/P&gt;&lt;P&gt;This is the closest you will get.&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2017 18:19:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-retrieve-historical-form-property-names-via-rest/m-p/32822#M13891</guid>
      <dc:creator>gdharley</dc:creator>
      <dc:date>2017-03-20T18:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to retrieve historical form property names, via REST ?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-retrieve-historical-form-property-names-via-rest/m-p/32823#M13892</link>
      <description>&lt;P&gt;Hi, do you find solution for your problem? Becouse I have same now and marked solution does not solve the problem actually&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 09:02:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-retrieve-historical-form-property-names-via-rest/m-p/32823#M13892</guid>
      <dc:creator>MatejDurajka</dc:creator>
      <dc:date>2019-12-18T09:02:03Z</dc:date>
    </item>
  </channel>
</rss>

