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
Michał Bajdek 28Michał Bajdek 28 

create record with particular recordtype.developername

Hello,
Could you please give me some advices? I have to create such lightning component, with following buttons (triangle,star and arrow):
User-added image
All of them are Case objects but each od them has different recordtype. I would like to launch new record creation modal with particular Recordtype.developername (since RT.Id will be different on each environment).
Here I have found how to create new record with RT.id but in my case it should base on developername:

https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/data_service_create_record.htm

Could you please tell me how to deal with this problem?