• elghoul_girl
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 7
    Questions
  • 13
    Replies

Hello Everyone,

 

   I need to migrate data from ACT! to Salesforce. I am totally new to ACT! Please I need your advice. Any advice, tips and tricks are appreciated.

 

Thanks.     

Hello Everybody,

 

   I just passed the dev401 exam successfully and I want to get ready for dev501. Please advice me from where I should study and if there is any sample questions as well.

 

Thanks.....

Hello Everybody,

 

    Please help me... I need to show in the Case page the following "The Account's Owner Name". All what I can reach now is the Account.OwnerID... How can I reach the Account Owner Name? I am new in salesforce so please try to give me as much as possible details on how to do it.

 

Thank You,

    Sally

Hello,

 

    I am new with VF and apex so please help me. I am using the datepicker of jquery, so I added a html input with type text in my page like this:

 

<input type="Text" id="Date" name="date"/>

 

    I want to pass the value of this input text to a custom controller. I created in this controller a property names StartDate.

 

Thanks,

    Sally

Hello Everybody,

 

   I am new to Apex and really need your help. I am doing now an extension to a standard controller and I am lost. when should I use "StandardSetController" and when do I use "StandardController"? this is my first question.

 

  I am also trying to create a VF listing page for Accounts. and I have three record types and I want to get the list for each record type and bind it to a seperate pageblock. How cann I do it please?

 

Thanks......

Hello Everybody,

 

   I am new in SalesForce. I don't understand what is the difference between the lookup and master-details relationships. Both are one to many relation ship.... and I can't imagine while developing when I should use each.. So, please advice

 

Thank you,

    Sally

Hello,

 

   I am actually a .net developer but I am going to self study SalesForce and I need to pass the 401 developer exam. Can you please tell me what and from where I should study? and provide me with any dumps and samples questions please?

 

Thanks,

   sally

Hello Everybody,

 

   I just passed the dev401 exam successfully and I want to get ready for dev501. Please advice me from where I should study and if there is any sample questions as well.

 

Thanks.....

Hello Everybody,

 

    Please help me... I need to show in the Case page the following "The Account's Owner Name". All what I can reach now is the Account.OwnerID... How can I reach the Account Owner Name? I am new in salesforce so please try to give me as much as possible details on how to do it.

 

Thank You,

    Sally

Hello,

 

    I am new with VF and apex so please help me. I am using the datepicker of jquery, so I added a html input with type text in my page like this:

 

<input type="Text" id="Date" name="date"/>

 

    I want to pass the value of this input text to a custom controller. I created in this controller a property names StartDate.

 

Thanks,

    Sally

Hello Everybody,

 

   I am new to Apex and really need your help. I am doing now an extension to a standard controller and I am lost. when should I use "StandardSetController" and when do I use "StandardController"? this is my first question.

 

  I am also trying to create a VF listing page for Accounts. and I have three record types and I want to get the list for each record type and bind it to a seperate pageblock. How cann I do it please?

 

Thanks......

Hello,

 

   I am actually a .net developer but I am going to self study SalesForce and I need to pass the 401 developer exam. Can you please tell me what and from where I should study? and provide me with any dumps and samples questions please?

 

Thanks,

   sally

Hi,

 

Anyone can help , this for loop not working in class but working on System Log.

 

Error:

ErrorError: Compile Error: expecting right curly bracket, found 'for' at line 5 column 0 

 

 

List <optedOutList> = new List<contact>();

List <activeContactList> = new List<contact>();

List networkList = [SELECT id,name,Account_Name__r.Name, Title__c,Industry__c FROM Contact WHERE Industry__c like :IndustryName AND OptOut__c = false ORDER BY Name ASC LIMIT 100];

 

for(Contact contactObject: networkList)

{

 if(contactObject.OptOut__c==true)

{

 optedOutList.add(contactObject);

 }

 else if(contactObject.active==true)

{

 activeContactList.add(contactObject);

}

}

  • September 21, 2010
  • Like
  • 0
I am getting when trying to generate apex classes from a WSDL generated by Inforamtica Web Service.
 
