on 2023 Oct 11 9:45 AM
Dear Experts,
We have build one Fiori overview page with 13 cards. We also have defined navigation per card. Each time we Navigate back to overview page all data is requested again. Its about 13 backend calls to show same data. I have come across https://sapui5.hana.ondemand.com/sdk/#/topic/0c35c877d43f4237ab50c2988fc9f2c2.html and has a property as below..
"refreshStrategyOnAppRestore": {
"entitySets": {
"<entitySetToRefresh>": "self"
}
}
I am using it like below. I dont want to refresh of any entitysets. So i made it like below.
"refreshStrategyOnAppRestore": {
"entitySets": {
"C_OPENDISPUTECASEResults" : "",
"C_PROMISETOPAYOVERVIEWResults" : "",
"C_OVERDUEINDISPUTEResults" : "",
"ZC_PROCESSREC" : "",
"C_OVERDUEACCTRBLSResults" : "",
"C_COLLECTIONPROGRESSQResults" : "",
"C_ARDAYSSALESOUTSTDGOVWResults" : "",
"C_ARAGINGANALYSISOVWResults" : "",
"C_ARDEBTORSOVWResults" : "" ,
"C_APOVRDResults" : "",
"zc_processrec_EoMResults" : "",
"zc_processrec_IRIS" : ""
But still it makes backend call on back navigation. Did any one use it or am i doing it wrong. Please suggest.
Thank you,
Pradeep
Request clarification before answering.
User | Count |
---|---|
52 | |
10 | |
8 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.