createNetsuiteCustomRecord
Create a 1:many custom child record from the slideout. Only seeded
custom record types are creatable, fields are filtered to the
workspace-configured writable set, and the parent-link field is always
set server-side from parentObject + parentId.
createNetsuiteCustomRecord(
input: createNetsuiteCustomRecordInput!
): createNetsuiteCustomRecordPayload
Arguments
createNetsuiteCustomRecord.input ● createNetsuiteCustomRecordInput! non-null input
The custom record to create and the fields to set.
Type
createNetsuiteCustomRecordPayload object
Result of creating a NetSuite custom record; on failure message
carries the reason.