The saved search link to display all item level details was : https://XXXXXXXX.app.netsuite.com/app/common/search/searchresults.nl?searchid=ABC&saverun=T&whence= This returned the results of all the item level details of all quotes in the system. However, a custom hyperlink was added in the Primary Information of the quote to navigate to a different tab ,displaying the item level details of the… Continue reading Transaction Saved search URL to hyperlink filtering document number under customized field
Tag: set value to hyperlink field
Set link text instead of the URL itself on custom body hyperlink field
There are instances where the user would like to set a link text that would mask the actual URL that is to be set on a custom body hyperlink field. If the script that is to be used is not a Suitelet, a getField would be used instead of addField. Below is a sample code:… Continue reading Set link text instead of the URL itself on custom body hyperlink field