cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Fiori Split App : counter for master Title

former_member190313
Active Participant
0 Kudos

Hello All,

I have created track application , with delete document functionality. I need to add the counter on master view with mAster tile. on deleting the read document , the counter gets updated.

How to achieve this.

I checked standard My inbox application

It has below code in S2.View

<Page id="page" title="{i18n>MASTER_TITLE}">

where i18n file  has below entry

MASTER_TITLE=My Inbox ({0})

i could not get the logic, that how do this ({0}) get converted in to actual number .

Please help

Regards,

Sheetal

Accepted Solutions (0)

Answers (1)

Answers (1)

gill367
Active Contributor
0 Kudos

HI

In my inbox application.

overrideMHFHelperSetMasterTitle : function()  this function in the s2 controller is responsible for filling the placeholder {0} .

Regards,

Sarbjeet Singh