<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.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/"><channel><title>Hi all, I have a CDT say Account having 3 Account Names &amp;amp; Account Numbe</title><link>https://community.appian.com/discussions/f/rules/6775/hi-all-i-have-a-cdt-say-account-having-3-account-names-account-numbe</link><description>Hi all, I have a CDT say Account having 3 Account Names &amp;amp; Account Numbers. Now I need to add now to the field Account.Updatedtime. How can I update all the instances of CDT with that PV without using MNI? I tried to use &amp;quot;APN_generateRepeatedValueForArrayLength</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Hi all, I have a CDT say Account having 3 Account Names &amp; Account Numbe</title><link>https://community.appian.com/thread/77337?ContentTypeID=1</link><pubDate>Mon, 19 Oct 2020 11:26:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:04a9349a-4a3f-42fd-acef-504abcb91fb2</guid><dc:creator>parula0001</dc:creator><description>&lt;p&gt;Hi Rishub, I am facing somewhat similar kind of issue here. I have a CDT containing let&amp;#39;s say 2 insatnces and i only want to change in one of them. By taking your example: I have Acct number- 1,2 and Acct Name A,B and i want to update the third field for only acct number 2. How can i do that in a process model? Can you please help in that, thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi all,&lt;br /&gt;I have a CDT say Account having 3 Account Names &amp; Account Numbe</title><link>https://community.appian.com/thread/26812?ContentTypeID=1</link><pubDate>Wed, 27 Jan 2016 06:54:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cb50bde8-03e0-42ae-a5bb-180aa5a00d87</guid><dc:creator>rishub356</dc:creator><description>Hey Bharath, It did resolve the issue. Thank you all for your help.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi all,&lt;br /&gt;I have a CDT say Account having 3 Account Names &amp; Account Numbe</title><link>https://community.appian.com/thread/26805?ContentTypeID=1</link><pubDate>Wed, 27 Jan 2016 00:59:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ccb55d4d-9d85-40e7-a2cc-21ad3f6747fc</guid><dc:creator>rishub356</dc:creator><description>Stefan &amp;amp; Bharath, my issue is how can I save value in CDT. I am not modifying CDT. I know repeat function will give values but how will save it to the all three fields. When I query Account, I got AcctNo as 1,2,3 &amp;amp; AcctName as A,B,C. Now I need to update the third field of CDT by using now() function. End results needs to show like this {[AcctNo=1,AcctName=A,UpdatedDateTime=1/26/2016 3:55], [AcctNo=2,AcctName=B,UpdatedDateTime=1/26/2016 3:55],&lt;br /&gt;[AcctNo=3,AcctName=C,UpdatedDateTime=1/26/2016 3:55]}    &lt;br /&gt;&lt;br /&gt;You can see that third field needs to be updated in all the instances. So I am wondering how can I save it in all instances without using MNI.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi all,&lt;br /&gt;I have a CDT say Account having 3 Account Names &amp; Account Numbe</title><link>https://community.appian.com/thread/26789?ContentTypeID=1</link><pubDate>Tue, 26 Jan 2016 16:46:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6762f9b6-173f-4341-9f73-7f0cad610f72</guid><dc:creator>bharathwajanr587</dc:creator><description>Map the CDT.updateddate to &amp;#39;repeat(length(CDT.AcctName),now())&amp;#39;&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi all,&lt;br /&gt;I have a CDT say Account having 3 Account Names &amp; Account Numbe</title><link>https://community.appian.com/thread/26784?ContentTypeID=1</link><pubDate>Tue, 26 Jan 2016 10:30:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fc8294c6-fba4-4c89-8eab-1f0ee868d095</guid><dc:creator>Stefan Helzle</dc:creator><description>Have you tried this &lt;a href="https://forum.appian.com/suite/tempo/records/type/components/item/i8BCLGOdlMUpdGVqT-RV7oRg74uEGJO5yIdNklp-1ZtH3F1tosyebSo7rEoKHh1XQ/view/summary"&gt;forum.appian.com/.../summary&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The updatecdt function should help you.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi all,&lt;br /&gt;I have a CDT say Account having 3 Account Names &amp; Account Numbe</title><link>https://community.appian.com/thread/26783?ContentTypeID=1</link><pubDate>Tue, 26 Jan 2016 08:11:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c5f65baa-d9b1-4d6a-b7bc-04e62284204f</guid><dc:creator>rishub356</dc:creator><description>Guys, I think there is miscommunication here. Basically, I am creating a process model in which I query a CDT, I get values for a couple of fields from query (The result is in multiple). Now I need to update rest of the fields from PV&amp;#39;s. For example, there is CDT say Account with three fields AcctNo, AcctName &amp;amp; Updateddate. When I query Account, I got AcctNo as 1,2,3 &amp;amp; AcctName as A,B,C. Now I need to update the third field of CDT by using now() function. I don&amp;#39;t want to use MNI to update CDT. What can be the best way to do it without using MNI?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi all,&lt;br /&gt;I have a CDT say Account having 3 Account Names &amp; Account Numbe</title><link>https://community.appian.com/thread/26782?ContentTypeID=1</link><pubDate>Tue, 26 Jan 2016 08:10:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5b0248f0-84d5-43ce-bd59-949576e6251f</guid><dc:creator>rishub356</dc:creator><description>Guys, I think there is miscommunication here. Basically, I am creating a process model in which I query a CDT, I get values for a couple of fields from query (The result is in multiple). Now I need to update rest of the fields from PV&amp;#39;s. For example, there is CDT say Account with three fields AcctNo, AcctName &amp;amp; Updateddate. When I query Account, I got AcctNo as 1,2,3 &amp;amp; AcctName as A,B,C. Now I need to update the third field of CDT by using now() function. I don&amp;#39;t want to use MNI to update CDT. What can be the best way to do it without using MNI?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi all,&lt;br /&gt;I have a CDT say Account having 3 Account Names &amp; Account Numbe</title><link>https://community.appian.com/thread/26781?ContentTypeID=1</link><pubDate>Tue, 26 Jan 2016 07:50:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:768a004a-9b37-4823-ac6e-7c0fafb7e090</guid><dc:creator>Rahul Gundu</dc:creator><description>Go through the below post, it will give you an idea. &lt;a href="https://forum.appian.com/suite/tempo/entry/e-187277"&gt;forum.appian.com/.../e-187277&lt;/a&gt;&lt;br /&gt;Using Display Cdt rule, we can update the Cdt fields, or there &lt;br /&gt;Is a custom plugin in forum which will update the Cdt fields.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi all,&lt;br /&gt;I have a CDT say Account having 3 Account Names &amp; Account Numbe</title><link>https://community.appian.com/thread/26780?ContentTypeID=1</link><pubDate>Tue, 26 Jan 2016 05:53:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e0c4e61b-159c-4788-b420-76f88d02c5a8</guid><dc:creator>sonalk</dc:creator><description>Hi Rishub,&lt;br /&gt;Process models will be updated by performing the impact analysis available in the Appian designer, selecting the CDT and on the right hand side drop down&lt;br /&gt;values you can find &amp;quot;Check Outdated dependents&amp;quot; and it will updated all the related dependents including process models.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi all,&lt;br /&gt;I have a CDT say Account having 3 Account Names &amp; Account Numbe</title><link>https://community.appian.com/thread/26779?ContentTypeID=1</link><pubDate>Tue, 26 Jan 2016 05:51:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5408080a-a5a9-4998-adcc-d07812c50ff1</guid><dc:creator>harrys</dc:creator><description>If your CDT instances are in an array, can you use the apply() function?&lt;br /&gt;&lt;br /&gt;For example:&lt;br /&gt;apply(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;rule!applyNewTime(&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;value: _&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;),&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;index(accountCDTs, &amp;lt;ordinal position of UpdatedTime field&amp;gt;, null)&lt;br /&gt;)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi all,&lt;br /&gt;I have a CDT say Account having 3 Account Names &amp; Account Numbe</title><link>https://community.appian.com/thread/26778?ContentTypeID=1</link><pubDate>Tue, 26 Jan 2016 05:44:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6dc8be41-f624-4cba-bb9c-413676c7d33a</guid><dc:creator>narasimhaadityac</dc:creator><description>@rishub I believe when you do a impact analysis, it should take care of the places where the CDT is reference to get the newly added element to the CDT.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi all,&lt;br /&gt;I have a CDT say Account having 3 Account Names &amp; Account Numbe</title><link>https://community.appian.com/thread/26777?ContentTypeID=1</link><pubDate>Tue, 26 Jan 2016 05:28:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fd61d8bb-fd05-4692-b4eb-a9dbadc45e37</guid><dc:creator>rishub356</dc:creator><description>hey Sonal,  This is not the existing instance. I need to use it in process model for new cases.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hi all,&lt;br /&gt;I have a CDT say Account having 3 Account Names &amp; Account Numbe</title><link>https://community.appian.com/thread/26776?ContentTypeID=1</link><pubDate>Tue, 26 Jan 2016 05:27:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e3911977-446e-413c-95cc-e7cbdce35828</guid><dc:creator>sonalk</dc:creator><description>Hi Rishub,&lt;br /&gt;Updating CDT in running instances can be achieved using the Process upgrade.&lt;br /&gt;&lt;a href="https://forum.appian.com/suite/help/7.11/Process_Upgrade.html"&gt;forum.appian.com/.../Process_Upgrade.html&lt;/a&gt;&lt;br /&gt;Also there are various forum posts related to the similar context : &lt;br /&gt;&lt;a href="/search?q=OriginalPostID-174411"&gt;forum.appian.com/.../e-174411&lt;/a&gt;&lt;br /&gt;&lt;a href="/search?q=OriginalPostID-45397"&gt;forum.appian.com/.../b-45397&lt;/a&gt;&lt;br /&gt;&lt;a href="/search?q=OriginalPostID-179885"&gt;forum.appian.com/.../e-179885&lt;/a&gt;&lt;br /&gt;Hope it helps.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>