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.
You need to include either options or a callback with your update. The format for the update command is update(query, entity, options, callback) or update(query, entity, options), or update(query, entity, callback). update(query, entity) is not currently supported.
O
Ow Choong Seong
said
almost 10 years ago
Thanks that fixed the issue. Just out of curiosity, that code was working earlier this week (when count was broken). Did something change?
M
Michael
said
almost 10 years ago
It did change, but it is never a good idea not to include a callback as Mongodb does not behave properly if a callback is not included.
Ow Choong Seong
{
"error": "BLRuntimeError",
"description": "The Business Logic script has a runtime error. See debug message for details.",
"debug": "TypeError: Cannot read property 'multi' of undefined"
}