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.
I have a collection hook that runs after a save operation. The problem is the request.body (the body of my entity) doesn't have it's _id filled properly. Actually it's missing.
It was working fine feel days ago ... and now it stopped.
The request.body will always have the original request. If the original request did not contain an _id, it will not be in the request.body. Check the response.body, which should be populated with the exact save entity after save.
N
Neto Leal
said
almost 10 years ago
Thanks Michael. Is there any way to generate this _id in the iOS SDK so I can send this _id before save the entity in the backend?
N
Neto Leal
said
almost 10 years ago
Michael, ignore my previous question. I created a method to generate an UID and worked fine.
Neto Leal
It was working fine feel days ago ... and now it stopped.
Any clues?
Thanks!