<?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>I have a process model that has a CDT as a parameter. I have a Data Source</title><link>https://community.appian.com/discussions/f/data/6354/i-have-a-process-model-that-has-a-cdt-as-a-parameter-i-have-a-data-source</link><description>I have a process model that has a CDT as a parameter. I have a Data Source Entity backed record that is using that CDT to define the record type. Fields of this data type are available for use with the &amp;quot;record field&amp;quot; (rf!) domain. Is there a way to pass</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: I have a process model that has a CDT as a parameter.&lt;br /&gt;I have a Data Source</title><link>https://community.appian.com/thread/24817?ContentTypeID=1</link><pubDate>Wed, 18 Nov 2015 13:21:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:41759cdd-8572-4500-96e5-87a3a831a46e</guid><dc:creator>PhilB</dc:creator><description>To be honest, the correct solution is probably to change the process model to use an ID as an input, and then retrieve the CDT within the process if it&amp;#39;s required. Alternatively, wrap the existing process model in a process which accepts an ID, queries the database for the CDT and then starts the existing process.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a process model that has a CDT as a parameter.&lt;br /&gt;I have a Data Source</title><link>https://community.appian.com/thread/24810?ContentTypeID=1</link><pubDate>Wed, 18 Nov 2015 06:00:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:208ca96b-0c1a-4ac6-bb30-ab881d11975d</guid><dc:creator>Shyam Bommakanti</dc:creator><description>I suggest create a rule that takes the CDT and individual CDT attribute values and construct and return the CDT from the rule. The CDT input will be null, it will only help you in checking precedents when the CDT is updated. &lt;br /&gt;&lt;br /&gt;But, again it will be manual step to update the rule.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a process model that has a CDT as a parameter.&lt;br /&gt;I have a Data Source</title><link>https://community.appian.com/thread/24804?ContentTypeID=1</link><pubDate>Wed, 18 Nov 2015 05:09:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:77978a35-c88a-4715-8d01-a0f942192a3d</guid><dc:creator>ajinkyab277</dc:creator><description>I reckon using query rule or query entity is better approach , as with in flight CDT approach each time u need update your  expression to scatter it for CDT change.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a process model that has a CDT as a parameter.&lt;br /&gt;I have a Data Source</title><link>https://community.appian.com/thread/24803?ContentTypeID=1</link><pubDate>Wed, 18 Nov 2015 04:57:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ab17e9fa-7e7b-4454-a08a-8e0fb8530353</guid><dc:creator>nicholash893817</dc:creator><description>Thanks! That&amp;#39;s not a bad idea. I&amp;#39;m only trying to avoid querying the DB since we already have the data available.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I have a process model that has a CDT as a parameter.&lt;br /&gt;I have a Data Source</title><link>https://community.appian.com/thread/24802?ContentTypeID=1</link><pubDate>Wed, 18 Nov 2015 04:33:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4d5dca15-49c5-4caa-b2a7-85a5b2263007</guid><dc:creator>PhilB</dc:creator><description>I guess you could try constructing the CDT using a type constructor and the rf! fields - something like:&lt;br /&gt;&lt;br /&gt;type!myCDT(&lt;br /&gt;id: rf!id,&lt;br /&gt;field1: rf!field1,&lt;br /&gt;someValue: rf!someValue&lt;br /&gt;)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>