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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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