From f81432275461e4937ff08ab7f84239f4f644e69d Mon Sep 17 00:00:00 2001 From: SushilMallRC Date: Thu, 9 Jan 2025 13:09:19 +0530 Subject: [PATCH] Fix: Phone Call EndTime - NetSuite --- src/adapters/netsuite/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/adapters/netsuite/index.js b/src/adapters/netsuite/index.js index d3bb153a..0722df20 100644 --- a/src/adapters/netsuite/index.js +++ b/src/adapters/netsuite/index.js @@ -292,6 +292,7 @@ async function createCallLog({ user, contactInfo, authHeader, callLog, note, add endTime: endTimeSlot, timedEvent: true, message: comments, + completedDate: callEndTime }; 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}`, {