hiya,
I'm looking at the commerce starterkit 2.0
The DAL uses sprocs.
Is anyone else trying to port this over to llblgen?
I understand that I can convert the sprocss to views, then create entities via the llblgen designer.
However, how would extend the functionality in the app?
At the moment, I think I'd have to monkey with the view sql, then re-generate the code.
AmI correct?Surely I should be able to extend the app by modifying the schema, then re-generating..thereby avoiding the neeed to manually create T sql?
Many thanks,
yogi