Marty Zigman

Conversations with Marty Zigman

Certified Administrator • ERP • SuiteCloud

Marty Zigman LinkedIn

Marty Zigman

Holding all three official certifications, Marty is regarded as the top NetSuite expert and leads a team of senior professionals at Prolecto Resources, Inc.. He is a former Deloitte & Touche CPA and has held CTO roles. For over 30 years, Marty has produced leadership in ERP, CRM, and eCommerce business systems. Contact Marty to set up a conversation.

BiographyYouTubeLinkedInX (Twitter)

3 thoughts on “Get NetSuite Work Order Internal ID from Sales Order

  1. Dustin H says:

    Thank you! very helpful for something I needed today.

  2. Wellyntong Breton says:

    Mr. Zigman…
    I got this error:
    “org.mozilla.javascript.EcmaError: TypeError: Cannot find function getLineItemValue in object dynamic record.”
    I am using Suite scripts version 2.0

    Is there a replacemet for tis API for 2.0?
    …Or what do you sugges?

  3. Marty Zigman says:

    Hello Wellyntong,

    Have you tried this?

    var lineValue = record.getSublistValue({
    sublistId: 'item',
    fieldId: 'woid',
    line: lineNumber - 1 // Zero-based index in 2.0
    });

    Marty

Leave a Reply

Your email address will not be published. Required fields are marked *