Untitled

 avatar
unknown
javascript
a year ago
568 B
7
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