• Bidun
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 8
    Questions
  • 2
    Replies

Hi,

 

I have a requirement where i need to show the radar graph as a part of the dashboard componenet or home page component available for everyone to print.

 

Is there a way i can accomplish this using apps from app exchange or development effort?

 

Regards,

Bidun

  • September 06, 2012
  • Like
  • 0

I am Trying to get started with Amazon EC2 and Salesforce integration
to Build a website. I want to use REST API for this integration. Can
someone help me build a HELLO WORLD Application.


Say my user enters his name 'John' I will send  him a response 'HELLO
WORLD JOHN'


I am familiar with sales force functionality and customizations. I can
also build a WSDL pretty quickly. But I need guidance to understand
how i can provide REST service to the application in EC2.


I Downloaded the toolkit and looked into the classes as per the
information i obtained from developer force. But i still need a step a
step by step process after downloading it.


Any information will really be helpful.


Thank you,

Bidun

  • June 08, 2011
  • Like
  • 0

Hi,

I am Trying to get started with Amazon EC2 and Salesforce intgration to Build a website. I want to use REST API for this integration. Can someone help me build a HELLO WORLD Application.

 

Say my user enters his name 'John' I will send  him a responce 'HELLO WORLD JOHN'

 

I am faliliar with salesforce functinalities and customisations. I can also build a WSDL pretty quickly. But I need guidance to understand how i can provide REST service to the applciation in EC2.

 

I Downloaded the toolkit and looked into the classes as per the information i obtained from developerforce. But i still need a step a step by step process after downlading it.

 

Any information will really be helpful.

 

Thank you,

Bidun

  • June 08, 2011
  • Like
  • 0

Hello ,

 

I was trying to change the value of the Leadstatus in After Insert.

 

Having changed the status of a set of leads in one method i made a call to the next one. 

 

But this does not work. I sends out an Exception: Reacord is read only

 

Can some one please help me on this.

 

 public static void afterInsertLeadTrigger(List<Lead> newLeads) {
        // Process Leads after Insert Process
        system.debug('Check IsError:' + isError);
        if(!isError){
            method1(newLeads);
            method2(newLeads);
        }else{
            isError = false;
        }
    }

 

Thanks

Bidun

  • May 30, 2011
  • Like
  • 0

Hi,

 

Can any one please help me understand how can we save and return images through web service calls?

 

Thanks and Regards,

Bidun

  • May 18, 2011
  • Like
  • 0

I am trying to capture how many hours did a user for for day on salesforce. Can anyone please help me generating a report in sucha  pattern.

  • May 16, 2011
  • Like
  • 0

I am trying to save the images as static resources associate  them to the record to retrieve them when ever I need them.

 

Can any one please help me understand how I can do this.

 

To explain the question better. I want to save the image sent through a website into my documents and associate that with the record created. 

 

This will help me send a response when the user requests for it.

 

 

  • May 16, 2011
  • Like
  • 0

Hello Every,

 

I have develed an APEX web service and downloded the WSDL service using the fourms.

 

I know that i can test my WSDL service using SOAPUI. I have downloaded SOAPUI and uploded my WSDL along with the Enterprise WSDL . 

 

I provided thee login credentials which include my  Userid, Password, Security token, Org id to get the session id for me to test my WSDL.

 

But I get an Error " connection Timed out" in soapui. 

 

Can anyone please help me with this.. 

 

 

 

 

  • May 03, 2011
  • Like
  • 0

I am Trying to get started with Amazon EC2 and Salesforce integration
to Build a website. I want to use REST API for this integration. Can
someone help me build a HELLO WORLD Application.


Say my user enters his name 'John' I will send  him a response 'HELLO
WORLD JOHN'


I am familiar with sales force functionality and customizations. I can
also build a WSDL pretty quickly. But I need guidance to understand
how i can provide REST service to the application in EC2.


I Downloaded the toolkit and looked into the classes as per the
information i obtained from developer force. But i still need a step a
step by step process after downloading it.


Any information will really be helpful.


Thank you,

Bidun

  • June 08, 2011
  • Like
  • 0

Hello Every,

 

I have develed an APEX web service and downloded the WSDL service using the fourms.

 

I know that i can test my WSDL service using SOAPUI. I have downloaded SOAPUI and uploded my WSDL along with the Enterprise WSDL . 

 

I provided thee login credentials which include my  Userid, Password, Security token, Org id to get the session id for me to test my WSDL.

 

But I get an Error " connection Timed out" in soapui. 

 

Can anyone please help me with this.. 

 

 

 

 

  • May 03, 2011
  • Like
  • 0