on 2018 May 30 11:42 AM
Hi,
I have successfully created a mobile app by following this blog
https://blogs.sap.com/2017/03/22/make-offline-app-using-sap-cp-mobile-service-for-sap-fiori-part-1/
but when I run it in my device, the offline storage does not created.
I am using Northwind service, and create Master-Detail app using Suppliers and Products data.
Inside my manifest.js file, I have included this comment
"sap.mobile": { "_version": "1.1.0", "definingRequests": {}, "stores": [{ "name": "SUPP_PROD", "serviceRoot": "/Northwind/v2/northwind/northwind.svc/", "definingRequests": { "Suppliers": "/Suppliers", "Products": "/Products" } }] },
Anybody can suggest me what to do next?
Thanks
TJ
Thanks Britt.
I followed what mentioned on those blog, now I can create offline apps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
tjarliman.rusadi - the answer to this question depends on how you are accessing the cloud build. If you are a Fiori Mobile customer (meaning you purchased SAP Fiori Cloud, premium), then you should open a support ticket. Otherwise, there have been some significant changes, particularly in the area of offline support/code generation in the hybrid app toolkit. Check out my blog here: https://blogs.sap.com/2018/05/16/important-updates-in-hybrid-app-toolkit-v1.30/ and Ludo Noens' blog here: https://blogs.sap.com/2018/05/22/creating-an-offline-crud-hybrid-mobile-app-in-sap-web-ide-full-stac....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your explanation.
I will check those Blogs you mentioned, and will update here if things are working fine on my end.
User | Count |
---|---|
73 | |
10 | |
8 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.