function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Amit Visapurkar 21Amit Visapurkar 21 

lightning:recordEditForm

Hi,

The lightning:recordEditForm doc mentions that the onsuccess action returns the following parameter.

response - Object[]
The response data associated with the record during a record create or edit.
apiName: The record’s API name, such as Contact.
childRelationships: The child relationship data for this record.
fields: The field data for this record, matching the requested layout.
id: The ID of this record.
recordTypeInfo: The record type info for this record, if any.

Can anybody please tell me where i get that reponse and how to use it.
MagulanDuraipandianMagulanDuraipandian
Check this - http://www.infallibletechie.com/2018/04/how-to-use-onsuccess-action-in.html
arpit vijayvergiyaarpit vijayvergiya
Hi Amit,

Read the complete article on the following URL.
https://ibirdstechshare.blogspot.com/2018/04/apex-less-lightning-component-By-ArpitVijayvergiya.html

Thanks,
Arpit vijayvergiya