diff --git a/package.json b/package.json index 295fb163..6fe7a979 100644 --- a/package.json +++ b/package.json @@ -72,4 +72,4 @@ "url": "https://github.com/ringcentral/rc-unified-crm-extension/issues" }, "homepage": "https://github.com/ringcentral/rc-unified-crm-extension#readme" -} +} \ No newline at end of file diff --git a/src/adapters/netsuite/index.js b/src/adapters/netsuite/index.js index 26afce4d..e8259ad3 100644 --- a/src/adapters/netsuite/index.js +++ b/src/adapters/netsuite/index.js @@ -297,7 +297,7 @@ async function createCallLog({ user, contactInfo, authHeader, callLog, note, add startTime: startTimeSLot, endTime: endTimeSlot, timedEvent: true, - message: `\nCall Start Time: ${formatedStartTime}\n Duration In Second: ${callLog.duration}Sec.\n Call End Time : ${formatedEndTime}\nContact Number: ${contactInfo.phoneNumber}\nNote: ${note}${callLog.recording ? `\nCall recording link ${callLog.recording.link}` : ''}\n\n--- Created via RingCentral CRM Extension`, + message: `Note: ${note}${callLog.recording ? `\nCall recording link ${callLog.recording.link}` : ''}\n\n--- Created via RingCentral CRM Extension`, }; if (contactInfo.type?.toUpperCase() === 'CONTACT') { const contactInfoRes = await axios.get(`https://${user.hostname.split(".")[0]}.suitetalk.api.netsuite.com/services/rest/record/v1/contact/${contactInfo.id}`, {