<force:recordEdit aura:id="edit" recordId="a02D0000006V8Ni"/> <ui:button label="Save" press="{!c.save}"/>
This client-side controller fires the event to save the record.
save : function(component, event, helper) { component.find("edit").get("e.recordSave").fire(); // Update the component helper.getRecords(component); }