• RCrowe
  • NEWBIE
  • 0 Points
  • Member since 2005

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
We're successfully creating lead qualifier responses, but when they are displayed in www.salesforce.com in the lead, the question is displayed as an id instead of the question text. The answer text is displayed correctly. The objects we're creating look like this:

Array (
[type] => Lead_Qualifier_Response__c
[Leadid__c] => 00Q30000008CI9mEAG
[response_text__c] => Whatsamatta U
[question_text__c] => Bullwinkle's Alma Mater )

So in this example, instead of displaying "Bullwinkle's Alma Mater" as the question, it displays

What are we doing wrong?

Message Edited by RCrowe on 11-25-2005 06:29 PM

  • November 26, 2005
  • Like
  • 0
We're successfully creating lead qualifier responses, but when they are displayed in www.salesforce.com in the lead, the question is displayed as an id instead of the question text. The answer text is displayed correctly. The objects we're creating look like this:

Array (
[type] => Lead_Qualifier_Response__c
[Leadid__c] => 00Q30000008CI9mEAG
[response_text__c] => Whatsamatta U
[question_text__c] => Bullwinkle's Alma Mater )

So in this example, instead of displaying "Bullwinkle's Alma Mater" as the question, it displays

What are we doing wrong?
  • November 26, 2005
  • Like
  • 0