cancel
Showing results for 
Search instead for 
Did you mean: 

Is possible use sap.islocal() together another filter in Request for a Offline Kapsel App?

EdwarSoto
Participant
0 Kudos

Hi people,

I wan to know, how use sap.islocal to separete data new o modified of old data in a kapsel app.

I have this :

oTable.bindItems({
		    path : "/CollectionSet",
		    template : oTemplate,
		    filters : [
			new sap.ui.model.Filter("Insplot", sap.ui.model.FilterOperator.EQ, loteId),
			new sap.ui.model.Filter("Inspoper", sap.ui.model.FilterOperator.EQ, operacionId),
			new sap.ui.model.Filter("Inspchar", sap.ui.model.FilterOperator.EQ, caracteristicaId)			
		    ]
		});
 

now how I add this filter sap.islocal() to my code?? .

Customer infraestructue include a SMP 3.0 SP05

Thank you in advance!

Accepted Solutions (0)

Answers (0)