<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communitytest.tessitura.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Developers/Agile Software Development - Recent Threads</title><link>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum</link><description>Member-only discussion of developer and API topics. For discussion that includes vendors, see the 
Developer group under Topical Groups.</description><dc:language>en-US</dc:language><generator>Telligent Community 12 Non-Production</generator><lastBuildDate>Wed, 27 Mar 2024 20:57:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum" /><item><title>RE: TLCC Washington, D.C - Developer Track - Call for Presenters</title><link>https://communitytest.tessitura.com/thread/92191?ContentTypeID=1</link><pubDate>Wed, 27 Mar 2024 20:57:50 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:f7916370-cb43-4580-ab61-98ae348c5ad5</guid><dc:creator>Kendall Bingham</dc:creator><slash:comments>0</slash:comments><comments>https://communitytest.tessitura.com/thread/92191?ContentTypeID=1</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/35413/tlcc-washington-d-c---developer-track---call-for-presenters/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve also posted this&amp;nbsp;in the database managers community&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;If anyone uses SCC (git or another SCC product) and would be interested co-presenting at TLCC I&amp;#39;d be interested in possibly teaming up.&amp;nbsp; I&amp;#39;ve been using SCC for tessitura database for about 2 1/2 years.&amp;nbsp;&amp;nbsp;It&amp;#39;s been very useful in tracking and staging testing environment and feature requests.&amp;nbsp; It&amp;#39;s been particularly useful for testing migration in v16, and has made my life easier.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Using built-in scc or a visual studio SSDT project with hosted environments doesn&amp;#39;t seem doable.&amp;nbsp; So I&amp;#39;ve been doing it manually, which hasn&amp;#39;t been a big impediment as long as I remain consistent in where I pull DDL from.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>TLCC Washington, D.C - Developer Track - Call for Presenters</title><link>https://communitytest.tessitura.com/thread/35413?ContentTypeID=0</link><pubDate>Mon, 18 Mar 2024 20:42:48 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:fd0e14e9-a078-4a38-bfaf-27a82012b035</guid><dc:creator>Julie Rosenthal</dc:creator><slash:comments>1</slash:comments><comments>https://communitytest.tessitura.com/thread/35413?ContentTypeID=0</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/35413/tlcc-washington-d-c---developer-track---call-for-presenters/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello, Developers!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The call for presenters for TLCC Washington, D.C. is now officially open!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We invite everyone to submit presentation proposals, no matter your experience with Tessitura. Presenters will receive a 25% discount on the conference registration fee, and support will be available to help you in preparing your presentation.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;TLCC Washington, D.C. will once again feature a Developer Track. When submitting a presentation proposal for the Developer Track, please select either IT and Software Development or Digital and Web as the primary interest area.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Session proposals are due by Wednesday, April 10th. &lt;a href="https://www.tessitura.com/community-and-events/tlcc/call-for-presenters?utm_source=email&amp;amp;utm_medium=email&amp;amp;utm_campaign=tlcc24-na&amp;amp;utm_content=tlcc-na-call-for-presenters&amp;amp;utm_medium=email&amp;amp;utm_content=TLCC+Washington+DC+Call+for+presenters"&gt;Learn more and submit your ideas&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>V3 TNEW Customizations</title><link>https://communitytest.tessitura.com/thread/34143?ContentTypeID=0</link><pubDate>Fri, 06 Oct 2023 16:34:46 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:72911e66-4956-4371-bad0-0449d66b8fce</guid><dc:creator>Jesse Dillman</dc:creator><slash:comments>4</slash:comments><comments>https://communitytest.tessitura.com/thread/34143?ContentTypeID=0</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/34143/v3-tnew-customizations/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;We are getting our Test database ready to go for our V16 upgrade. Part of that process means converting all our LWP_VALIDATE_CART validation logic over into their own stored procedures. I&amp;#39;ve got all the stored procedures built and setup for TNEW to access them but when I try to test it out, the customizations are not activating the pre-cart messaging.&lt;/p&gt;
&lt;p&gt;I found the applicable @sessionkey for the order and ran that parameter through my procedure directly in the database. And the HTML meant to be returned for that order is displaying in the results for the procedure. But its not sending me to that message when attempting to trigger that message on our test TNEW site.&lt;/p&gt;
&lt;p&gt;Has anyone else successfully converted over to stored procedure customizations and might have an idea of what I&amp;#39;m missing? The documentation stated that the procedures will need a null able @siteroot parameter, so that was there. I commented it out and tried it again but it still did not work. I&amp;#39;ve setup the rows in TR_LOCAL_PROCEDURE, LTR_TNEW_VALIDATE_CART and enabled the procedures in the TNEW Site admin page. I enabled execute permissions to all ImpUsers. V3 customizations are turned on for our Test site. The item type I am currently testing is for Single Ticket added.&lt;/p&gt;</description></item><item><title>RE: V3 TNEW Customizations</title><link>https://communitytest.tessitura.com/thread/91326?ContentTypeID=1</link><pubDate>Thu, 22 Feb 2024 02:19:40 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:9c2b297b-1b00-461e-9119-ed57531a4cb5</guid><dc:creator>Heath Wilder</dc:creator><slash:comments>0</slash:comments><comments>https://communitytest.tessitura.com/thread/91326?ContentTypeID=1</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/34143/v3-tnew-customizations/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hey Jessie.&amp;nbsp; Sorry for the delay.&amp;nbsp; Off the back of this we had a long running crisis, so I let it slip.&amp;nbsp; Will send some examples in a DM&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Removing Change Log Comments from Impresario SQL Objects</title><link>https://communitytest.tessitura.com/thread/90956?ContentTypeID=1</link><pubDate>Wed, 31 Jan 2024 16:24:14 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:d0ba2bcb-212a-450b-8724-97fa87d08c68</guid><dc:creator>Gawain Lavers</dc:creator><slash:comments>0</slash:comments><comments>https://communitytest.tessitura.com/thread/90956?ContentTypeID=1</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/35016/removing-change-log-comments-from-impresario-sql-objects/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ll miss them, to be honest, but I think it is probably a good idea.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Removing Change Log Comments from Impresario SQL Objects</title><link>https://communitytest.tessitura.com/thread/35016?ContentTypeID=0</link><pubDate>Wed, 31 Jan 2024 16:19:07 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:ef59d8f5-044d-4c7c-8b54-27bc1f18679b</guid><dc:creator>Julie Rosenthal</dc:creator><slash:comments>1</slash:comments><comments>https://communitytest.tessitura.com/thread/35016?ContentTypeID=0</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/35016/removing-change-log-comments-from-impresario-sql-objects/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p class="xmsonormal" style="margin-left:.5in;"&gt;Tessitura will be discontinuing the maintenance of change log comments in SQL objects, and existing change log comments will be removed incrementally over the next year or so. Please note, that Description, Parameter, and Example comments will still be created and updated, and we do not intend to remove comments from custom/local objects.&lt;/p&gt;
&lt;p class="xmsonormal" style="margin-left:.5in;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="xmsonormal" style="margin-left:.5in;"&gt;This change aims to prevent inaccuracies and inconsistencies. The majority of SQL changes do not include change log comments and existing comments are often incomplete, incorrect or outdated, leading to confusion.&lt;/p&gt;</description></item><item><title>Local Stored Procedure for Custom Form Data</title><link>https://communitytest.tessitura.com/thread/34687?ContentTypeID=0</link><pubDate>Mon, 11 Dec 2023 18:44:11 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:fc317c88-53ab-46d6-8e1e-48b343119897</guid><dc:creator>Debra Lemak</dc:creator><slash:comments>4</slash:comments><comments>https://communitytest.tessitura.com/thread/34687?ContentTypeID=0</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/34687/local-stored-procedure-for-custom-form-data/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Is anyone writing custom form data to Attributes? If so, would you be willing to share your sproc? I&amp;#39;d also love to take a look at any other sprocs that people are using to work with form data. I&amp;#39;m just diving into this to see what solutions we have vs getting that large block of text stored to a CSI. Thanks!&amp;nbsp;&lt;/p&gt;</description></item><item><title>RE: Local Stored Procedure for Custom Form Data</title><link>https://communitytest.tessitura.com/thread/90277?ContentTypeID=1</link><pubDate>Tue, 19 Dec 2023 18:39:35 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:e3470966-f43d-477b-a34e-213e6b2d0add</guid><dc:creator>Debra Lemak</dc:creator><slash:comments>0</slash:comments><comments>https://communitytest.tessitura.com/thread/90277?ContentTypeID=1</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/34687/local-stored-procedure-for-custom-form-data/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Thanks to Thanos at the National Theatre and some trial and error, I was able to get the base piece that I needed to start to pick apart the CSI notes into usable data. For now we&amp;#39;re not going to use a stored procedure to interrupt the custom form writing to a CSI, we&amp;#39;re just going to pick apart the data written into the CSI and report on it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here is an example:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;SELECT activity_no, customer_no, perf_no,  notes,
    SUBSTRING(
        notes,
        (PATINDEX(&amp;#39;%Event_Selection:%&amp;#39;, notes) +16), 
        (CHARINDEX(CHAR(13), SUBSTRING(notes, (PATINDEX(&amp;#39;%Event_Selection:%&amp;#39;, notes) + 16), LEN(notes))) - 1)
		) AS Event_Selection, 
	SUBSTRING(
        notes,
        (PATINDEX(&amp;#39;%Order Number:%&amp;#39;, notes) +13), 
        (CHARINDEX(CHAR(13), SUBSTRING(notes, (PATINDEX(&amp;#39;%Order Number:%&amp;#39;, notes) + 13), LEN(notes))) - 1)
		) AS order_no
FROM T_CUST_ACTIVITY
WHERE notes LIKE &amp;#39;%Event_Selection%&amp;#39;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The substring function will pull out the portion of text that follows your&amp;nbsp;field name and ends at the next carriage return, so it should pull in the full answer provided by your constituent. In the example, our&amp;nbsp;field name is &lt;em&gt;Event_Selection&lt;/em&gt;, the &lt;em&gt;+16&lt;/em&gt; moves along the 16 characters in &lt;em&gt;Event_Selection:&amp;nbsp;&lt;/em&gt;and then starts pulling the text that follows that.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Happy to brainstorm with other folks if you&amp;#39;re working on something similar!&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Local Stored Procedure for Custom Form Data</title><link>https://communitytest.tessitura.com/thread/90091?ContentTypeID=1</link><pubDate>Tue, 12 Dec 2023 16:39:57 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:4ab6a007-a391-44dc-ab87-68fe77cab453</guid><dc:creator>Debra Lemak</dc:creator><slash:comments>0</slash:comments><comments>https://communitytest.tessitura.com/thread/90091?ContentTypeID=1</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/34687/local-stored-procedure-for-custom-form-data/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;a href="https://communitytest.tessitura.com/cfs-file/__key/communityserver-discussions-components-files/139/Stored-Procedures_5F00_Presentation_5F00_12-October-2023.pdf"&gt;communitytest.tessitura.com/.../Stored-Procedures_5F00_Presentation_5F00_12-October-2023.pdf&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&amp;nbsp;Nevermind. Now that you&amp;#39;ve reminded me, I was able to find a copy of it.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Local Stored Procedure for Custom Form Data</title><link>https://communitytest.tessitura.com/thread/90080?ContentTypeID=1</link><pubDate>Tue, 12 Dec 2023 14:13:27 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:2c12d6fd-69a7-4ae7-927c-f436abede152</guid><dc:creator>Debra Lemak</dc:creator><slash:comments>1</slash:comments><comments>https://communitytest.tessitura.com/thread/90080?ContentTypeID=1</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/34687/local-stored-procedure-for-custom-form-data/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I must&amp;#39;ve missed that webinar, and all I can find now is a recorded series from 2016. I&amp;#39;m going to refresh myself on that series since I haven&amp;#39;t watched it in awhile. Would love if you could share the presentation doc you have though - &lt;a href="mailto:dlemak@wexarts.org"&gt;dlemak@wexarts.org&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Local Stored Procedure for Custom Form Data</title><link>https://communitytest.tessitura.com/thread/90073?ContentTypeID=1</link><pubDate>Mon, 11 Dec 2023 20:10:23 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:64753212-8bc1-4925-82aa-b5f590943a4a</guid><dc:creator>Katie J. Toomey</dc:creator><slash:comments>1</slash:comments><comments>https://communitytest.tessitura.com/thread/90073?ContentTypeID=1</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/34687/local-stored-procedure-for-custom-form-data/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Following! Debra, did you go to the webinar a few weeks ago on creating a stored procedure? I was having technical difficulties that day and had to just give up on getting in, but I do have the presentation saved and would be happy to share it with you.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In the meantime I would love to know what you find out from other orgs.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom HTML template- add Sales Order Notes</title><link>https://communitytest.tessitura.com/thread/89535?ContentTypeID=1</link><pubDate>Mon, 13 Nov 2023 09:24:29 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:344a511c-0b79-4cc1-b77c-66067aaa2739</guid><dc:creator>Steve Wadey</dc:creator><slash:comments>0</slash:comments><comments>https://communitytest.tessitura.com/thread/89535?ContentTypeID=1</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/34460/custom-html-template--add-sales-order-notes/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;You can use this:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;@&lt;/span&gt;&lt;span&gt;Model&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;OrderProductView&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;OrderNotes&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;I recommend using (if possible!) the HTML Template Tester found here:&amp;nbsp;&lt;a href="https://drive.google.com/drive/folders/1hJcQ1Ul_YHLLz6n-00uZRrTvFTevVGiX"&gt;https://drive.google.com/drive/folders/1hJcQ1Ul_YHLLz6n-00uZRrTvFTevVGiX&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Not only will it&amp;nbsp;render the HTML Templates, but will also provide you with all of the elements returned to the Model that you&amp;#39;re using (Order, Constituent, Ticket etc)&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Custom HTML template- add Sales Order Notes</title><link>https://communitytest.tessitura.com/thread/34460?ContentTypeID=0</link><pubDate>Fri, 10 Nov 2023 17:45:37 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:74ca2d41-18a9-42a3-8e03-50fb5a05909d</guid><dc:creator>Shelley Espinoza</dc:creator><slash:comments>1</slash:comments><comments>https://communitytest.tessitura.com/thread/34460?ContentTypeID=0</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/34460/custom-html-template--add-sales-order-notes/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Does anyone have code on how to add the sales order note in an order confirmation html template? This would be the same idea as displaying it on the physical ticket designs. Our group sales mgr would like to personalize the e-confirmation by having the order notes line display. I didn&amp;#39;t see this particular element in the html template recipe book but figured someone may have done this already. Thanks in advance!&lt;/p&gt;</description></item><item><title>iWave API Subscription</title><link>https://communitytest.tessitura.com/thread/34041?ContentTypeID=0</link><pubDate>Tue, 26 Sep 2023 20:52:13 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:966e135b-3ee1-4760-a482-07d14218d00e</guid><dc:creator>Austin Kopsa</dc:creator><slash:comments>1</slash:comments><comments>https://communitytest.tessitura.com/thread/34041?ContentTypeID=0</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/34041/iwave-api-subscription/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m curious to hear about folks who have worked with iWave&amp;#39;s API to integrate additional data points into Tessitura. We have the standard integration Custom Page right now but there are additional data points within Screenings we are starting to really use more frequently. Would love to hear more about how folks have been using this.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;Austin&lt;/p&gt;</description></item><item><title>RE: iWave API Subscription</title><link>https://communitytest.tessitura.com/thread/88937?ContentTypeID=1</link><pubDate>Fri, 13 Oct 2023 12:41:08 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:0f599636-6d4a-44d3-8ef0-242b58f0f641</guid><dc:creator>Gill Tasker (she/her)</dc:creator><slash:comments>0</slash:comments><comments>https://communitytest.tessitura.com/thread/88937?ContentTypeID=1</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/34041/iwave-api-subscription/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Austin thanks for your post - it could be useful to cross-post to the &lt;a href="https://communitytest.tessitura.com/topical_groups/developers/"&gt;Developers &lt;/a&gt;community? Hopefully you&amp;#39;ll receive some responses there.&lt;/p&gt;
&lt;p&gt;- Gill Tasker, Community Manager&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: V3 TNEW Customizations</title><link>https://communitytest.tessitura.com/thread/88842?ContentTypeID=1</link><pubDate>Tue, 10 Oct 2023 14:58:15 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:2a2f7edd-4e75-48fc-8e25-2e9d05611a7d</guid><dc:creator>Jesse Dillman</dc:creator><slash:comments>1</slash:comments><comments>https://communitytest.tessitura.com/thread/88842?ContentTypeID=1</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/34143/v3-tnew-customizations/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Heath, since I last posted I was able to get the base pre-cart customizations to trigger, however some of our features trigger forms for user data collection that are handled by another stored procedure that is called through a form post with a submit button. This is where I am still having trouble. I know you mentioned you are pretty busy so I don&amp;#39;t want to take up too much of your time. If you are willing to send me some of your captures, I can see if I can sort through it. Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: V3 TNEW Customizations</title><link>https://communitytest.tessitura.com/thread/88831?ContentTypeID=1</link><pubDate>Tue, 10 Oct 2023 05:59:26 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:def22053-84c7-4697-a14e-00d4fae4fdf5</guid><dc:creator>Heath Wilder</dc:creator><slash:comments>1</slash:comments><comments>https://communitytest.tessitura.com/thread/88831?ContentTypeID=1</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/34143/v3-tnew-customizations/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hey Jesse, sorry have been ludicrously busy - sounds like you worked it out - if you are having trouble catching&amp;nbsp; parameters from TNEW with a stored procedure I can jump on a call with you or give you a buunch of form data catupres I&amp;#39;ve previously done.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: V3 TNEW Customizations</title><link>https://communitytest.tessitura.com/thread/88822?ContentTypeID=1</link><pubDate>Mon, 09 Oct 2023 18:58:50 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:361b441c-30f2-47cc-9060-693fe8bf7c28</guid><dc:creator>Jesse Dillman</dc:creator><slash:comments>1</slash:comments><comments>https://communitytest.tessitura.com/thread/88822?ContentTypeID=1</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/34143/v3-tnew-customizations/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;In case anyone was following this post or stumbles upon it. I did figure out what I was doing wrong. The stored procedure customization method requires a variety of additional parameters: @query, @form, @payload, @meta. I was under the impression these were optional since I only referenced the @sessionkey parameter in the procedure itself. But after adding those parameters in as nullable parameters, the customizations started working.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: v16 in the Ticketing World, what changes?</title><link>https://communitytest.tessitura.com/thread/87169?ContentTypeID=1</link><pubDate>Tue, 01 Aug 2023 16:42:52 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:80fb825c-f08d-4518-a83f-cb66ad5ba6bf</guid><dc:creator>Gawain Lavers</dc:creator><slash:comments>0</slash:comments><comments>https://communitytest.tessitura.com/thread/87169?ContentTypeID=1</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/33582/v16-in-the-ticketing-world-what-changes/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;An apropos idea from Chris Jensen (&lt;a href="https://communitytest.tessitura.com/ideas/i/ideas/include-middle-name-mname-field-on-default-constituent-search-screen/ideas/i/ideas/include-middle-name-mname-field-on-default-constituent-search-screen"&gt;https://community.tessituranetwork.com/ideas/i/ideas/include-middle-name-mname-field-on-default-constituent-search-screen&lt;/a&gt;) inspired me to add my own idea about the search results display:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://communitytest.tessitura.com/ideas/i/ideas/allow-user-defined-columns-on-the-constituent-search-screen"&gt;https://community.tessituranetwork.com/ideas/i/ideas/allow-user-defined-columns-on-the-constituent-search-screen&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>v16 in the Ticketing World, what changes?</title><link>https://communitytest.tessitura.com/thread/33582?ContentTypeID=0</link><pubDate>Tue, 01 Aug 2023 16:00:59 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:bd9ed8ff-2cc9-4bb4-83db-b3f18d41534b</guid><dc:creator>Chelsea  Marti</dc:creator><slash:comments>3</slash:comments><comments>https://communitytest.tessitura.com/thread/33582?ContentTypeID=0</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/33582/v16-in-the-ticketing-world-what-changes/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;So we are hosted and are in the process of setting up a v16 kickoff (oh joy).&lt;/p&gt;
&lt;p&gt;Everyone on our Ongoing Services team keeps saying &amp;quot;Oh ticketing won&amp;#39;t change that much.&amp;quot; But from the couple of things already mentioned on the Idea board and other places in the forums, it looks like it&amp;#39;s changing a lot, and not for the better!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve looked into the documentation for the new release as far as bug fixes and what not (which doesn&amp;#39;t tell me a whole lot). Is there anything out there that will give me a step-by-step of exactly what is changing in the Ticket Orders area from v15 to v16, just so I know what to prepare my staff for. Basically what I&amp;#39;m looking for is a side-by-side of everything available to us currently in v15 vs how that will look in v16.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description></item><item><title>RE: v16 in the Ticketing World, what changes?</title><link>https://communitytest.tessitura.com/thread/87165?ContentTypeID=1</link><pubDate>Tue, 01 Aug 2023 16:11:58 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:0d8cee0c-7ae4-4c9d-8d8d-9ca952af74dc</guid><dc:creator>Chelsea  Marti</dc:creator><slash:comments>0</slash:comments><comments>https://communitytest.tessitura.com/thread/87165?ContentTypeID=1</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/33582/v16-in-the-ticketing-world-what-changes/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Yeah, all of these things are literally critical for us as a museum. I&amp;#39;m literally thinking about a Chopin Series concert day where it&amp;#39;s mostly our members that come and we can&amp;#39;t use their member cards to scan them into the performance. So our VSAs have to Constituent search each one and sell them into the performance. Our VSAs already take forever selling in-person as it is, v16 is going to make it so much worse!&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: v16 in the Ticketing World, what changes?</title><link>https://communitytest.tessitura.com/thread/87164?ContentTypeID=1</link><pubDate>Tue, 01 Aug 2023 16:04:54 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:beebc1df-56b6-4aa3-ad1e-04be61db5f64</guid><dc:creator>Gawain Lavers</dc:creator><slash:comments>1</slash:comments><comments>https://communitytest.tessitura.com/thread/87164?ContentTypeID=1</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/33582/v16-in-the-ticketing-world-what-changes/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;We are in a similar position, working towards our Test v16 upgrade.&amp;nbsp; We&amp;#39;ve been trying to review the defect list which brings up some things, but others have only come up in testing, like the fact that the constituent search from the order pane is a very limited search option, vs. the full search available before.&amp;nbsp; Another thing that will be a big nuisance for us is that there is no-longer a popup window on constituents, so a lot of the ways the box office (and others) would quickly find which Jennifer Lee they really wanted are no longer available at a glance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any Dexibit users?</title><link>https://communitytest.tessitura.com/thread/87120?ContentTypeID=1</link><pubDate>Mon, 31 Jul 2023 11:50:44 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:fe477087-69d0-477b-b3ba-17352c512b82</guid><dc:creator>Mary Manson</dc:creator><slash:comments>0</slash:comments><comments>https://communitytest.tessitura.com/thread/87120?ContentTypeID=1</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/33563/any-dexibit-users/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;We are in onboarding process with them right now. I would also love to chat with other Tessitura/Dexibit users.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Any Dexibit users?</title><link>https://communitytest.tessitura.com/thread/33563?ContentTypeID=0</link><pubDate>Mon, 31 Jul 2023 03:15:42 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:b90f8e48-3fee-47a0-967c-0f3165667f4f</guid><dc:creator>Alison Lambert</dc:creator><slash:comments>1</slash:comments><comments>https://communitytest.tessitura.com/thread/33563?ContentTypeID=0</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/33563/any-dexibit-users/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;Is anyone using Dexibit with API calls from Tessitura? Would love to track down and chat with any Tessitura organisations who are using it!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Many thanks in advance,&amp;nbsp;&lt;br /&gt;Alison&lt;/p&gt;</description></item><item><title>Opportunities for Developers at TLCC Orlando</title><link>https://communitytest.tessitura.com/thread/33371?ContentTypeID=0</link><pubDate>Fri, 07 Jul 2023 19:42:29 GMT</pubDate><guid isPermaLink="false">fd08b0f2-65fa-4b2b-916a-cce3e88b61d0:38c398da-5843-4e8e-9c06-7767ca5ce144</guid><dc:creator>Chris Szalaj</dc:creator><slash:comments>1</slash:comments><comments>https://communitytest.tessitura.com/thread/33371?ContentTypeID=0</comments><wfw:commentRss>https://communitytest.tessitura.com/tessitura_software_forums/f/agile_software_development-forum/33371/opportunities-for-developers-at-tlcc-orlando/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Developer Community!&lt;/p&gt;
&lt;p&gt;I wanted to share all the opportunities for developers at TLCC Orlando that we&amp;rsquo;ve created based on community feedback. After discussions with many of you, the team has worked to put together a meaningful experience.&lt;/p&gt;
&lt;p&gt;We have a mix of sessions from the community and Tessitura staff. You&amp;rsquo;ll see that we have focused on several aspects of custom development with Tessitura, from working with the API, to custom SSRS reports and HTML templates. These sessions are great if you are new to custom development with Tessitura, such as building a custom website or integration, web-based custom screens, SSRS custom reports, or other bespoke web-based customizations.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Developer content ranges from intro level to more advanced. There will be opportunities to explore new functionality in v16.&lt;/p&gt;
&lt;p&gt;We are bringing back the developer lounge as a central place for all of you to connect. You&amp;rsquo;ll be able to plug in to a projector and explore code together. In addition, we will have dedicated developer office hours where Tessitura staff will be on hand to answer your questions.&lt;/p&gt;
&lt;p&gt;Bring your code and your projects. And if you haven&amp;rsquo;t signed up for TLCC yet, the regular registration rate is available through the end of day July 11.&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a class="css-tgpl01" title="https://www.tessituranetwork.com/en/Community-and-Events/tlcc/Registration" href="https://www.tessituranetwork.com/en/Community-and-Events/tlcc/Registration"&gt;You can register here&lt;/a&gt;. If you are registered, the conference app will open the week of July 24. You&amp;rsquo;ll be able to filter sessions by IT &amp;amp; Software Developers to start building your schedule, and you can search for other developers to meet in-person.&lt;/p&gt;
&lt;p&gt;Conference sessions for developers include:&lt;/p&gt;
&lt;ul class="ak-ul"&gt;
&lt;li&gt;
&lt;p&gt;Adding custom data to HTML templates&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Develop custom business-facing screens and apps&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Developer roundtable&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Developing accessible apps and web pages&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Developing and deploying a custom SSRS report&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Developing TNEW customizations&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Optimize your transactional emails&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;How organizations and Tessitura are preparing for today&amp;rsquo;s security threats&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;I love you, but I&amp;#39;ve chosen hybrid: Building a hybrid site with v16 TN Express Web (TNEW)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Implementing Tessitura Merchant Services with custom websites&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Increasing member engagement through an online world passport program&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Innovation office hours for developers&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;It&amp;rsquo;s not always bots: Practical ways to reduce fraud and unauthorized resales&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Optimize your transactional emails&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Overview of Tessitura&amp;rsquo;s developer landscape&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Pivot your IT team and Tessitura architecture to secure cloud hosting&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Tessitura API adventure tour&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Thanks and we hope to see many of you at TLCC this year in Orlando!&lt;/p&gt;
&lt;p&gt;Chris Szalaj&lt;/p&gt;
&lt;p&gt;VP Software Engineering&lt;/p&gt;
&lt;p&gt;Tessitura Network&lt;/p&gt;</description></item></channel></rss>