Changes between Version 36 and Version 37 of S3/S3Model/SuperEntities
- Timestamp:
- 06/16/14 06:00:48 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Model/SuperEntities
v36 v37 148 148 === Updating a Super-Entity === 149 149 150 If you use [wiki:S3 XRC/RESTfulAPI/s3_rest_controller s3_rest_controller()] for CRUD, it will automatically create, update and delete super-entities as necessary.150 If you use [wiki:S3/S3REST/s3_rest_controller s3_rest_controller()] for CRUD, it will automatically create, update and delete super-entities as necessary. 151 151 152 152 Otherwise, or if you manipulate records outside s3_rest_controller, you have to update all super-entities which an instance table implements whenever you create, update or delete a record in that table.