Redirect to Now mobile on click of Outlook RITM or REQ link

ARAVINDA11
Tera Contributor

Guys please help

The RITM or REQ link is configured is working in outlook desktop when I click it from outlook email it is going to the ServicenowInstance

 

The sameway I need to do the redirection to NOW Mobile if I open from Outlook mobile app

 

Redirect to Now mobile on click of Outlook RITM or REQ link

 

Please help me how to do it @Ankur Bawiskar   @Community Alums  / guys help here

1 REPLY 1

Ahmmed Ali
Mega Sage

Hello @ARAVINDA11 

 

You will need to use Deep links to point to mobile applications in emails. For reference: https://docs.servicenow.com/en-US/bundle/utah-mobile/page/administer/tablet-mobile-ui/concept/deep-l...

 

You can use:

getFormScreenLink(formScreenId, tableName, recordSysId)getFormScreenLink is used to link into any non-parameterized form screen.formScreenId (required): sys_id of required form screen

tableName (required): table name of required form screen

recordSysId (required): sys_id of record from tableName

 

For details: https://docs.servicenow.com/bundle/utah-mobile/page/administer/tablet-mobile-ui/reference/deep-link-... 

 

Thank you,

Ali

 

If I could help you with your Query then, please hit the Thumb Icon and mark my answer as Correct!!

Thank you,
Ali