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.
Yup, this helped me two years later. It is because request.params.query is a string, and not an object. JSON.parse(request.params.query) took care of this.
James White
My pathetic attempt:
request.body._acl = function () {
this.creator = finalkey._acl.creator;
}
Also, a link for somewhere to learn more would be helpful.