Question

How to disable Recently Viewed on BPM Mobile?

I want to disable this feature, so when i'm come back open the section it's directly showing the data not the history.

any solution for this?

Like 0

Like

1 comments

Dear Ahmad,

You need to replace the schema MobileApplicationManifestDefaultWorkplace and add this part of the code.

 

"Models": {

      "Case": {

          "CacheConfig":

              { "Disable": true

         }

Here is the example how it would look like for the Cases section. You need to do the same for your custom section. 

http://prntscr.com/pdpvpz



Also, make sure the section is not listed in the system setting  'Mobile application section list whose data is displayed through search results only'. You can set the value 0, save it and re-login. 

After that, clear the mobile application cache and re-synchronize. 

Best regards,

Dean

 

 

Show all comments