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.
Are there any plans to add a "history" to entities? I think this would be a valuable addition, considering that activity streams / history of changes to an entity are rather important. Modeling such a system on your own is a whole other topic, but having a very simple "who touched this" type of data would be useful for most basic cases.
Hey Dave, It's a cool idea! I'm popping it under feature requests.
M
Morgan
said
over 9 years ago
@"Dave Ackerman" Pardon me if what I'm about to suggest is obvious but you could implement such a scheme using Kinvey business logic. Just mark an entity as changed in a history log on prePost collection hook. Granted that's not as convenient as having it baked into the API but it is possible to do with no platform changes.
D
Dave Ackerman
said
over 9 years ago
@Morgan - you're totally right. For more complex scenarios it may not work, but at a basic level this is really all you'd need. :)
Dave Ackerman