Skip to main content

updateNetsuiteCustomRecordInput

No description

input updateNetsuiteCustomRecordInput {
recordType: String!
id: String!
fields: JSON!
}

Fields

updateNetsuiteCustomRecordInput.recordType ● String! non-null scalar

Script id of the seeded custom record type being updated.

updateNetsuiteCustomRecordInput.id ● String! non-null scalar

Internal id of the custom record instance to update.

updateNetsuiteCustomRecordInput.fields ● JSON! non-null scalar

Map of { netsuiteField: value } to write. Filtered server-side to the workspace-configured writable set; parent-link fields are never writable.

Member Of

updateNetsuiteCustomRecord mutation