function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
developerTeamdeveloperTeam 

how to represent a SQL SERVER VIEW in salesforce

I am converting the tables in my sql server database  to force.com as Objects and there are some tables which has relationship with views,

So how to show these on force.com

sandeep@Salesforcesandeep@Salesforce

Which type of view you are talking about I mean in form of table or chart with salesforce Data.

developerTeamdeveloperTeam

Dear Sandeep,

Am talking about the VIEWS which are like Tables on Sql Server Database.

We have a Database which has good number of tables and relationships. I had converted i.e created(Objects)  them all on our application in force.com manually , by refering to the sql server Management Studio, 

I had easily made all the relationships on the Sql server database (primary key and foreign key relationships) to look up relation in force.com , But there are some tables in my database which has relationship with VIEWS, so am confused , that how to create or show the Views on force.com platform and

also can we integrate the sql server database to our force.com directly so that my work can be made easier

 

Thank you

sandeep@Salesforcesandeep@Salesforce

Ok if I am getting correctly what you mean then I think you can use List view feature of salesforce.