Skip to main content

updateNetsuiteCustomRecordPayload

Result of a NetSuite custom record write-back; on failure message carries the reason.

type updateNetsuiteCustomRecordPayload {
success: Boolean!
message: String
}

Fields

updateNetsuiteCustomRecordPayload.success ● Boolean! non-null scalar

True when the record was updated in NetSuite.

updateNetsuiteCustomRecordPayload.message ● String scalar

Human-readable status or error message.

Returned By

updateNetsuiteCustomRecord mutation