Sunday, December 9, 2018

Add a Link in a Saved Search or Sublist to Open the Occurrence of a Recurring Event Same as the Edit This Date Button seen in a Recurring Event

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