Hi,
i' have to migrate an Access Application with some modification to a SharePoint Intranet. For some tables i have to customize forms to add and modify object depending on users roles exemple : table customer the administrator will have a different form than
a simple user.
My question is wich criteria do i consider to choose between those two solution :
1-Defining a custom contenttype on SharePoint with custom form using infopath or aspx form to manipulate Data
2-Defining the hole model in SQL with relation between Data and do all the CRUD on .NET and use a SharePoint for :
- Master Page of this aspx CRUD operations
- Search with BCS on those table
- BCS for creating some views and reports
My question is wich critera i have to consider between those two choice
Thanks for answer