cancel
Showing results for 
Search instead for 
Did you mean: 

Implementing direct links to dashboard activities via web notifications and email alerts

aziz96
Explorer
View Entire Topic
nishantsharma02
Associate
Associate

Hi

Deep link format for FSM web:

Activity:

https://us.fsm.cloud.sap/shell/#/planning-dispatching/activities/view/${activityId}/details?selectedCompanyId=${companyId}

eg: 

https://us.fsm.cloud.sap/shell/#/planning-dispatching/activities/view/2FC3139E1DBA4E8B99D0C06AA8BA7D18/details?selectedCompanyId=36837

 

Service-call:

https://us.fsm.cloud.sap/shell/#/planning-dispatching/service-calls/view/${servicecallId}/details?selectedCompanyId=${companyId}

eg: 

https://us.fsm.cloud.sap/shell/#/planning-dispatching/service-calls/view/1BCE3236CBBD403490668CA6B96077D7/details?selectedCompanyId=36837

 

Emails : 

Emails support html components. So, you can just use an Anchor tag like below :

<a title="Activity Link href="https://us.fsm.cloud.sap/shell/#/planning-dispatching/activities/view/${fsmEvent.activityId}/details?selectedCompanyId=36837"><strong>Activity Link</strong> </a>

These direct links would open in FSM like this : 

nishantsharma02_0-1745251033566.png

 

Web Notifications:

To my knowledge, web notification are simple text based. You can send the entire above URL as text but cannot create an hyperlink.

Mobile Push notifications/Deep links: 

Please check help doc for more details

 

 

aziz96
Explorer
0 Kudos
thank you for the support