bkagankoksal
02/14/2022, 11:54 AMGerald Gillespie
02/14/2022, 11:56 AMHowever, I want my suitelet to do something like returning the selected lines but I couldnt figure it out howsorry, don’t understand what you’re asking here
bkagankoksal
02/14/2022, 12:00 PMGerald Gillespie
02/14/2022, 12:10 PMfieldchanged
here, but it depends upon the list type you use. (if it’s a listtype that requires the user to locally commit then fieldchanged
will lie to you).
anyway, now that you know which lines are in play you have enough information to build a request. a POST with body data seems best fit here. You can submit back to the same suitelet deployment if your onRequest
can recognize the difference in the request
or you can use a different one. up to you.bkagankoksal
02/14/2022, 12:17 PMbattk
02/14/2022, 12:37 PMGerald Gillespie
02/14/2022, 12:46 PMEric B
02/14/2022, 3:36 PM