• mknob
  • NEWBIE
  • 25 Points
  • Member since 2009

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 12
    Questions
  • 10
    Replies

Hi.

 

I've already lerned how to create a button with Visualforce. Now i want to execute Apex-Code with a button. How i do this?

  • October 13, 2009
  • Like
  • 0

Hi.

 

I've already lerned how to create a button with Visualforce. Now i want to execute Apex-Code with a button. How i do this?
  • October 13, 2009
  • Like
  • 0

Is there a way to send som data from Salesforce to a Java Programm?

 

I miss the conection how to start or call a Java Programm from Salesforce.com

 

For example in a opporunity is a button. When i put the button Salesforce send datas about this opportunity to a java applet which displays all this datas.
  • October 09, 2009
  • Like
  • 0

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

  • October 06, 2009
  • Like
  • 0

Hi.

I'm trying to run Java Code on Salesforce. Exactly i've try to create a button on a Object (Account for example). If this button be clicked a window should be open where a Java-Programm do something (for example paint a circle or write a text).

Please can you give me a tip where i have to look for this issue?

  • October 01, 2009
  • Like
  • 0

Hi.

I'm trying to run Java Code on Salesforce. Exactly i've try to create a button on a Object (Account for example). If this button be clicked a window should be open where a Java-Programm do something (for example paint a circle or write a text).

Please can you give me a tip where i have to look for this issue?

  • October 01, 2009
  • Like
  • 0

Hi.

I've buildet a simple button in the Account-Layout with Force.com. This button shows a message.

How i can create this with Java in Eclipse-Force.com?

 

Code with JavaScript:

Account.objekt:

 <webLinks>
        <fullName>Hello</fullName>
        <availability>online</availability>
        <description>Say Hello</description>
        <displayType>button</displayType>
        <linkType>javascript</linkType>
        <masterLabel>Hello</masterLabel>
        <openType>onClickJavaScript</openType>
        <protected>false</protected>
        <url>alert (&quot;Hello {!User.Name}&quot; );</url>
    </webLinks>

 

Account-Account Layout .layout:

<customButtons>Hello</customButtons>

Message Edited by mknob on 10-01-2009 05:33 AM
  • October 01, 2009
  • Like
  • 0

Hi.

I've buildet a simple button in the Account-Layout with Force.com. This button shows a message.

How i can create this with APEX in Eclipse-Force.com?

 

Code with JavaScript&colon;

Account.objekt:

 <webLinks>
        <fullName>Hello</fullName>
        <availability>online</availability>
        <description>Say Hello</description>
        <displayType>button</displayType>
        <linkType>javascript</linkType>
        <masterLabel>Hello</masterLabel>
        <openType>onClickJavaScript</openType>
        <protected>false</protected>
        <url>alert (&quot;Hello {!User.Name}&quot; );</url>
    </webLinks>

 

Account-Account Layout .layout:

<customButtons>Hello</customButtons>
Message Edited by mknob on 10-01-2009 05:33 AM
  • October 01, 2009
  • Like
  • 0
Hello,

if i tried to creat a new Force.com project with Eclipse i allways get this message:

Unable to fetch organization details for '<username>':
Malformed reply from SOCKS server


What can i do?
  • September 25, 2009
  • Like
  • 0

Hi,

 

i've installed the Force.IDE like in the book Force.com_workbookv2.pdf

Now in Eclipse, i dont have the selection to programm a Salesforce-projekt. But in Help -> About Eclipse SDK there is the icon from salesforce.com.

 

Why also i cant programm for Salesforce?

  • September 10, 2009
  • Like
  • 0

Hi,

 

i'm new in Apex and Salesforce. My Question: Is it possible to programm in Apex a button, which is shown on the Opportunity site? The code have to be written in SETUP | CREATE |  APPS an not in a programming environment.

  • September 10, 2009
  • Like
  • 0

Hi,

 

is ther a way to programm a Salesforce plugin, without Eclipse or any programming environment?

  • September 10, 2009
  • Like
  • 0

Is there a way to send som data from Salesforce to a Java Programm?

 

I miss the conection how to start or call a Java Programm from Salesforce.com

 

For example in a opporunity is a button. When i put the button Salesforce send datas about this opportunity to a java applet which displays all this datas.
  • October 09, 2009
  • Like
  • 0

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

  • October 06, 2009
  • Like
  • 0

Hi.

I'm trying to run Java Code on Salesforce. Exactly i've try to create a button on a Object (Account for example). If this button be clicked a window should be open where a Java-Programm do something (for example paint a circle or write a text).

Please can you give me a tip where i have to look for this issue?

  • October 01, 2009
  • Like
  • 0
Hello,

if i tried to creat a new Force.com project with Eclipse i allways get this message:

Unable to fetch organization details for '<username>':
Malformed reply from SOCKS server


What can i do?
  • September 25, 2009
  • Like
  • 0

Hi,

 

i've installed the Force.IDE like in the book Force.com_workbookv2.pdf

Now in Eclipse, i dont have the selection to programm a Salesforce-projekt. But in Help -> About Eclipse SDK there is the icon from salesforce.com.

 

Why also i cant programm for Salesforce?

  • September 10, 2009
  • Like
  • 0

Hi,

 

i'm new in Apex and Salesforce. My Question: Is it possible to programm in Apex a button, which is shown on the Opportunity site? The code have to be written in SETUP | CREATE |  APPS an not in a programming environment.

  • September 10, 2009
  • Like
  • 0