<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/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>How do I get the relationship name from a HTML grid</title><link>https://www.aras.com/community/f/development/38012/how-do-i-get-the-relationship-name-from-a-html-grid</link><description>Below is my code. I&amp;#39;m trying to get the name from the itemtype User where the created_by_id. 
 
 for (var j = 0; j &amp;lt; itms.getItemCount(); j++) { 
 var itm = itms.getItemByIndex(j); 
 var id = itm.getAttribute(&amp;quot;id&amp;quot;); 
 valsArr = [itm.getProperty(&amp;quot;item_number</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: How do I get the relationship name from a HTML grid</title><link>https://www.aras.com/community/thread/9539?ContentTypeID=1</link><pubDate>Wed, 21 Jun 2023 12:14:01 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:c7eb7e6e-5f71-45e9-8f84-7849915ece73</guid><dc:creator>ddidonato</dc:creator><description>&lt;p&gt;Thank&amp;nbsp; You, That worked!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I get the relationship name from a HTML grid</title><link>https://www.aras.com/community/thread/9534?ContentTypeID=1</link><pubDate>Sun, 18 Jun 2023 07:07:48 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:17b06fd6-9cae-4d58-a452-1d154217347e</guid><dc:creator>Gopikrishnan</dc:creator><description>&lt;p&gt;I believe you are trying to get the keyed_name of the user. Try using below line&lt;/p&gt;
&lt;p&gt;&lt;span&gt;itm&lt;/span&gt;.getPropertyAttribute(&amp;quot;&lt;span&gt;created_by_id&lt;/span&gt;&amp;quot;, &amp;quot;keyed_name&amp;quot;);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>