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.
Hey there, I moved this to Business Logic. What browser are you using?
B
Bikeaccdnt
said
over 9 years ago
IE 10 - Windows 7 64-Bit
C
Caroline
said
over 9 years ago
This is probably the problem. We don't support IE in our current system. Can you try it on a different browser? Chrome, Firefox, or Safari all work well.
Bikeaccdnt
function onRequest(request, response, modules){
}
**I add:**
function onRequest(request, response, modules)
{
var push=modules.push;
push.broadcastMessage(request.body.message);
var Logger = modules.logger;
Logger.info(request.body.message);
return response.complete(201);
}
The buttons on the right - Save Message/Save do nothing when pressed