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

  • Author
    Posts
  • #6958 Score: 0

    paulbfelix
    • Contributions: 0
    • Level 1

    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.

    XXXXXX XXXXX (111) 111-1111

    How can I set a customer to Inactive using Suite Talk?

    Thank you very much!
    This is a cached copy. Click here to see the original post.

  • #6959 Score: 0

    Daniel Giguere
    • Contributions: 0
    • Level 1

    customer.inactive = true;

    customer.inactiveSpecified = true;

  • #6960 Score: 0

    paulbfelix
    • Contributions: 0
    • Level 1

    Well, that’s simple enough. Thank you!

You must be logged in to reply to this topic.