Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Log call button...
We wanted a way for reps to log a completed call for a contact with a single click from within the customer record...
Required-
1. The created call record to automatically pick up a status of completed
2. The created call record to automatically pick up the contact that the call was made to
This was achieved by using the following formula
concat('<a href="https://system.netsuite.com/app/crm/calendar/call.nl?status=COMPLETE&l=T&refresh=activities&invitee=', concat({company.internalid}||'&company='||{company.internalid}||'&contact='||{internalid}, '">LOG CALL</a>'))
0