reptar
08/26/2020, 4:15 PMcontext.newRecord.getValue('company')
doesn't populate on XEDIT, but does on EDIT. Any idea what's happening here?battk
08/26/2020, 4:19 PMbattk
08/26/2020, 4:19 PMreptar
08/26/2020, 4:22 PMbattk
08/26/2020, 4:23 PMreptar
08/26/2020, 4:25 PMoldStatus === CLOSED ||
assignmentQueue !== IT ||
surveySent === true ||
caseStatus !== CLOSED ||
!teamMemberIsEmployee ||
!assignedTo ||
caseType === MONITORING_ALERT ||
reasonClosed === DUPLICATE ||
reasonClosed === NO_RESPONSE ||
reasonClosed === WITHDRAWN
reptar
08/26/2020, 4:26 PMerictgrubaugh
08/26/2020, 4:26 PMbattk
08/26/2020, 4:26 PMbattk
08/26/2020, 4:27 PMerictgrubaugh
08/26/2020, 4:27 PMreptar
08/26/2020, 4:27 PMbattk
08/26/2020, 4:28 PMbattk
08/26/2020, 4:29 PMcreece
08/26/2020, 4:30 PMreptar
08/26/2020, 4:30 PMcreece
08/26/2020, 4:31 PMreptar
08/26/2020, 4:31 PMcreece
08/26/2020, 4:31 PMreptar
08/26/2020, 4:33 PMSandii
08/26/2020, 4:33 PMreptar
08/26/2020, 4:34 PMcreece
08/26/2020, 4:36 PMbattk
08/26/2020, 4:40 PMSandii
08/26/2020, 4:42 PMcreece
08/26/2020, 4:48 PMerictgrubaugh
08/26/2020, 4:48 PMafterSubmit
erictgrubaugh
08/26/2020, 4:49 PMcreece
08/26/2020, 4:49 PMreptar
08/26/2020, 4:50 PMreptar
08/26/2020, 4:50 PMreptar
08/26/2020, 4:51 PMreptar
08/26/2020, 4:52 PMcreece
08/26/2020, 4:53 PMcreece
08/26/2020, 4:53 PMerictgrubaugh
08/26/2020, 4:53 PMRecord
, Result
, etc) down into plain `Object`s first, then my business logic operates on native Objects instead.erictgrubaugh
08/26/2020, 4:54 PMnewRecord
, while XEDIT
reads all its data from a loaded Record
, but either way the data is transformed into an Object
that the business logic function acceptscreece
08/26/2020, 4:56 PMSandii
08/26/2020, 5:00 PMreptar
08/26/2020, 6:43 PM