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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Set customer records IsInactive property to True
I am using Suite talk to update many properties on customer records using asyncUpdateList. My script works fine. However, today I'm trying to support the IsInactive property, and am not having any luck. My code is quite simple.
Language = C#
Customer.IsInactive = True;
When I look at the Soap Message that was submitted it does not include IsInactive.
<record internalId="201928" xsi:type="listRel:Customer" xmlns:listRel="urn:relationships_2014_2.lists.webs ervices.netsuite.com">
<listRel:firstName>XXXXXX</listRel:firstName>
<listRel:lastName>XXXXX</listRel:lastName>
<listRel:phone>(111) 111-1111</listRel:phone>
0