Hi all, I'd like to get customer contact info from...
# suitescript
k
Hi all, I'd like to get customer contact info from Sales order record and input it into new sales order record and related job record with SuiteScript 2.0 Can anyone help, how to get that info from sales order with SS 2.0?
b
usually those list type sublists are data from other records
in this case, its probably best to do a saved search on contacts and use the transaction join to limit the search results to contacts related to your sales order
k
@battk how can I input customer contacts to another record such as Job record or another sales order?
b
usually things that have an attach button are attached using attach method of N/record
k
@battk thanks for your help I will ping you if I have problem in scripting. Do you have sample code of attach method?
If you can provide one, that would be helpful for my work Thanks
b
Nothing beyond the help documentation