RAD Server CRUD Procedures - Part 2
June 11, 2021
In this Part 2 post, we will discuss modifying the default generated CRUD (CREATE, READ, UPDATE, DELETE) procedure implementations from the RAD Server Package Wizard, to show one possible way to implement Get, GetItem, Post, PutItem and DeleteItem REST Endpoints.
In the Part 1 post, we discussed the default generated CRUD procedure implementations from the RAD Server Package Wizard.
In the Part 3…