RE: How to create custom html popup (not by using suitelet) in netsuite salesorder and getting all line data on that popup .

Creating the custom html popup field  with submit button in netsuite sales order and getting all the line level data on that popups .  And When the user Clicks on submit the particular line level sublist should be get updated .

Any Ideas will be appreicieted .

AJAY Rookie Asked on February 4, 2020 in SuiteScript.
Add Comment
5 Answers

You can use the curentRecord module and .get() method.

Rookie Answered on February 4, 2020.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.