As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Borna Beaković
I tried to put "entityId", "id", "_id" in query but none of this works.
var userCollection = modules.collectionAccess.collection('user');
userCollection.find ( {"entityId":"111122223333"} , function (err, userColl) {
}
Appreciate your help
Borna