• Shaambo
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 4
    Replies
hi,
If i understand correctly then when I am using <apex:scontrol subject=""> then the 'subject' attribute is supposed to pass on the record ID from which SControl will get its data.
I am using the below mentioned vf code and scontrol:
 
<apex:scontrol controlName="test_scontrol" subject="{!$CurrentPage.parameters.id}" />
 
scontrol:
<script type="text/javascript" src="/js/functions.js"></script>
<script src="/soap/ajax/12.0/connection.js"></script>
<script src="/soap/ajax/12.0/apex.js"></script>
<script>
try
{
alert("hello i am here");
var s = "{!Imriel_Installment_Payment__c.Id}";
alert(s+"  s");
}
catch(err)
{
alert(err);
}
</script>
 
I am getting the first alert as soon as the VF page gets loaded but I am getting the second alert as blank.Could someone please help me as to how I can pass the record ID to the scontrol.
 
thanks
Shaambo
 
Hi,
 
I am trying to write a APEX code which will create a xml file and send it to a external application and in return this external application would respond with another XML.
My problem is how do i authenticate that XML within the system?
how do i get the apex code to read the XML response from an external system?
any help in this regard would be highly appreciated.
 

Hi

We have an urgent requirement for Salesforce Developer at NY.

Experience:Minimum 2+ Years of Experience
Salesforce.com design & development .

Skills:APEX, S-controls, as well as proven utilization of OOD, database platforms, enterprise integration (EAI) and ETL tools to develop highly scalable applications.


Please contact Rupali at 510-545-4699 for more details.


Thanks & Regards

Rupali

rupali.mohanty@mansasys.com







Message Edited by Mansa Systems on 10-29-2008 12:29 PM
Hi,
 
  I am getting XML string from websrvice call. I want to parse that and update the custom object. I don't know how to parse the string like below.
 
<outloop status='success'><innerloop><value id='1242'></value></innerloop><error></error></outloop>
 
Pls. help.
 
Thanks,
 
Job Description
A Pharmaceutical Service Provider company located in the Parsippany area of NJ (973 area code) is seeking a Project Manager Or Technical Lead Or Business Analyst (Salesforce.com) for a FULL TIME opportunity.

Requirements include:
1.Ability to travel as 80% -100% of the first 6 months as the first project is located in Boston, MA.
2.Three to five years Salesforce.com application experience.
3.At least two full life cycle Salesforce.com implementations demonstrating robustness of design and quality of deliverables.
4.Two or more years of exposure to Life Sciences industry preferred.
5.Two or more years experience in the use and management of pharmaceutical industry data (IMS/NDC) preferred.

Base Salary. 80k-130k

Email your resume in Word *.doc or ASCII Text *.txt format to Resumes@SearchEDP.com referencing job ID 115 for this position. Local candidates will be given first priority. No phone calls please. No third parties. Must be authorized to work in the United States (unable to sponsor H1-B candidates).
I'm running Mac OS X 10.3.4 and Eclipse 3.0.0. I just downloaded the
Eclipse WSDL2Java plugin (com.myspotter.wsdl2java_1.2.0) from
http://sourceforge.net/projects/sforce. But I can't get Eclipse to install
it! I get an alert panel saying "Selected location does not contain an
update site. Please select another location."

The plugin folder contains the following files:

axis-ant.jar
axis.jar
commons-discovery.jar
commons-logging.jar
jaxrpc.jar
log4j-1.2.8.jar
plugin.xml
saaj.jar
wsdl2java.jar
wsdl4j.jar

I've also tried dropping the folder into Eclipse's plugins directory.

What else can I try?

DJH
  • July 22, 2004
  • Like
  • 0