Add the link of an occurence of a recurring event on an existing saved search. Use a Formula (Text) field then add the formula below:
'<a href="https://system.netsuite.com/app/crm/calendar/event.nl?date=' || to_char({instancestart},'MM') || '/' || to_char({instancestart},'DD') || '/' || to_char({instancestart},'YYYY') || '&id=' || {internalid} || '&e=T&_instance=T">Edit This Date</a>'
No comments:
Post a Comment