Reload issue in mobile application

Hello Community,

 

We are currently working on a custom button for contact edit page in mobile application which will reload the page and shows a popup . We have an issue with the reload. I have tried using this.reloadEntity and location.reload. But it is navigating to the list page and the popup is not showing. Can anyone please help me on this.

 

Regards,

Pavan Manne.

Like 0

Like

1 comments

Hello Pavan,

 

I guess you need to use refreshDirtyData method as described here. location.reload should reload the mobile app completely and you will be redirected either to the start page with the list of sections or to the section list of your current record and this.reloadEntity cannot be used in mobile app, it's only for desktop app.

Show all comments