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
Julien SalensonJulien Salenson 

navigateToSObject slideDevName: don't go on the slide

Hi,

After saving on my lightning component, I'm trying to go back to my record page with the good slide enabled.

I have a custom tab : 'configurateur' . 

I have tryed this :
var sObectEvent = $A.get("e.force:navigateToSObject");
sObectEvent.setParams({
     recordId: component.get("v.recordId"),
     slideDevName: 'configurateur'
});
sObectEvent.fire();
I'm going back to my record page but i'm landing in the default slide.

Is there a way to go back on my custom slide (tab) 'configurateur' ?

Thanks for your help
 
MagulanDuraipandianMagulanDuraipandian
Only related, chatter and detail are supported. Custom tabs are not supported.

--
Magulan Duraipandian
www.infallibletechie.com