cancel
Showing results for 
Search instead for 
Did you mean: 

Is It Possible to create Status Bar Notification from SAP Asset Manager1911?

JanarthananE
Contributor
0 Kudos

Hello Experts,

one of the business requirement demands - instead of pop-up alert for Work order Push notification in SAP Asset Manager1911. Is it technically feasible/possible - to create status bar notification when emergency Work order is pushed to SAP Asset Manager 1911.

Understanding current behavior - enabling work order push - will display pop up message to end user on receiving emergency work order.

here I would like to know any native control or integration feature available within MDK development - for status bar notification creation feature.

jitendrakumar.kansal bill.froelich

Kindly suggest here

Thanks In Advance,

Jana

bill_froelich
Product and Topic Expert
Product and Topic Expert

Jana,

Can you provide some more details about what you mean by Status Bar Notification? Are you looking to simply display more of a banner or somehow indicate the receipt in the toolbar at the bottom?

--Bill

JanarthananE
Contributor
0 Kudos

Hello bill.froelich

Thanks for your quick response. I'm looking somehow indicate the receipt in the toolbar at the bottom.

For example, most of the time Technician will be working on the field, so when he received new Emergency Work order, he should notify with notification at application level.

e.g. sample/similar to below image.

Please let me know if more information required.

Best Regards,

Jana

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

e.janarthanan

Were you able to resolve your issue? If so please post an answer so others might benefit from your findings.


Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Jana,

Yes, on iOS you can have the push notification set the application badge number or do it programmatically via the ClientAPI setApplicationIconBadgeNumber method. I am guessing you will want to set it programmatically in the push processing rule since you will probably want to increment and decrement it based on the number of unread/unacknowledged items.

--Bill

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert

There isn't a pre-built component for doing this but you can probably get something similar with some effort. The biggest challenge is that there is no such thing as a "global" toolbar button. You will have to add this button to every page in the application where you want it to appear individually. Of course the logic behind the button can be the same, but you will need to edit every page.

You will also need to dig into the Asset Manager logic to understand what they are currently doing on receipt of the push message and store off the receipts as they come in which may update an indicator on the toolbar.

JanarthananE
Contributor
0 Kudos

Hello Bill,

Thanks for your response, yea understanding the solution, we are looking the similar kind of notification which shown below screenshot for Work order push notification instead of showing pop up message, is it possible to show notification at application level?

Kindly suggest here.

Thanks in advance,

Jana