Hey guys - i have a question.
I'm currently working on a multi-tenant administration application. Here is where I need some guidance.
I have a form to create the customer - when this form is finished the idea is to have a SQL stored procedure fire off on the backend and create the tables necessary for the customers portal. Here is what I would like to happen essentially
STEP 1
administrationpage.com/createcustomer
- this is the wizard where the customer portal can be created.
STEP 2
administrationpage.com/CustomerName
CustomerName is a value in the wizard in Step 1. I would like this page to get created automatically when the wizard is finished in step 1 using a Shared Layout.
STEP 3
Each of the following pages would be representative of a Table in the Stored Procedure. All of the names will be pragmatic and can easily be scripted. I just don't k ...
Go to the complete details ...