Hi #FSL Experts,
I have a LWC component that is displaying using a Tab in FSL mobile app. I have a requirement where I have to navigate to a different tab (Schedule tab) from LWC button in my component. However, I'm not able to know which type of Page is Schedule in FSL so I can use relevant page type in my LWC navigation.
Let me know what will be the Type and apiName for Schedule tab in FSL mobile app.
this[NavigationMixin.Navigate]({
type: '??????',
attributes: {
apiName: '?????'
},
});
#FSL #FSL Mobile #Salesforce Field Service #Field Service Lightning #Field Service App #Field Service Mobile Settings @Field Service Mobile
Write an answer...
0/9000