createRecordInputFilteredByEditedFields(recordInput, originalRecord)
Creates a RecordInput object with a list of fields that have been edited from their original values to pass in a call to updateRecord(recordInput).
createRecordInputFilteredByEditedFields uses this User Interface API resource, but doesn’t support all its parameters.
| Parameter Name | Type | Description | Required? |
|---|---|---|---|
recordInput | Object | A RecordInput object to filter. | ![]() |
originalRecord | Object | A Record object that contains the original field values. | ![]() |
An object with a list of fields that have been edited from their original values (excluding Id which is always included).
