<?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: Adding parameters to WAB print widget in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/adding-parameters-to-wab-print-widget/m-p/441317#M11657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh, rats. &amp;nbsp;i assumed it would just loop through the list, and present each parameter as a choice based on its settings. &amp;nbsp;Bad assumption i guess.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Apr 2017 16:19:26 GMT</pubDate>
    <dc:creator>JeffPace</dc:creator>
    <dc:date>2017-04-21T16:19:26Z</dc:date>
    <item>
      <title>Adding parameters to WAB print widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/adding-parameters-to-wab-print-widget/m-p/441315#M11655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having trouble adding a custom parameter ( not a customtextelement) to the WAB print widget.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/347589_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;To my arcpy script, and published it. &amp;nbsp;However when i load the script as the path in the WAB 2.4 print widget, i get&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/347590_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;And the user cannot set the new parameter value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ?json response of the script does include the parameter, so i can't figure out why it doesnt display. &amp;nbsp;It also does not display in the WAB print widget config dialog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;{&amp;nbsp; "name": "Script",&amp;nbsp; "displayName": "Script",&amp;nbsp; "description": "print test",&amp;nbsp; "category": "",&amp;nbsp; "helpUrl": "http://www.mymanatee.org/arcgis02/rest/directories/arcgisoutput/printing/Script_GPServer/printing_Script/Script.htm",&amp;nbsp; "executionType": "esriExecutionTypeSynchronous",&amp;nbsp; "parameters": [&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "Web_Map_as_JSON",&amp;nbsp;&amp;nbsp;&amp;nbsp; "dataType": "GPString",&amp;nbsp;&amp;nbsp;&amp;nbsp; "displayName": "Web_Map_as_JSON",&amp;nbsp;&amp;nbsp;&amp;nbsp; "description": "print test",&amp;nbsp;&amp;nbsp;&amp;nbsp; "direction": "esriGPParameterDirectionInput",&amp;nbsp;&amp;nbsp;&amp;nbsp; "defaultValue": " ",&amp;nbsp;&amp;nbsp;&amp;nbsp; "parameterType": "esriGPParameterTypeRequired",&amp;nbsp;&amp;nbsp;&amp;nbsp; "category": ""&amp;nbsp;&amp;nbsp; },&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "Format",&amp;nbsp;&amp;nbsp;&amp;nbsp; "dataType": "GPString",&amp;nbsp;&amp;nbsp;&amp;nbsp; "displayName": "Format",&amp;nbsp;&amp;nbsp;&amp;nbsp; "description": "format",&amp;nbsp;&amp;nbsp;&amp;nbsp; "direction": "esriGPParameterDirectionInput",&amp;nbsp;&amp;nbsp;&amp;nbsp; "defaultValue": "",&amp;nbsp;&amp;nbsp;&amp;nbsp; "parameterType": "esriGPParameterTypeOptional",&amp;nbsp;&amp;nbsp;&amp;nbsp; "category": "",&amp;nbsp;&amp;nbsp;&amp;nbsp; "choiceList": []&amp;nbsp;&amp;nbsp; },&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "Layout_Template",&amp;nbsp;&amp;nbsp;&amp;nbsp; "dataType": "GPString",&amp;nbsp;&amp;nbsp;&amp;nbsp; "displayName": "Layout_Template",&amp;nbsp;&amp;nbsp;&amp;nbsp; "description": "layout",&amp;nbsp;&amp;nbsp;&amp;nbsp; "direction": "esriGPParameterDirectionInput",&amp;nbsp;&amp;nbsp;&amp;nbsp; "defaultValue": "staffmap",&amp;nbsp;&amp;nbsp;&amp;nbsp; "parameterType": "esriGPParameterTypeRequired",&amp;nbsp;&amp;nbsp;&amp;nbsp; "category": "",&amp;nbsp;&amp;nbsp;&amp;nbsp; "choiceList": [&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "staffmap"&amp;nbsp;&amp;nbsp;&amp;nbsp; ]&amp;nbsp;&amp;nbsp; },&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "Output_File",&amp;nbsp;&amp;nbsp;&amp;nbsp; "dataType": "GPDataFile",&amp;nbsp;&amp;nbsp;&amp;nbsp; "displayName": "Output_File",&amp;nbsp;&amp;nbsp;&amp;nbsp; "description": "print test",&amp;nbsp;&amp;nbsp;&amp;nbsp; "direction": "esriGPParameterDirectionOutput",&amp;nbsp;&amp;nbsp;&amp;nbsp; "defaultValue": null,&amp;nbsp;&amp;nbsp;&amp;nbsp; "parameterType": "esriGPParameterTypeRequired",&amp;nbsp;&amp;nbsp;&amp;nbsp; "category": ""&amp;nbsp;&amp;nbsp; },&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "Include_Attributes",&amp;nbsp;&amp;nbsp;&amp;nbsp; "dataType": "GPString",&amp;nbsp;&amp;nbsp;&amp;nbsp; "displayName": "Include_Attributes",&amp;nbsp;&amp;nbsp;&amp;nbsp; "description": "include_Attributes",&amp;nbsp;&amp;nbsp;&amp;nbsp; "direction": "esriGPParameterDirectionInput",&amp;nbsp;&amp;nbsp;&amp;nbsp; "defaultValue": "False",&amp;nbsp;&amp;nbsp;&amp;nbsp; "parameterType": "esriGPParameterTypeRequired",&amp;nbsp;&amp;nbsp;&amp;nbsp; "category": "",&amp;nbsp;&amp;nbsp;&amp;nbsp; "choiceList": [&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "True",&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "False"&amp;nbsp;&amp;nbsp;&amp;nbsp; ]&amp;nbsp;&amp;nbsp; }&amp;nbsp; ] }

&lt;/PRE&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/347600_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Help would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 19:45:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/adding-parameters-to-wab-print-widget/m-p/441315#M11655</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2021-12-11T19:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding parameters to WAB print widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/adding-parameters-to-wab-print-widget/m-p/441316#M11656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Just because you add a new parameter to the print service does not mean that the print widget know anything about that parameter or has any code to use that parameter. You would have to add code and html elements to the print widget to interact and use that new parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 15:56:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/adding-parameters-to-wab-print-widget/m-p/441316#M11656</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-04-21T15:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Adding parameters to WAB print widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/adding-parameters-to-wab-print-widget/m-p/441317#M11657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh, rats. &amp;nbsp;i assumed it would just loop through the list, and present each parameter as a choice based on its settings. &amp;nbsp;Bad assumption i guess.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 16:19:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/adding-parameters-to-wab-print-widget/m-p/441317#M11657</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2017-04-21T16:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Adding parameters to WAB print widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/adding-parameters-to-wab-print-widget/m-p/441318#M11658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Yep, not that lucky.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 16:23:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/adding-parameters-to-wab-print-widget/m-p/441318#M11658</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-04-21T16:23:33Z</dc:date>
    </item>
  </channel>
</rss>

