<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Custom Field in Soap Api V4 (Thread)</title><description> &#xD;
&#xD;
&#xD;
I have updated from SOAP service v3 to v4. I have custom fields and in api v3 i could say  incident.Text01 = "abc"     After updating my service reference to v4, Text01 is not available. How can I update this custom field using the soap api?  Kind Regards,  Dimitri  </description><language>en-US</language><copyright>(C) Copyright 2006-2026 Inflectra Corporation.</copyright><managingEditor>support@inflectra.com</managingEditor><category domain="http://www.dmoz.org">/Computers/Software/Project_Management/</category><category domain="http://www.dmoz.org">/Computers/Software/Quality_Assurance/</category><generator>KronoDesk</generator><a10:contributor><a10:email>support@inflectra.com</a10:email></a10:contributor><a10:id>http://www.inflectra.com/kronodesk/forums/threads</a10:id><ttl>120</ttl><link>/Support/Forum/spirateam/issues-questions/490.aspx</link><item><guid isPermaLink="false">threadId=490</guid><author>Dimitri Sturm (dimitri.sturm@prodatamobility.com)</author><title>Custom Field in Soap Api V4</title><description> &#xD;
&#xD;
&#xD;
I have updated from SOAP service v3 to v4. I have custom fields and in api v3 i could say  incident.Text01 = "abc"     After updating my service reference to v4, Text01 is not available. How can I update this custom field using the soap api?  Kind Regards,  Dimitri  </description><pubDate>Mon, 04 Feb 2013 13:19:29 -0500</pubDate><a10:updated>2013-02-05T03:16:09-05:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/490.aspx</link></item><item><guid isPermaLink="false">messageId=908</guid><author>David J (adam.sandman+support@inflectra.com)</author><title> &#xD;
&#xD;
&#xD;
Hi Dimitri  In the new v4.0 API you can access the full spectrum of custom property types in </title><description> &#xD;
&#xD;
&#xD;
Hi Dimitri  In the new v4.0 API you can access the full spectrum of custom property types in v4.0 not just the text and list ones that are backwards-compatible with v3.0. The new syntax is a bit different though:         remoteRequirement.CustomProperties = new RemoteArtifactCustomProperty[2];       remoteRequirement.CustomProperties[0] = new RemoteArtifactCustomProperty() { PropertyNumber = 1, StringValue = "test value1" };       remoteRequirement.CustomProperties[1] = new RemoteArtifactCustomProperty() { PropertyNumber = 2, IntegerValue = customValueId2 };    Regards  Adam </description><pubDate>Tue, 05 Feb 2013 03:16:09 -0500</pubDate><a10:updated>2013-02-05T03:16:09-05:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/490.aspx#reply908</link></item></channel></rss>