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
mknobmknob 

Starting Java-Program with Salesforce

Hi.

 

I've created a small Java Aplication which can do an login in salesforce and which proviedes a list with all accounts. My question is how i can start this from salesforce? For example i have a button on the start page and if i touch it, my Java-Program should start.

 

Thank you

dragonmagicldragonmagicl

I haven't done it, but I would think that what you are looking for is creating a webservice that your salesforce button invokes.

 

also look at http://community.salesforce.com/sforce/board/message?board.id=apex&message.id=10027

mknobmknob

Your link is about Apex code.

 

Yes such a button. I addition with this button should some parameter given to the Java programm.