<?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: Ticket numbers and printing Violation forms in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/ticket-numbers-and-printing-violation-forms/m-p/807129#M12365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, James.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be useful if there was a simpler, more automated process for auto-incrementing ticket numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the printing, I do not know what equipment is used. But I do know that workflows such as a parking violation are forms based, they require a sequential ticket number, and the ticket needs to be printed and placed on the vehicle. Adding support for printing on mobile devices would open up a whole new set of potential uses for Survey123.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2018 13:52:48 GMT</pubDate>
    <dc:creator>ShaneClarke</dc:creator>
    <dc:date>2018-04-20T13:52:48Z</dc:date>
    <item>
      <title>Ticket numbers and printing Violation forms</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/ticket-numbers-and-printing-violation-forms/m-p/807127#M12363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a violation form and there are two capabilities that I think are needed but not yet supported by Survey123:&lt;/P&gt;&lt;P&gt;Auto-incrementing ticket numbers&lt;/P&gt;&lt;P&gt;Printing the violation form in the field to be able to hand the violation ticket to the offender.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any plans and/or suggestions to add these capabilities to Survey123? Or have I missed something? (I did a search and did not really find anything specific to these issues.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am aware of this article on ticket numbers:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/groups/survey123/blog/2017/11/25/creating-ticket-numbers-in-survey123-for-arcgis"&gt;https://community.esri.com/groups/survey123/blog/2017/11/25/creating-ticket-numbers-in-survey123-for-arcgis&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I don't think it really solves the problem! In the paper-based system, the inspector/office is given a book of blank forms, with a starting ticket number - and then these ticket numbers are used "offline" with the numbers independent of other books of forms. It would be really useful if Survey123 supported auto-incrementing ticket numbers out-of-the-box. If a form is used in the Survey123 app then this could be considered a potential off-line use and so a starting number would be "issued" with an incrementing suffix which is unique and independent of other ticket numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the printing, I am aware of the Report (beta) capability, but this does not solve the need of being able to print the ticket/violation in the field. Adding this report capability to the form would be really useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think both of these needs are more applicable to private forms and less applicable to public forms. If this is true, then there would be a small number of field users (officers, inspectors) so a small number of "offline ticket number + suffix" issued.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions on meeting these needs? I would guess that these are very common requests.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 14:58:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/ticket-numbers-and-printing-violation-forms/m-p/807127#M12363</guid>
      <dc:creator>ShaneClarke</dc:creator>
      <dc:date>2018-04-10T14:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Ticket numbers and printing Violation forms</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/ticket-numbers-and-printing-violation-forms/m-p/807128#M12364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to replicate the ticket book experience in terms of providing data- that is a pre-allocation of features from a &amp;nbsp;table that already has auto-incrementing values,&amp;nbsp;not an auto-incrementing scenario. &amp;nbsp;The steps involved would be:&lt;/P&gt;&lt;P&gt;1) Create the feature service you wish to store the survey data in. &amp;nbsp;The layer should have a field to allocate by username. &amp;nbsp;If done with an enterprise Geodatabase (recommended), create an auto incrementing trigger to populate the ticket number. &amp;nbsp;Optionally, you can also put a status field in (this will help show only blank tickets).&lt;/P&gt;&lt;P&gt;2) Create a number of blank records. &amp;nbsp;If they have the trigger, they will have the auto-incremented value. &amp;nbsp;(this is the equivalent of printing the ticket book pages)&lt;/P&gt;&lt;P&gt;3) Select a block of records and assign them by populating the username field with who should receive these ticket numbers (that is assigning who gets which ticket&amp;nbsp;book)&lt;/P&gt;&lt;P&gt;4) Create a survey based on this feature service. &amp;nbsp;Enable the Inbox and in the query expression place to filter out the ticket number to only the ones the person is authorized for (if the allocation field is called &lt;EM&gt;allocated&lt;/EM&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;allocated = ${username}&lt;/P&gt;&lt;P&gt;Using the optional state field (assuming no default value; you would want to supply now in the form design to save a value):&lt;/P&gt;&lt;P&gt;allocated = ${username} and status IS NULL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the printing of the tickets, what is the equipment being used to print? &amp;nbsp;We would need more details on that and their technical capabilities before looking into bringing an enhancement around this. &amp;nbsp;We also see the possibility of integrating the print template functionality with web hooks to make document generation available after submission.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 21:12:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/ticket-numbers-and-printing-violation-forms/m-p/807128#M12364</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2018-04-19T21:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Ticket numbers and printing Violation forms</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/ticket-numbers-and-printing-violation-forms/m-p/807129#M12365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, James.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be useful if there was a simpler, more automated process for auto-incrementing ticket numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the printing, I do not know what equipment is used. But I do know that workflows such as a parking violation are forms based, they require a sequential ticket number, and the ticket needs to be printed and placed on the vehicle. Adding support for printing on mobile devices would open up a whole new set of potential uses for Survey123.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 13:52:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/ticket-numbers-and-printing-violation-forms/m-p/807129#M12365</guid>
      <dc:creator>ShaneClarke</dc:creator>
      <dc:date>2018-04-20T13:52:48Z</dc:date>
    </item>
  </channel>
</rss>

