<?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 am using one to one mapping in my cdt&amp;#39;s following the example mentioned in</title><link>https://community.appian.com/discussions/f/data/1083/i-am-using-one-to-one-mapping-in-my-cdt-s-following-the-example-mentioned-in</link><description>I am using one to one mapping in my cdt&amp;#39;s following the example mentioned in forum.appian.com/.../Defining_a_Custom_Data_Type . While making records for the same if i individually just print access code column in my EMPLOYEE i am getting an error access</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: I am using one to one mapping in my cdt's following the example mentioned in</title><link>https://community.appian.com/thread/3704?ContentTypeID=1</link><pubDate>Fri, 23 Aug 2013 11:31:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2d3e4529-2d45-45d9-933f-d2608c16dc3f</guid><dc:creator>himanshug</dc:creator><description>yes it worked .Thank you :)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I am using one to one mapping in my cdt's following the example mentioned in</title><link>https://community.appian.com/thread/3689?ContentTypeID=1</link><pubDate>Thu, 22 Aug 2013 17:37:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:915231f8-1860-45a3-9c3b-a0830ca9be46</guid><dc:creator>sikhivahans</dc:creator><description>Try this and let me know if you still have problem:&lt;br /&gt;&lt;br /&gt;&amp;#39;type!{&lt;a&gt;www.appian.com/.../2009}TextField&amp;#39;(&lt;/a&gt;&lt;br /&gt; label: &amp;quot;Security&amp;quot;,&lt;br /&gt; readOnly: true,&lt;br /&gt; value: rf!security.accessCode&lt;br /&gt; )&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I am using one to one mapping in my cdt's following the example mentioned in</title><link>https://community.appian.com/thread/3688?ContentTypeID=1</link><pubDate>Thu, 22 Aug 2013 17:14:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1be8b6f5-d834-450c-bf53-0a880f0f4916</guid><dc:creator>himanshug</dc:creator><description>Hi sikhivahans , i already have created the cdt&amp;#39;s  but while displaying them in records i am using the following code :&lt;br /&gt;=&amp;#39;type!{&lt;a&gt;www.appian.com/.../2009}ColumnArrayLayout&amp;#39;(&lt;/a&gt;&lt;br /&gt;    columns: {&lt;br /&gt;      &amp;#39;type!{&lt;a&gt;www.appian.com/.../2009}ColumnLayout&amp;#39;(&lt;/a&gt;&lt;br /&gt;        contents: {&lt;br /&gt;          &amp;#39;type!{&lt;a&gt;www.appian.com/.../2009}TextField&amp;#39;(&lt;/a&gt;&lt;br /&gt;            label: &amp;quot;First Name&amp;quot;,&lt;br /&gt;            readOnly: true,&lt;br /&gt;            value: rf!firstName&lt;br /&gt;          ),&lt;br /&gt;  &amp;#39;type!{&lt;a&gt;www.appian.com/.../2009}TextField&amp;#39;(&lt;/a&gt;&lt;br /&gt;            label: &amp;quot;Last Name&amp;quot;,&lt;br /&gt;            readOnly: true,&lt;br /&gt;            value: rf!lastName&lt;br /&gt;          ),&lt;br /&gt;  &lt;br /&gt; &amp;#39;type!{&lt;a&gt;www.appian.com/.../2009}TextField&amp;#39;(&lt;/a&gt;&lt;br /&gt;            label: &amp;quot;Security&amp;quot;,&lt;br /&gt;            readOnly: true,&lt;br /&gt;            value: rf!security&lt;br /&gt;          )&lt;br /&gt;    }&lt;br /&gt;      )&lt;br /&gt;    }&lt;br /&gt;  )&lt;br /&gt;In the record that is displayed , i am getting all the fields of the other cdt . I just want the accessCode field. How can i go about that ?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I am using one to one mapping in my cdt's following the example mentioned in</title><link>https://community.appian.com/thread/3687?ContentTypeID=1</link><pubDate>Thu, 22 Aug 2013 16:49:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:03755b45-91e5-493a-aa23-55441b97dfac</guid><dc:creator>sikhivahans</dc:creator><description>sorry for the typo- (Here securityCard is the name of the &amp;#39;ACCESS&amp;#39; entity that is referred in EMPLOYEE).&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I am using one to one mapping in my cdt's following the example mentioned in</title><link>https://community.appian.com/thread/3686?ContentTypeID=1</link><pubDate>Thu, 22 Aug 2013 16:47:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d81e6959-2709-4edd-b288-2c0c77c98f7a</guid><dc:creator>sikhivahans</dc:creator><description>Hi Himan,&lt;br /&gt;&amp;lt;xsd:complexType name=&amp;quot;EMPLOYEE&amp;quot;&amp;gt;&lt;br /&gt;    &amp;lt;xsd:sequence&amp;gt;&lt;br /&gt;        &amp;lt;xsd:element name=&amp;quot;id&amp;quot; type=&amp;quot;xsd:int&amp;quot;&amp;gt;&lt;br /&gt;       &lt;br /&gt;        &amp;lt;xsd:element name=&amp;quot;Name&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;&lt;br /&gt;        &amp;lt;xsd:element name=&amp;quot;securityCard&amp;quot; type=&amp;quot;ACCESS&amp;quot;&amp;gt;&lt;br /&gt;            &amp;lt;xsd:annotation&amp;gt;&lt;br /&gt;                &amp;lt;xsd:appinfo source=&amp;quot;appian.jpa&amp;quot;&amp;gt;&lt;br /&gt;                    @OneToOne(cascade=ALL, optional=false)&lt;br /&gt;                    @JoinColumn(name=&amp;quot;card_id&amp;quot;, nullable=false, unique=true)&lt;br /&gt;                &amp;lt;/xsd:appinfo&amp;gt;&lt;br /&gt;            &amp;lt;/xsd:annotation&amp;gt;&lt;br /&gt;        &amp;lt;/xsd:element&amp;gt;&lt;br /&gt;    &amp;lt;/xsd:sequence&amp;gt;&lt;br /&gt;&amp;lt;/xsd:complexType&amp;gt;&lt;br /&gt;&amp;lt;xsd:complexType name=&amp;quot;ACCESS&amp;quot;&amp;gt;&lt;br /&gt;    &amp;lt;xsd:sequence&amp;gt;&lt;br /&gt;        &amp;lt;xsd:element name=&amp;quot;id&amp;quot; type=&amp;quot;xsd:int&amp;quot;&amp;gt;&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;lt;/xsd:element&amp;gt;&lt;br /&gt;        &amp;lt;xsd:element name=&amp;quot;accessCode&amp;quot; type=&amp;quot;xsd:string&amp;quot; /&amp;gt;&lt;br /&gt;        &amp;lt;xsd:element name=&amp;quot;expirationDate&amp;quot; type=&amp;quot;xsd:dateTime&amp;quot; /&amp;gt;&lt;br /&gt;    &amp;lt;/xsd:sequence&amp;gt;&lt;br /&gt;&amp;lt;/xsd:complexType&amp;gt;&lt;br /&gt;If you want to access &amp;#39;id&amp;#39; in EMPLOYEE access as --&amp;gt; rf!id&lt;br /&gt;If you want to access &amp;#39;accessCode&amp;#39; in &amp;#39;ACCESS&amp;#39; then access it as --&amp;gt; rf!securityCard.accessCode (Here securityCard is the name of the &amp;#39;ACCESS&amp;#39; entity that is referredOYEE). So here you need to use dot notation when you are traversing inside the CDT. Hope this answers your questions. If not or if you have any follow-up questions, please let me know.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I am using one to one mapping in my cdt's following the example mentioned in</title><link>https://community.appian.com/thread/3685?ContentTypeID=1</link><pubDate>Thu, 22 Aug 2013 16:14:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a03d86d6-4835-4632-abfe-152e5f852cc6</guid><dc:creator>himanshug</dc:creator><description>i have two cdt&amp;#39;s  ; one is EMPLOYEE which contains fields id,name and security , Security is of the type of other cdt which is ACCESS. In ACCESS cdt i have fields that are id,access card,date of issue&lt;br /&gt;Now i want to show the record of EMPLOYEE with name and just access card column of the other cdt .&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I am using one to one mapping in my cdt's following the example mentioned in</title><link>https://community.appian.com/thread/3684?ContentTypeID=1</link><pubDate>Thu, 22 Aug 2013 15:47:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5e9e3663-d860-43d2-8bc4-88ff36fc7955</guid><dc:creator>GouthamKrishna</dc:creator><description>Hi Himanshu, if you let me know the outline of the structure of your CDT, I could help you out.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>