Untitled
unknown
javascript
2 years ago
568 B
10
Indexable
bbe.boswrappergetdata.get(
{
collectionSettings: JSON.stringify({
dataType: { id: "singleView" },
viewName: "viewprocessessetting",
name: "processessetting",
}),
queryOptions: JSON.stringify({
processesSettingProcessId: "f5a4590470e2990d",
settings: { $elemMatch: { $and: [{ k: { $eq: "easyCustomerId" } }, {v: ''}]} },
}),
},
function (res, err) {
if (err) {
console.log(err);
} else {
console.log(res);
}
}
);
Editor is loading...
Leave a Comment