cancel
Showing results for 
Search instead for 
Did you mean: 

Status button in Notification Screen in WM 6.2

CRVMANISH
Contributor
0 Kudos

Hello Experts,

I want to add status button in Notification screen in Android, which screenset should i use, I tried following screensets NotificationView, NotificationTileView, NotificationTileListview.

Regards

Manish

Accepted Solutions (0)

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Manish,

The notification status buttons are displayed on the MainMenuScreen_Notifications_Detail_iPad screen in the NotificationStatusTileDisplay field which is a TileDisplay field that in turn displays the NotificationStatusTileView screen set which contains the start and complete buttons.

--Bill

CRVMANISH
Contributor
0 Kudos

Hi Bill,

I added transfer button on statusviewtile but transfer button does not appear on screen.

What else I need to do?

Regards

Manish

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Manish,

Assuming you have published and transmitted you will need to troubleshoot to make sure the screen you added it to is the one that the client is using.  Check your logs to confirm what platform the device is select so you can trace through the screens.

--Bill

CRVMANISH
Contributor
0 Kudos

Hello Bill,

Which logs should i check and how to trace through the screens.

Please suggest.

Regards

MAnish

mark_pe
Active Contributor
0 Kudos

Manish,

A couple of suggestions:

1) In designing in Agentry Editor, you may use the Dependency window to check the properties or screen or buttons on which area it is used in. In my picture below, I just showed a status property (let us assume I have a status property in the mobile screen). If I click on my Notification status property you will see in the dependency all the screen windows it is used in. Each of those screens may be also used in certain transactions so you need to master how dependency window work to find stuff in the editor.

2) You may also use the short cut shift F1 or F1 to see the name of the screen in the ATE (Agentry Test Environment)

Hope this helps,

Mark Pe

SAP Senior Support Engineer