Hi Terry,
You should pass needed id to "_id_forDeletion" request parameter.
Here is a code:
pre
var id = stringClean($(this).text());
console.log("id = ",id);
deleteService.execute({parameters: {_id_forDeletion : id}});
/pre
Regards
Hi Terry,
You should pass needed id to "_id_forDeletion" request parameter.
Here is a code:
pre
var id = stringClean($(this).text());
console.log("id = ",id);
deleteService.execute({parameters: {_id_forDeletion : id}});
/pre
Regards