Hi Folks3 things that I find slow me down when using the DDT are
- I always create all 3 sprocs. Having it remember that I want all 3 would be excellent
- The default stored procedure names are not the ones we use is our standards. Yours are always TABLE_NAME_Insert where ours is table_name_ins (our table names are always capitalized but our sprocs are not). It would rock to be able to setup our own template for this
- It always defaults to Optimistic All Fields for update and Off for delete but I always use RowVersion for both.
Obviously non of this is a big deal and is just really boring leg work but the whole point of using products like SF is to save me time and make my code consistent.
Thansk!