we have a saved search which displays a list of Tr...
# general
s
we have a saved search which displays a list of Transfer orders we would like one of the columns to be a link to the pick tickets is this possible?
m
You could use a Formula HTML to make a link in the saved search, if you have the URL of the pick ticket
s
the saved search gives me 3 transfer orders in the ui the url is the same so not ure how it works
m
Do you use Waves and the NS WMS? or just the native picking ticket?
s
native picking ticket
m
If you click on the native picking ticket from the transfer order it should take you to a new page. Copy that URL of the new page and usei it in your formula HTML
s
i did all 3 transfer orders have the same url
m
there should be a reference to the transfer order in the URL
is there an ID parameter?
s
nope , that is what i would have thoguht
Copy code
<a href="<https://xxxxx.app.netsuite.com/app/accounting/print/NLSPrintForm.nl?printtype=pickingticket&trantype=trnfrord&method=print&hotprint=T&title=Transfer+Orders&id=18461644>">test</a>
m
what is the id 18461644?
is 18461644 the ID of your transfer order?
s
yes
m
oh is this the URL you made?
can you share the copy of the URL that netsuite has for the pickticket?
s
Copy code
<https://xxxxxx.app.netsuite.com/app/accounting/print/NLSPrintForm.nl?printtype=pickingticket&trantype=trnfrord&method=print&hotprint=T&title=Transfer+Orders&whence=>
m
bummer...i wonder how the print app knows what transaction to print