<?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: Configuring Custom Print Template in ArcGIS Pro for use through JSAPI? in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-custom-print-template-in-arcgis-pro/m-p/196427#M7746</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Re: 5 and 9, I thought the&amp;nbsp;options were save in folder and share folder with server, or save in Portal (copy all data over).&amp;nbsp;I was trying to do the latter,&amp;nbsp;so there would be no folder name for fields 5 and 9. Or did I completely misunderstood the workflow here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for layout template,&amp;nbsp;great! I'll try that. I just went with the sample I found on some troubleshooting page. Let's see if this helps. Stay tuned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Aug 2019 22:24:54 GMT</pubDate>
    <dc:creator>Arne_Gelfert</dc:creator>
    <dc:date>2019-08-13T22:24:54Z</dc:date>
    <item>
      <title>Configuring Custom Print Template in ArcGIS Pro for use through JSAPI?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-custom-print-template-in-arcgis-pro/m-p/196425#M7744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a need for a custom map layout when printing from JSAPI web map. But I haven't been successful in publishing a custom template in ArcGIS Pro that works when called using the Javascript API (JSAPI).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the Print widget with the regular PrintingTools, as shown in &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=widgets-print" rel="nofollow noopener noreferrer" target="_blank"&gt;this ESRI sample&lt;/A&gt;, works fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; print &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;Print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
      view&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; view&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
      &lt;SPAN class="comment token"&gt;// specify your own print service&lt;/SPAN&gt;
      printServiceUrl&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"https://myserver.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
      container&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; document&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;createElement&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"div"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji j-img-floatstart jive-image image-3 j-img-original" src="https://community.esri.com/legacyfs/online/456975_printwindow.png" style="float: left;" /&gt;The widget open the window on the left and gives me all the default layout printing options. I would like to create a custom layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next, I've followed the&amp;nbsp;instructions&amp;nbsp;&lt;A href="https://enterprise.arcgis.com/en/server/10.6/create-web-apps/windows/printing-in-web-applications.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;here&lt;/A&gt; and &lt;A href="https://enterprise.arcgis.com/en/server/10.6/create-web-apps/windows/tutorial-publish-additional-layouts-for-printing-with-arcgis-pro.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;here&lt;/A&gt;, to create a *.pagx layout file in ArcGIS Pro&amp;nbsp; (would be MXD in ArcMap) and share (publish) through Portal.&amp;nbsp;The&amp;nbsp;instructions read:&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;...&lt;EM&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;To create and share the web tool with&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4c4c4c; background-color: #ffffff;"&gt;ArcGIS Enterprise&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;, the folder containing your layout templates must be accessible to&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4c4c4c; background-color: #ffffff;"&gt;ArcGIS Server&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;. If the folder is accessible to the server, you can register it with the server; &lt;SPAN style="color: #ff0000;"&gt;otherwise, copy the folder's contents to the server from&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #ff0000; background-color: #ffffff;"&gt;ArcGIS Pro&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;when you share the web tool&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;So in steps 5 and 9, ...&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;5. For the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4c4c4c; background-color: #ffffff; font-weight: bold;"&gt;Layout Templates Folder&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;&amp;nbsp;parameter, click the browse button and browse to the folder where your layouts are stored.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="background-color: #ffffff; color: #4c4c4c; "&gt;...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="background-color: #ffffff; color: #4c4c4c; "&gt;9.&amp;nbsp;Choose the same&amp;nbsp;&lt;SPAN class="" style="font-weight: bold;"&gt;Layout Templates Folder&lt;/SPAN&gt;&amp;nbsp;that you specified when running the&amp;nbsp;Export Web Maptool in step 5&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...I've left the field blank, and then checked "&lt;SPAN style="color: #4c4c4c; background-color: #ffffff; font-weight: bold;"&gt;Copy all data"&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;(Step 12) to copy the template to the server during Sharing. There are no errors during the sharing process. I get this and then ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/456943_mycontent.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #4c4c4c; "&gt;...see the item in Portal. When I reference the REST URL for the new print service in JSAPI...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; print &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;Print&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
      view&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; view&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
      &lt;SPAN class="comment token"&gt;// specify your own print service&lt;/SPAN&gt;
      printServiceUrl&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"https://myserver.com/arcgis/rest/services/Custom_GP_Services/New_Custom_print_test/GPServer/Export%20Web%20Map"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; 
      container&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; document&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;createElement&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"div"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;I get this jocular bit of messaging:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;IMG alt="" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/456974_mustvebeenanerror.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;Anyone seen this before? There are no JS errors in the console. So I have little to go on.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;Troubleshooting&amp;nbsp;at the print service REST page, as shown &lt;A href="https://support.esri.com/en/technical-article/000012690" rel="nofollow noopener noreferrer" target="_blank"&gt;here&lt;/A&gt;, creates PDF output&amp;nbsp;but it's&amp;nbsp;not&amp;nbsp;based on my custom template.&lt;IMG alt="" class="jive-emoji jive-image image-4 j-img-original" src="https://community.esri.com/legacyfs/online/456976_executetask.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;Output:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;&lt;IMG alt="" class="jive-emoji jive-image image-5 j-img-original" src="https://community.esri.com/legacyfs/online/456977_charlotte.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:48:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-custom-print-template-in-arcgis-pro/m-p/196425#M7744</guid>
      <dc:creator>Arne_Gelfert</dc:creator>
      <dc:date>2021-12-11T09:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Custom Print Template in ArcGIS Pro for use through JSAPI?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-custom-print-template-in-arcgis-pro/m-p/196426#M7745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;So in steps 5 and 9, ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;...I've left the field blank, and then checked&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;when you leave them blank, it uses default layout templates. For your print service to use your own layout templates, you must have the folder, containing .pagx files, chosen in both step#5 and #9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #ffffff;"&gt;Troubleshooting&amp;nbsp;at the print service REST page, as shown &lt;A class="" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fsupport.esri.com%2Fen%2Ftechnical-article%2F000012690" rel="nofollow" target="_blank"&gt;here&lt;/A&gt;, creates PDF output&amp;nbsp;but it's&amp;nbsp;not&amp;nbsp;based on my custom template.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;you need to provide a layout template name in the "Layout Template" text box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2019 22:15:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-custom-print-template-in-arcgis-pro/m-p/196426#M7745</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2019-08-13T22:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Custom Print Template in ArcGIS Pro for use through JSAPI?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-custom-print-template-in-arcgis-pro/m-p/196427#M7746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Re: 5 and 9, I thought the&amp;nbsp;options were save in folder and share folder with server, or save in Portal (copy all data over).&amp;nbsp;I was trying to do the latter,&amp;nbsp;so there would be no folder name for fields 5 and 9. Or did I completely misunderstood the workflow here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for layout template,&amp;nbsp;great! I'll try that. I just went with the sample I found on some troubleshooting page. Let's see if this helps. Stay tuned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2019 22:24:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-custom-print-template-in-arcgis-pro/m-p/196427#M7746</guid>
      <dc:creator>Arne_Gelfert</dc:creator>
      <dc:date>2019-08-13T22:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Custom Print Template in ArcGIS Pro for use through JSAPI?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-custom-print-template-in-arcgis-pro/m-p/196428#M7747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;step 5 &amp;amp; 9 are where you need to specify where your .pagx are stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you don't want them copied (e.g. you want to republish after every time you modify any of those templates. &lt;EM&gt;note: when you add a new template you must republish&lt;/EM&gt;), then that folder must be registered to the server&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2019 22:48:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-custom-print-template-in-arcgis-pro/m-p/196428#M7747</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2019-08-13T22:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Custom Print Template in ArcGIS Pro for use through JSAPI?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-custom-print-template-in-arcgis-pro/m-p/196429#M7748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, I really thought the&amp;nbsp;registering a folder with Server wasn't necessary of the template was to be stored in Portal. That was my interpretation of the documentation referenced above.&amp;nbsp;I've gone ahead and created/registered a server folder, and then identified that folder as the layout template folder during publishing. But all to no avail. I'm only seeing the default template&amp;nbsp;when the Print widget&amp;nbsp;opens. Is it something I need to configure differently when I&amp;nbsp;instantiate the widget in my JS code? Will take another look at the API documentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2019 15:31:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-custom-print-template-in-arcgis-pro/m-p/196429#M7748</guid>
      <dc:creator>Arne_Gelfert</dc:creator>
      <dc:date>2019-08-14T15:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Custom Print Template in ArcGIS Pro for use through JSAPI?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-custom-print-template-in-arcgis-pro/m-p/196430#M7749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;I really thought the&amp;nbsp;registering a folder with Server wasn't necessary of the template was to be stored in Portal.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes, your understanding is correct.&lt;/P&gt;&lt;P&gt;If a folder is not registered with the server, data from that folder gets copied to the server during publishing.&lt;/P&gt;&lt;P&gt;Downside to this approach is that every time you make any changes, you need to republish your service.&lt;/P&gt;&lt;P&gt;If you don't want to republish your service, when data gets updated, make sure you registered the folder.&lt;/P&gt;&lt;P&gt;note: as you already know that this concept is not unique to print service or geoprocessing service, it is true for map, feature and all other services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;having said that step# 5 &amp;amp; 9 are not about registering folder with the server, it is about telling both 'Export Web Map' and 'Get Layout Templates Info' tools where to look for those layout templates you created. If you don't provide that folder, it will look for them in the default location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;I'm only seeing the default template&amp;nbsp;when the Print widget&amp;nbsp;opens&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;OL&gt;&lt;LI&gt;if you go to Export Web Map task inside your print service REST resources end point, does it list your layout templates in there?&lt;/LI&gt;&lt;LI&gt;How about executing Get Layout Template Info task, does the returned result show correct list?&lt;/LI&gt;&lt;LI&gt;Are you using portal Map Viewer or WAB print widget?&lt;OL&gt;&lt;LI&gt;if it portal map viewer, did you update URL for the Printing in Organization &amp;gt;&amp;gt; Settings &amp;gt;&amp;gt; Utility Services?&lt;/LI&gt;&lt;LI&gt;for WAB print widget, did you update its source URL&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2019 16:10:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-custom-print-template-in-arcgis-pro/m-p/196430#M7749</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2019-08-14T16:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Custom Print Template in ArcGIS Pro for use through JSAPI?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-custom-print-template-in-arcgis-pro/m-p/196431#M7750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tanu, thanks again! I think we're getting somewhere.. clearly the custom template is not being added.&lt;/P&gt;&lt;P&gt;1) No. Custom template is not an item in the choice list.&lt;/P&gt;&lt;P&gt;2) No. Results set does not include custom template.&lt;/P&gt;&lt;P&gt;3) I'm running simple JSAPI app outside or WAB or Portal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Must still be doing something wrong during publishing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2019 16:21:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-custom-print-template-in-arcgis-pro/m-p/196431#M7750</guid>
      <dc:creator>Arne_Gelfert</dc:creator>
      <dc:date>2019-08-14T16:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Custom Print Template in ArcGIS Pro for use through JSAPI?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-custom-print-template-in-arcgis-pro/m-p/196432#M7751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, finally got it working. As Tanu suggested, you can't do this without specifying a Layout Templates folder. The more I think about that makes sense. You want the widget calling the print service to have a place to search for which templates are available. Having left&amp;nbsp;the field blank, I was defaulting to the built-in ESRI templates.&lt;/P&gt;&lt;P&gt;What I was missing after setting up the folder was to uncheck the "Copy All Data". After unchecking and resharing, it all worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All in all, the process is not as convoluted as the documentation suggests. After doing it a few times, it almost starts making sense.&amp;nbsp;The documentation&amp;nbsp;could be better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2019 20:50:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-custom-print-template-in-arcgis-pro/m-p/196432#M7751</guid>
      <dc:creator>Arne_Gelfert</dc:creator>
      <dc:date>2019-08-14T20:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Custom Print Template in ArcGIS Pro for use through JSAPI?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-custom-print-template-in-arcgis-pro/m-p/196433#M7752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/339735"&gt;Arne Gelfert&lt;/A&gt;‌ good to know that it works now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;The documentation&amp;nbsp;could be better.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;We'd like to hear your suggestions on how to make the help better or at least which part you found hard to understand. And we will try to make it better. Thanks a lot &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2019 23:26:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-custom-print-template-in-arcgis-pro/m-p/196433#M7752</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2019-08-14T23:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Custom Print Template in ArcGIS Pro for use through JSAPI?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-custom-print-template-in-arcgis-pro/m-p/1034281#M29612</link>
      <description>&lt;P&gt;In a print service created from ArcMap, I just need to add a template mxd to the registered folder and stop and start the service for a new template to show up.&lt;/P&gt;&lt;P&gt;In a print service created from Pro, do I really need to republish the service to see a new pagx template in the registered folder as opposed to just stopping and starting the custom print service?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 02:05:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-custom-print-template-in-arcgis-pro/m-p/1034281#M29612</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2021-03-09T02:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Custom Print Template in ArcGIS Pro for use through JSAPI?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-custom-print-template-in-arcgis-pro/m-p/1042631#M29865</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;In a print service created from ArcMap, I just need to add a template mxd to the registered folder and stop and start the service for a new template to show up.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/10036"&gt;@MichaelVolz&lt;/a&gt;&amp;nbsp;I believe that only works for the print service that comes out of the box when you install ArcGIS Server/Enterprise prior to 10.6.1 release.&lt;/P&gt;&lt;P&gt;When you publish a new print service from ArcMap, the template names get burnt into the service - therefore adding a new mxd in the Layout Template Folder won't make print service pick up new templates. You need to republish.&lt;/P&gt;&lt;P&gt;Only time you won't need to republish is when you update an existing .mxd and the service is published by reference (i meant when mxd files don't get copied to the server during publishing process).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;In a print service created from Pro, do I really need to republish the service to see a new pagx template in the registered folder as opposed to just stopping and starting the custom print service?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes, that is true.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 21:31:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/configuring-custom-print-template-in-arcgis-pro/m-p/1042631#M29865</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2021-03-31T21:31:17Z</dc:date>
    </item>
  </channel>
</rss>

