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
Pramitha Ayyappan NairPramitha Ayyappan Nair 

Help with Sortable Grid App

Hi,

I am using Sortable Grid App-and using e.force:createRecord . I would like to pass the RecordType ID which is stored in ChildRTID__c in the Event Payload- something like this:
{"entityApiName":"Contact", "defaultFieldValues" :{ "AccountId": "#parentrecordid#"},"recordTypeId": "#ChildRTID__c#"}

Is there a way I can achieve this?
Any help much appreciated.