You need to sign in to do that
Don't have an account?
prashant1985
I want display LinkedIn connections for the matching business in salesforce.
hi,
I want display LinkedIn connections for the matching business in salesforce.
when user select one company popup is open in that popup i want to display linkedin profile of that business.
so give me solution.
Thanks
prashant
Buddy I told you this is an example. Company__c is a custom object. You need to apply this to your scenario. Create a custom field that you want to relate the linkedin. In my scenario, there is a custom field called linkedinID__c in Company__c custom object. I store the company llinkedin id in linkedinID__c.
FYI
__c indicated the custom object
If you got the answer from this post, Please hit the Kudos button & mark the answer as solution, It might help others running to into similar problem in future.
All Answers
I have one of example for your requirement.
Try this and apply to your scenario.
If you got the answer from this post, Please hit the Kudos button & mark the answer as solution, It might help others running to into similar problem in future.
but this code gives error, "Company__c does not exist"
is Company__c is standard controller?
Buddy I told you this is an example. Company__c is a custom object. You need to apply this to your scenario. Create a custom field that you want to relate the linkedin. In my scenario, there is a custom field called linkedinID__c in Company__c custom object. I store the company llinkedin id in linkedinID__c.
FYI
__c indicated the custom object
If you got the answer from this post, Please hit the Kudos button & mark the answer as solution, It might help others running to into similar problem in future.
If you got the answer from this post, Please hit the Kudos button
For that i need to send request and get the response id(linked in id).
Can you share me that code which does the authorization and send me the linked in id
Thank You!!!