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.
That should work, but one thing to note is that the collection is called "user" and not "users". If this does not solve your problem, can you reply with the actual query you are attempting to execute?
Nico Barelmann
i am trying to get an user object from the users datastore - but it doesn't seem to work.
i thought i could handle it like i handle references to other datastores - like this:
modules.collectionAccess.collection('events').findOne({"_id":modules.collectionAccess.objectID(eventID)}, function (err, docs) {
.....
....
.....
But for any reason this does not work with users - any idea? (Or a hint in the docs i am missing?)
Best, Nico