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}`, {