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
lesanglesang 

How to integration .NET application with Sales Force site

Hi All,

I want to integrate my application with salesforce. My application has a Sessions list functionality for one Contact. Now users in Salesforce want to use my functionality. So how to display Sessions list on Contact detail page of Salesforce? Now I have not any solution to solve this problem. Please help me.

Thanks so much.

werewolfwerewolf
It will likely be pretty simple.  Have a look in the Salesforce documentation at creating custom objects (in the Help & Training link at the top right when you've logged into Salesforce).  If you create a custom Sessions object and add a lookup field to Contact on it, you will be able to create a list on Contact (called a related list) to each contact's sessions.  In fact, you will be prompted to create that related list as soon as you create that field.