A Record object can be instantiated via {@link #newRecord}.
If a recordId is given in {@link Record}, that id is used. If not, a new id is generated and available from the returned Record object. @throws RecordExistsException if a record with the given recordId already exists @throws RecordNotFoundException if the master record for a variant record does not exist @throws InvalidRecordException if an empty record is being created @throws FieldTypeNotFoundException @throws RecordTypeNotFoundException
|
|
|
|