<!--- Provide a general summary of the issue in the Title above --> ## Expected Behavior Per Andy Johnson, record updating can work with: ``` record("original_rtyp", "record_name") { ... base_fields ... } record("*", "record_name") { ... updated_fields ... } ``` ## Current Behavior Not sure; probably will throw a warning that the record types differ.