Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
smbXML bug ?
I'm adding new custom entity field using XML
&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;!DOCTYPE smbxml SYSTEM "http://www.netledger.com/xml/dtd/smb_4_11.dtd"&gt; &lt;smbxml missingFieldOverwrite="false"&gt; &lt;request&gt; &lt;addOrUpdate&gt; &lt;customField <span style="color:'"Red"'">handle="custentity_securedsite"</span>&gt; &lt;name&gt;Secured Site&lt;/name&gt; &lt;type&gt;ENTITY&lt;/type&gt; &lt;fieldType&gt;Free-Form Text&lt;/fieldType&gt; &lt;addToCustomer&gt;true&lt;/addToCustomer&gt; &lt;/customField&gt; &lt;/addOrUpdate&gt; &lt;/request&gt; &lt;/smbxml&gt;
0