Function set_record_base_id

Source
pub fn set_record_base_id(base_id: &str)
Expand description

Set the base id (i.e. the id this record should inherit default
values from) of the temporary record stored on the server for the
currently specified record type.

base_id The baseId of the record.

Returns void