I am creating a C# application that will log a product request. That request will require 10 approvals. I want to maintain that list of approvals in its own table so they can be added, changed or removed and not affect the product request records . What I want to happen is that when a new product request is created a set of associated approvals are created in its own table.
Is this the best way to handle this? I need a little help putting this together. Thanks
Bennie
Nitin SontakkePosted Dec 29, 2016, 10:18 PM
Nitin SontakkePosted Dec 30, 2016, 1:43 AM
BenniePosted Dec 29, 2016, 11:23 PM
Nitin SontakkePosted Dec 29, 2016, 10:22 PM