Josh Godfrey
12/18/2020, 9:35 PMNew | Edit | View
options disappear. Is there any option to have these appear on the summary level?Chloë
12/18/2020, 9:54 PMDavid
12/18/2020, 10:22 PMTony Zuko
12/18/2020, 10:30 PM'<a href=https://_<your_account_id>_.<http://app.netsuite.com/app/common/item/item.nl?id=|app.netsuite.com/app/common/item/item.nl?id=>' || {internalid} || ' target=_blank>View</a>'
That would create a column where the word “View” was a hyperlink to the URI string with the items internal ID appended to the end of the string dynamically with that {internalid}
piece.
As David mentioned above, this will not work unless each line in your summary search contains only one of the item that you are referencing in the formula.Tony Zuko
12/18/2020, 10:31 PM'<a href=https://_<your_account_id>_.<http://app.netsuite.com/app/common/item/item.nl?id=|app.netsuite.com/app/common/item/item.nl?id=>' || {internalid} || '&e=T target=_blank>Edit</a>'
Josh Godfrey
12/22/2020, 6:52 PMTony Zuko
12/22/2020, 9:44 PM