You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Oracle Offline Persistence Toolkit - shredding in VBCS

edited Aug 18, 2019 10:52AM in Visual Builder 1 comment

Summary

Oracle Offline Persistence Toolkit - shredding in VBCS

Content

Hi

Trying o enable shredding in VBCS mobile application.

Shredding  seems to work and I am able to see the data in the the browser cache as separated entries.

Simple query is not working, when trying to get one entry from cache I always get same entry and not the one I am query.

VBVS Code:

jsonProcessor: {
          shredder: SimpleJsonShredding.getShredder('user', 'USER_ID'),
          unshredder:SimpleJsonShredding.getUnshredder()
        },
        queryHandler: QueryHandlers.getSimpleQueryHandler('user')

 

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!