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
John Manager Training DepJohn Manager Training Dep 

sfdc.com integration?

Hi Team,

I am developing a Java web application which needs to access Salesforce objects. Using the Java web page login, on successful login, I want to be able to access certain standard and custom objects.

How do I perform this?

Can I restrict the access of data in the salesforce objects based on the user login form Java web application? How do I go about it?

Many Thanks in advance for all your help and support!
Khan AnasKhan Anas (Salesforce Developers) 
HI,

Greetings to you!

Please refer to the below links which might help you further with the above requirement.

https://www.ajaydubedi.com/my-works/salesforce-rest-integration-java-application/

https://salesforce.stackexchange.com/questions/56806/integrate-java-application-with-salesforce

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas
John Manager Training DepJohn Manager Training Dep
Thanks very much for the wonderful response. My another question is if we could restrict the data accessible based on user who is logging on through the java web application?
Say if user A is logging in then he/she should be able to see all the data in object Case but if user B is loggin in then he/she should be able to see only certain data in object Case.

Many Thanks in advance!