Transforms section elements into the Salesforce object and invokes the createObject
remote action to create the object.
Finds the specified section
list of sections on which the find has to be made
fieldApiName of the required section
sectionElement
Get dependent picklist details using ui-api
The recordTypeId to fetch details.
Makes the necessary remote actions for getting data needed when creating a new object and returns the section elements.
Calls multiple remote actions and returns a simplified JSON structure that can be used with object layout.
Id of the salesforce object.
of the salesforce object.
Saves the object and all the related attribute values. This function is called when user clicks save on the details tab of the object.
Id of the salesforce object
Updated section element values.
Transforms the response from getDependentPicklistDetails
response containing dependent picklist details
Generated using TypeDoc
Exposes SDK functions get object details and save object details