This topic contains 1 reply, has 0 voices, and was last updated by robert.paulson 7 years, 7 months ago.

  • Author
    Posts
  • #2381

    NReddy

    Hi, the standard source field value on sales order form is being populated as “Web” whenever order comes from the Website and “Web Services” for the EDI orders. How can I make this field value to “Web” using script api manually? or How do we override sales order context to Web Store?

    Any suggestions would be much appreciated!
    This is a cached copy. Click here to see the original post.

  • #2382

    robert.paulson

    Hi NReddy,

    To answer your first question : How can I make this field value to “Web” using script api manually?

    Usually, sources are coming from marketing campaigns (Lists>Marketing>Marketing campaigns).

    In order to manually set this field use nlapiSetFieldValue(“”, “”)

    i.e nlapiSetFieldValue(“custbodysource”, “189373”);

You must be logged in to reply to this topic.