Let's take one table and view it from both the DDT and BO settings. First, if you open the table properties within the DDT, it will look like this:Next, the CRUD settings on the BO will need to match. If you are using the standard DDT naming convention (as shown above: TableName_Update, for example), then you will not have to supply the sproc name on the BO, but if it is a custom name or varies in any way from that naming convention, then you will have to supply the name on the BO. In this example, we are following the standards and do not need to supply the names on the BO, just indicate that we want to use the sprocs:
That is basically it. If you still get errors, then open up your sprocs (through SQL Server Management Studio) and make sure that they are being deployed.