REST Operations
Table and Form-over-Table capabilities are enabled for GET, PUT, PATCH, POST, and DELETE operations as follows:
- Download is enabled if there is a
GEToperation on the collection path. Note that you must first download rows before you can perform operations on the item path. Therefore,GETon the collection path is a prerequisite for operations on the item path such asPUT,PATCH, orDELETE. - Existing row updates are enabled if the item path has either a
PUTorPATCHoperation. - Create new rows is enabled if the collection path has a
POSToperation. - Delete existing rows is enabled if the item path has a
DELETEoperation.
For more information about Download, see Download Data. For more information about Upload, see Upload Changes.
Note:
Even if the business object supports an operation, you can still choose to disable a layout's capability by deselecting it in the Layout Designer's Advanced tab.