<?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>Make a default Date</title><link>https://community.appian.com/discussions/f/general/19681/make-a-default-date</link><description>Hi Guys, 
 I&amp;#39;m Tring to make a default value for my originalEnd Date , and originalEnd date is a part of ri!project.originalEnd date 
 how i can make default value in CDT if user is not going to enter any value , 
 a!dateField( label:&amp;quot;Original Date&amp;quot;,</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Make a default Date</title><link>https://community.appian.com/thread/76905?ContentTypeID=1</link><pubDate>Mon, 05 Oct 2020 19:11:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7a07b048-7b89-4d90-bafd-7e22c3616a85</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;then just put the logic in a process node after the task.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Make a default Date</title><link>https://community.appian.com/thread/76903?ContentTypeID=1</link><pubDate>Mon, 05 Oct 2020 18:45:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fb5ecd7d-b148-4a8e-a23a-9f163ff854e7</guid><dc:creator>devidc0001</dc:creator><description>&lt;p&gt;End date is coming from nasted CDT and we dont want to show the value of default original date,&lt;/p&gt;
&lt;p&gt;ri!project_U.projectvalue_U.originaldate&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Make a default Date</title><link>https://community.appian.com/thread/76901?ContentTypeID=1</link><pubDate>Mon, 05 Oct 2020 17:49:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:07b685c5-0233-462f-a268-c0d0ae8db760</guid><dc:creator>rachelz290</dc:creator><description>&lt;p&gt;If you are beginning from a process model, you can use a Script Task prior to the User Input Task to enter the originalEndDate as the desired value.&lt;/p&gt;
&lt;p&gt;Otherwise, you could set a local variable as the desired originalEndDate, and display this in the value: in the code above if there is no current value. If the user interacts with this field, then you will show the CDT value (and save into the CDT). If the user never interacts with this field, you could set it in the form&amp;#39;s Submit button or some other &amp;quot;save&amp;quot; button, if desired.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>