Get the right sys_id for screen in mobile view

rauhut
Tera Contributor

Hi,

 

I'm trying to set up mobil push notifications for new published news articles. It works so far but the push notification doesn't get the right deep link to the news content view in the Now Mobile App. 

 

Does somebody know which screen (sys_id) I have to take from sys_sg_screen.list that I can use to create the right deep link in the Push Notification Message Content? 

 

var formScreenSysId = "<here I need the right sys_id>";

var link = deepLinkGenerator.getFormScreenLink(
formScreenSysId,
current.getTableName(),
current.getValue("sys_id")
);
0 REPLIES 0