You need to sign in to do that
Don't have an account?
Sam1980
Right Approach for below requirements
Please help in finding the right approach.
Current Scenario, i have a mysql database which i wanted to move all the data and users to Salesforce.. here are the table details
Client Table . Each client will be assigned one or more department like software, QA,PHP etc. Many custom fields
Admin users table : Main admin with acess to all cleint.. Some users will be assigned more or one department and accordingly he will have acess to respective clients.
Client_department table : in this we have to collect more information department wise which will be linked with client id from clients table
Cleint_department_xref table : in this we have to collect information department wise which can occur more than once for each cleint id.
Cases table : in this we want to create ticket or cases each client wise
All tables have custom fields . so need to know what is the best approach to setup database and respective forms in salesforce.
Do we have to use default sobject or do we have to create custom object or a combination of both. Not sure where to start
Current Scenario, i have a mysql database which i wanted to move all the data and users to Salesforce.. here are the table details
Client Table . Each client will be assigned one or more department like software, QA,PHP etc. Many custom fields
Admin users table : Main admin with acess to all cleint.. Some users will be assigned more or one department and accordingly he will have acess to respective clients.
Client_department table : in this we have to collect more information department wise which will be linked with client id from clients table
Cleint_department_xref table : in this we have to collect information department wise which can occur more than once for each cleint id.
Cases table : in this we want to create ticket or cases each client wise
All tables have custom fields . so need to know what is the best approach to setup database and respective forms in salesforce.
Do we have to use default sobject or do we have to create custom object or a combination of both. Not sure where to start
You will found most of the custom fields in salesforce out of box but we can create almost all type fields in salesforce, regrdless of standard object or custom object. The main issue you will face is access to client based on department (admin user table details), for that there could be two approches:-
Hope this could give you initial idea about possible approach.