seanlin
10/06/2020, 6:21 AMexecute on com.sun.proxy.$Proxy710.sendRedirect failed due to: Multiple applicable overloads found for method name sendRedirect
Has anyone ever experience with this before?
My code looks like this:
var newRecordId = saveCredentialRecord(formData)
context.response.sendRedirect({
identifier: 'customrecord_gw_master_credentials',
type: https.RedirectType.RECORD,
id: newRecordId,
})
battk
10/06/2020, 6:22 AMseanlin
10/06/2020, 6:22 AMbattk
10/06/2020, 6:23 AMseanlin
10/06/2020, 6:23 AMseanlin
10/06/2020, 6:24 AMseanlin
10/06/2020, 6:28 AMbattk
10/06/2020, 6:30 AMbattk
10/06/2020, 6:30 AMbattk
10/06/2020, 6:30 AMseanlin
10/06/2020, 6:32 AM