Unable to read sObject error when saving Record From a Lightning Component's Controller
The error is due the case-sensitivity issue.It should haven been sobjectType
instead of sObjectType
in the default attribute of master_a
Always remember that attributes and it's values in component markup and variables you declare in controller.js and helper.js are all case-sensitive.