• Bushra Salman
  • NEWBIE
  • -7 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 4
    Replies
Hi Expert,

I want to create a API in salesforce with  parameter name is "Address"   this will manage by external API. Means External API will send the Address parameter to the salesforce API. How i can integrate to External API to Salesforce API.

Please suggest.

Thanks
mukesh   
Hi everyone:

I'd like to study to the Salesforce Certified Platform Developer I exam, and it would be really helpful if you could tell me what are the best resources I can study from to pass the exam, besides the ones that are recommended in the study guide.

Regards,

Angel
Hi,

I am creating a visualforce page where I am trying to include two javascript files, but they are not running when the VF page loads. What is the correct way to include javascript in VF?

I have tried (with no luck):
  1. <script src="{!$Resource.jquery}"></script>
  2. <apex:includeScript value="{!URLFOR($Resource.jquery, 'jquery.min.js')}"/>
  • September 18, 2015
  • Like
  • 0
Hi Gurus,

I am new to Salesforce and learning new skills. Need some details regarding integrating SAP and Salesforce.

I have created a interface using SAP PI(with SAP ECC) .. its a SOAP to RFC synchronous interface, created a WSDL.

Tested the WSDL using SOAP UI, its working perfectly fine.

In Salesforce, I have created a Apex Class using that WSDL. Now, I need to know how to call this service.

Can anyone Help ?? ( I will provide the Apex Class generated from WSDL)

Regards,
Roopa