cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 (Hybrid App) Can't create entity offline

former_member239819
Participant
0 Kudos

I have the following SAP UI5 snipper to create a JobSet entity.


This works online but not offline.

oModel.create("/JobSet", oEntry, {

success: function(oData, oResponse) 

{

self.jobId = oData.JobId;

},

error: function(oError) {

}

});

Accepted Solutions (0)

Answers (1)

Answers (1)

Ivan-Mirisola
Product and Topic Expert
Product and Topic Expert
0 Kudos