I created this custom form but is it possible for ...
# general
k
I created this custom form but is it possible for me to click on this button and grab client script data directly from an form.addbutton?
b
you could, using N/currentRecord
but from your prior description, you probably want to create a sublist with your results
which is usually done via generating a new form
in this case, labeling the submit button
Search Orders
and then generating a form with a sublist from the post of the suitelet
k
Oh okay , thank you Battk, i’ll give that a try
Hi Battk i have questions. What you are saying is I need to create / overwrite a custom record into netsuite each time i run a search order? Then will I be able to use get custom record value and generate a PO based of my custom record value?
Overall, I need to create something like this. when i click on #1 submit order I need to create a PO based on #12
#12 is a list that is displayed based off a saved search i need to create when I click search order button
Is current record the only way I can pass values through different form?
Never mind, I figured it out