Error: Unable to find element for {http://www.informatica.com/wsdl/}t_targetResponse
 
I don't know what can be done with this element. Has anybody faced this kind of issue ?
 
Here is my WSDL file.

<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:n="http://www.informatica.com/wsdl/" xmlns:infa="http://www.informatica.com/" targetNamespace="http://www.informatica.com/" xmlns="http://schemas.xmlsoap.org/wsdl/">
 <wsdl:types>
 <xsd:schema targetNamespace="http://www.informatica.com/wsdl/" xmlns="http://www.informatica.com/wsdl/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:infatype="http://www.informatica.com/types/" elementFormDefault="qualified" attributeFormDefault="unqualified">
  <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/http/" />
  <xsd:element name="ws_ip_op_resp_2Response" type="ws_ip_op_resp_2ResponseType" />
 <xsd:complexType name="ws_ip_op_resp_2RequestType">
 <xsd:sequence>
 <xsd:element name="ws_ip_op_resp_2RequestElement">
 <xsd:complexType>
 <xsd:sequence>
 <xsd:element name="Address_ID" minOccurs="0" maxOccurs="1">
 <xsd:simpleType>
  <xsd:restriction base="xsd:decimal" />
  </xsd:simpleType>
  </xsd:element>
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
  </xsd:sequence>
  </xsd:complexType>
 <xsd:complexType name="ws_ip_op_resp_2ResponseType">
 <xsd:sequence>
 <xsd:element name="ws_ip_op_resp_2ResponseElement">
 <xsd:complexType>
 <xsd:sequence>
 <xsd:element name="Address_ID" minOccurs="0" maxOccurs="1">
 <xsd:simpleType>
  <xsd:restriction base="xsd:decimal" />
  </xsd:simpleType>
  </xsd:element>
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
  </xsd:sequence>
  </xsd:complexType>
  <xsd:element name="ws_ip_op_resp_2Request" type="ws_ip_op_resp_2RequestType" />
  </xsd:schema>
  </wsdl:types>
 <wsdl:message name="t_targetOut">
  <wsdl:part name="parameters" element="n:t_targetResponse" />
  </wsdl:message>
 <wsdl:message name="ws_ip_op_resp_2In">
  <wsdl:part name="parameters" element="n:ws_ip_op_resp_2Request" />
  </wsdl:message>
 <wsdl:portType name="Salesforce_ip_op_resp2Port">
 <wsdl:operation name="Salesforce_ip_op_resp2Operation">
  <wsdl:input message="infa:ws_ip_op_resp_2In" />
  <wsdl:output message="infa:t_targetOut" />
  </wsdl:operation>
  </wsdl:portType>
 <wsdl:binding name="Salesforce_ip_op_resp2Binding" type="infa:Salesforce_ip_op_resp2Port">
  <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
 <wsdl:operation name="Salesforce_ip_op_resp2Operation">
  <soap:operation soapAction="" style="document" />
 <wsdl:input>
  <soap:body use="literal" />
  </wsdl:input>
 <wsdl:output>
  <soap:body use="literal" />
  </wsdl:output>
  </wsdl:operation>
  </wsdl:binding>
 <wsdl:service name="Salesforce_ip_op_resp2">
 <wsdl:port name="Salesforce_ip_op_resp2Port" binding="infa:Salesforce_ip_op_resp2Binding">
  <soap:address location="https://gnwlonsdapomna:7343/wsh/services/RealTime/Salesforce_ip_op_resp2" />
  </wsdl:port>
  </wsdl:service>
  </wsdl:definitions>
Thanks,
Deepak

Hi,

 

Is there any way to get message error translated when Site.login is not successful?

 

I'm using default VF pages generated when creating a site, with some changes to show labels and buttons translated into several languages. If I open ForgotPassword page, type a non existent user and click Send button, error message shown is translated correctly. But if I try to login in SiteLogin page, the message is always shown in user language.

 

SiteLogin page is correctly translated, using language parameter binded to a class property, and SiteLogin component labels and buttons too, but it seems that Site.login is not recognizing language from the page.

 

I tried to add language parameter to the component but it seems no valid.

 

Any idea?

 

Thanks in advance.

Hi,

I need to provide a custom filtering option, I'm developing a VF page where I've a textbox for searching contacts, now, I want to re-defin the interface where I need to provide an Input Box with an associated calendar control to pick DATE, and then on search I need to pass on the selected date value to the query so that filtered records are defined on the entered parameters.

How can I place a simple HTML textbox and a popup calendar to select date and then Use the selected value and have the value used in Controller Class for filtering records?

Can we use jQuery calendar plugins etc here in VisualForce page ?


  • December 02, 2008
  • Like
  • 0