<?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>Populate Extended Classification with SDK</title><link>https://www.aras.com/community/f/development/3833/populate-extended-classification-with-sdk</link><description>Is their a method on the Item object which can set the Extended Classification property?</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: Populate Extended Classification with SDK</title><link>https://www.aras.com/community/thread/1833?ContentTypeID=1</link><pubDate>Mon, 30 Jul 2018 13:44:51 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:80e43fb6-ef8e-4cbf-ad12-8e8e0fb0b866</guid><dc:creator>Eli Donahue</dc:creator><description>Hi fdxu168,

Here is some sample IOM for creating an item (Part) with a specific xClass, where &amp;quot;inn&amp;quot; is an Innovator object.
&lt;pre&gt;Item part = inn.newItem(&amp;quot;Part&amp;quot;,&amp;quot;add&amp;quot;);
Item part_xclass = part.createRelationship(&amp;quot;Part_xClass&amp;quot;,&amp;quot;add&amp;quot;);
Item xclass = part_xclass.createRelatedItem(&amp;quot;xClass&amp;quot;,&amp;quot;get&amp;quot;);
xclass.setProperty(&amp;quot;name&amp;quot;,&amp;quot;MyClass&amp;quot;);&lt;/pre&gt;
Hope this helps!

Eli

&lt;hr /&gt;

Eli Donahue

Aras Labs Software Engineer&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Populate Extended Classification with SDK</title><link>https://www.aras.com/community/thread/1832?ContentTypeID=1</link><pubDate>Tue, 24 Jul 2018 09:25:23 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:1a2a73ed-31c0-477b-86c8-650a6a0888b0</guid><dc:creator>Eli Donahue</dc:creator><description>Hi fdxu168,

I&amp;#39;m pretty sure it&amp;#39;s possible to use the IOM to set the extended classification, though I don&amp;#39;t think there are any specific methods. I&amp;#39;ll see if I can dig up a sample for you. It&amp;#39;s definitely better to use AML or IOM methods to create/update data than to use direct SQL.

Eli

&lt;hr /&gt;

Eli Donahue

Aras Labs Software Engineer&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Populate Extended Classification with SDK</title><link>https://www.aras.com/community/thread/1831?ContentTypeID=1</link><pubDate>Tue, 24 Jul 2018 06:28:25 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:4bc009a5-9923-42c1-9a7d-fe32b4ad463e</guid><dc:creator>Former Member</dc:creator><description>I want to do this in a . Net program. It seems I can do it via writing to the tables directly. Was hoping there are methods on Item to set xclass property instead of using direct SQL.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Populate Extended Classification with SDK</title><link>https://www.aras.com/community/thread/1830?ContentTypeID=1</link><pubDate>Mon, 23 Jul 2018 14:15:40 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:ed04c999-5682-4e59-875b-fee42ff95105</guid><dc:creator>Eli Donahue</dc:creator><description>Hi fdxu168,

What is the context of your method? Is this a server-side or client method?

Eli

&lt;hr /&gt;

Eli Donahue

Aras Labs Software Engineer&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>