nlapiGetLineItemValue('time','billeddate',1) has a...
# ask-stanley-ai
v
nlapiGetLineItemValue('time','billeddate',1) has a hyperlink text how to get the url
c
AI generated answer (using internal Slack threads):
Based on the conversations provided, it seems like you're trying to get the URL from a hyperlink in a field using SuiteScript. Unfortunately, the URL does not appear directly in the NetSuite field explorer. One of the users suggested using a formula(text) field in your saved search to recreate the URL. You would need to concatenate the HTML for the weblink to the shipper with the variable of the tracking number. This would likely need to be a conditional formula as different shippers (like UPS and FedEx) have different URLs. Another user mentioned using
nlapiGetLineItemValue('item','quantitybilled',1)
to get the desired outcome when in edit mode on a sales order in the console. However, this was in the context of getting the 'quantitybilled' value, not a URL. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.812025905
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.806191325
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.804145157
Please provide your feedback on this answer.