RE: Passing Class and Location from Sales Order to Contract Item
Answered
Trying to pass the Class and Location from a line item on a Sales Order to the corresponding Contract Item, then to the corresponding Renewal Contract Item. Does this need to be done with a custom field? Some of our items do not have a default Class or Location.
Hi
This is not possible on standard workflow and custom field sourcing.
Since, the data is from Sales Order (Sublist) to Item Information.
This is possible in suitescript, add before submit function, you can update sales order item to its item information.
Hope this work, thank you!

Thanks John!