Discussions
hyperlink on mobile
i have created a saved search that has result columns with hyperlink to create other records 'on the fly'. I pass in parameters from the first record so that the user has to do less data entry when creating the new record. This works great on the desktop.
For example, from a saved search of opportunities, the user can click on a link to create a task that has several parameters pre-populated based on data from the opportunity record.
example: '<a href=https://system.netsuite.com/app/crm/calendar/task.nl?transaction='||{internalid}|| '&company='||{customer.internalid}||'&record.title=superspecialmeeting'> super special meeting task</a>'