Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
NetSuite Saved Search : Add Link to Results Column to Call Workflow
I was hoping to get help from a NetSuite guru. Per the code below, I'm able to add a view link to the results column in my saved search via the formula (text):
'<font size="2">'||'<br><a name="View" id="View"href="'||'https://XXXXXX-sb1.app.netsuite.com/app/common/custom/custrecordentry.nl?rectype=142&id='||{internalid}||'"target="_blank">View</a>
While the above is helpful, my main goal is to create a link that calls a workflow button that lives on the custom record. Possible I could get some help in building out my link using the following code derived from the F12 dev tools?