As mentioned before, each transaction has the property 'Data Access Implementation':

If this property has the value '<default>', the value will be taken from WorkWithPlus Settings > WorkWithPlus for Web > Template Node (after running the Wizard and changing the property 'Data Access' to 'Service Layer', this property will already be with the value 'Service Layer').
When applying WorkWithPlus for Web to a transaction with data access as a service layer, WorkWithPlus will:
- Create a Web Panel for data insertion (instead of using the transaction itself), and access/save the data through services.
- In the grid objects, use grids based on SDTs (instead of grids with attributes), and load the data, filters, etc through services.
- Create an API object to encapsulate the definition of the services needed for the objects generated.
So, WorkWithPlus will generate all the objects automatically, having the same power of the grid as if you generate an instance accessing the transaction itself.

|