This topic contains 2 replies, has 0 voices, and was last updated by paulbfelix 8 years, 10 months ago.

  • Author
    Posts
  • #6944 Score: 0

    paulbfelix
    • Contributions: 0
    • Level 1

    I am trying to set a custom form field on the customer record to null. I’ve search quite a bit, but only found example related to PHP. I’m using SuiteTalk via c# .Net. I also found the following.

    “You cannot set the Custom Form field to NULL. Any request to set this field to NULL is ignored.” https://system.netsuite.com/app/help…=DOC_FRONTPAGE

    I guess that is pretty straight forward, but it is a little hard to believe that the api does not support setting a custom field to null.

    Any guidance is greatly appreciated.
    This is a cached copy. Click here to see the original post.

  • #6945 Score: 0

    Daniel Giguere
    • Contributions: 0
    • Level 1

    Hi, on the record you’re trying to update, use the “nullFieldList” member. In that list, add all the fields or custom fields you want to set to blank.

    Hope this helps.

  • #6946 Score: 0

    paulbfelix
    • Contributions: 0
    • Level 1

    Thanks, Daniel. I’ll give that a try. Much appreciated.

You must be logged in to reply to this topic.