• bresbo
  • NEWBIE
  • 0 Points
  • Member since 2004

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 3
    Replies
Does anyone have some code for setting the Lead Assignment Rule (or default rule)
when creating a lead using the PHP API talking to version 4.0 sforce?

Thanks.
  • September 10, 2004
  • Like
  • 0
I've added a custom field to my 'Leads' which is a multi-picklist.
Editing a lead by hand works fine.

When I run DescribeSObject on the lead, the field shows up as type 'string' with
picklistvalues empty.

I'm using the PHP API, but I believe this problem might be more general.

I've had no problem with ordinary picklists.

Has anyone successfully created and updated a multi-picklist field?

Thanks in advance
  • August 16, 2004
  • Like
  • 0
Hello

I've written a small application for creating customer leads from
Web form data using the PHP client library.

Everything works fine, except sometimes I get a timeout either from
the Curl library, or from the SOAP connection level. Yet the 'create'
call has succeeded!

Has anyone else seen this? If so, any suggestions.

Details:-

PHP client downloaded from www.salesforce.com a couple of weeks ago.
PHP v4.3.8
curl 1.150
SOAP/Client 1.62

Thanks for any advice.
  • August 02, 2004
  • Like
  • 0
Does anyone have some code for setting the Lead Assignment Rule (or default rule)
when creating a lead using the PHP API talking to version 4.0 sforce?

Thanks.
  • September 10, 2004
  • Like
  • 0
I've added a custom field to my 'Leads' which is a multi-picklist.
Editing a lead by hand works fine.

When I run DescribeSObject on the lead, the field shows up as type 'string' with
picklistvalues empty.

I'm using the PHP API, but I believe this problem might be more general.

I've had no problem with ordinary picklists.

Has anyone successfully created and updated a multi-picklist field?

Thanks in advance
  • August 16, 2004
  • Like
  • 0
Hello

I've written a small application for creating customer leads from
Web form data using the PHP client library.

Everything works fine, except sometimes I get a timeout either from
the Curl library, or from the SOAP connection level. Yet the 'create'
call has succeeded!

Has anyone else seen this? If so, any suggestions.

Details:-

PHP client downloaded from www.salesforce.com a couple of weeks ago.
PHP v4.3.8
curl 1.150
SOAP/Client 1.62

Thanks for any advice.
  • August 02, 2004
  • Like
  • 0