-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
19Questions
-
15Replies
problems in using describeObject in API 7.0 vs. API 5.0
https://www.salesforce.com/services/Soap/u/5.0
I get back a list of Fields[], and if I use endpoint
https://www.salesforce.com/services/Soap/u/7.0
Fields[] is a single field not an array.
I am using the API from the old PHP toolkit.
-
- RYaker
- March 09, 2006
- Like
- 0
- Continue reading or reply
describeObject in 5.0 vs 7.0
https://www.salesforce.com/services/Soap/u/5.0
I get back a list of Fields[], and if I use endpoint
https://www.salesforce.com/services/Soap/u/7.0
Fields[] is a single field not an array.
I am using the API from the old PHP toolkit.
-
- RYaker
- March 09, 2006
- Like
- 0
- Continue reading or reply
Sporadic problems using sforce api 7 today
Also getting some intermitent connection problems.
Anyone else seeing issues today?
-
- RYaker
- March 01, 2006
- Like
- 0
- Continue reading or reply
Since last week: DateTime field type problem
As of last week this worked now my Create of a new object instance in Salesforce FAILS because of an "value not of required type" error occuring on a date type field.
This is the formated date I am attempting to input htat gives me the failure
2005-08-09T15:29:15.000+08.00
Help
create_OpptyCount : Error: Extract Date: value not of required type: 2005-08-09T15:29:15.000+08.00
--------------------------------------------------
- RYaker
- August 09, 2005
- Like
- 0
- Continue reading or reply
Has anyone used the api to insert kanji characters into salesforce.com
-
- RYaker
- May 13, 2005
- Like
- 0
- Continue reading or reply
I think it would be very beneficial for someone to write javascript inteface to API
-
- RYaker
- March 16, 2005
- Like
- 0
- Continue reading or reply
login and passwd showing up in browser history as if HTTP GET whn using http POST
Has anyone else seen this?
How do I reporduce the problem if so?
How do I fix the problem?
Thanks
Richard Yaker
-
- RYaker
- March 12, 2005
- Like
- 0
- Continue reading or reply
Security perms effect on query of of organization object
Using partner wsdl w/ 5.0 API.
-
- RYaker
- February 18, 2005
- Like
- 0
- Continue reading or reply
Permissions effect on qurying organization object
Using partner wsdl w/ 5.0 API.
-
- RYaker
- February 18, 2005
- Like
- 0
- Continue reading or reply
Trying to update a custom object from PHP
I have recreated the stubs from the WSDL.
And yet when I got to update my custom object I continue to get
"Must send a concrete entity type
-
- RYaker
- February 12, 2005
- Like
- 0
- Continue reading or reply
This soap message gave me: common.exception.ApiException: Must send a concrete entity type
This soap message gave me: common.exception.ApiException: Must send a concrete entity type." any help
- + <SOAP-ENV:Envelope
xmlnsSOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlnsxsd="http://www.w3.org/2001/XMLSchema"
xmlnsxsi="http://www.w3.org/2001/XMLSchema-instance"
xmlnsSOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlnsns4="urn:enterprise.soap.sforce.com">
- + <SOAP-ENV:Header">
- + <ns4:SessionHeader SOAP-ENV:actor="http://schemas.xmlsoap.org/soap/actor/next" SOAP-ENV:mustUnderstand="0"">
- + <ns4:sessionId">
2B5EBcdbCQyx100n_l.Tc9IJxB58ycqeQpNjxYxLn.WHHWcAzBCOJiKQ326vI.rVa48ZzIdoYXXueiqB7dpq4jteaH1xyGi1ns4:sessionId>
</ns4:SessionHeader">
</SOAP-ENV:Header">
- + <SOAP-ENV:Body">
- + <ns4:update">
- + <ns4:sObjects">
- + <ns4:type>Account_Environment_Profile__c</ns4:type">
- + <ns4:Id>a0130000000Ib75AAC</ns4:Id">
- + <ns4pportunity__c">
00630000001p257</ns4pportunity__c">
</ns4:sObjects">
</ns4:update">
</SOAP-ENV:Body">
</SOAP-ENV:Envelope">
-
- RYaker
- February 12, 2005
- Like
- 0
- Continue reading or reply
Any example code using convertLead from PHP
THANKS
RICHARD YAKER
-
- RYaker
- January 27, 2005
- Like
- 0
- Continue reading or reply
PHP: API 5. can't create a lead - INVALID_TYPE
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:ns4="urn:enterprise.soap.sforce.com"
>
<SOAP-ENV:Header>
<ns4:SessionHeader SOAP-ENV:actor="http://schemas.xmlsoap.org/soap/actor/next" SOAP-ENV:mustUnderstand="0">
<ns4:sessionId>vnBx6uDEQnw.FPi5KwcXjh9wKr63cngqkk3sW4phR7C_Zw2uMVDxYcLaxC9.OTMZzJJr.XY7uh1aldSO_EJZ9DteaH1xyGi1</ns4:sessionId></ns4:SessionHeader>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<ns4:create>
<ns4:sObjects>
<ns4:type>Lead</ns4:type>
<ns4:City>San Francisco</ns4:City>
<ns4:Company>Hotwire</ns4:Company>
<ns4:Country>USA</ns4:Country>
<ns4:Email>wally@hotwire.com</ns4:Email>
<ns4:FirstName>Wally</ns4:FirstName>
<ns4:Industry>ecommerce/travel</ns4:Industry>
<ns4:Inquiry__c>General / Pending</ns4:Inquiry__c>
<ns4:LastName>Finley</ns4:LastName>
<ns4


<ns4


<ns4:State>CA</ns4:State>
<ns4:Street>333 Market Street, Suite 100 </ns4:Street></ns4:sObjects></ns4:create>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
-
- RYaker
- December 06, 2004
- Like
- 0
- Continue reading or reply
Getting Error : "Must send a concrete entity type"
Here is SOAP envelope being sent to Salesforce.
Any idea why I am getting "Must send a concrete entity type" when I go to create a new lead given this SOAP message.
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:ns4="urn:partner.soap.sforce.com"
xmlns:ns5="urn:enterprise.soap.sforce.com"
>
rO43lx09sC_byGJrgwfaxMho6CiZUyXxXoqZ1rMYO5pxv74Kj13nTn3Lg75LKPbaWpXUjvhCWfSYIcfzL6CHxDteaH1xyGi1
Lead
San Francisco
Hotwire
USA
wally@hotwire.com
Wally
ecommerce/travel
General / Pending
Finley
hone>415-343-8484hone>
ostalCode>94105ostalCode>
CA
333 Market Street, Suite 100
-
- RYaker
- December 05, 2004
- Like
- 0
- Continue reading or reply
Better SFDC session handling via PHP
Any ideas or sample code in php to better handle the sfdc ?
-
- RYaker
- November 16, 2004
- Like
- 0
- Continue reading or reply
any sample code for creating attatchments via SFDC API and PHP?
-
- RYaker
- October 27, 2004
- Like
- 0
- Continue reading or reply
is it possible to create custom fields or custom objects from the API?
-
- RYaker
- October 08, 2004
- Like
- 0
- Continue reading or reply
Error: curl_exec error 28 SSL connection timeout on Win32
I have successfully done this on a server running MAC OSX but when I use the login page from the SFDC php sample I get this error.
Error: curl_exec error 28 SSL connection timeout
Does anybody have a clue what I need to do to get SOAP/SFDCs SOAP calls working on PHP on win32?
-
- RYaker
- October 08, 2004
- Like
- 0
- Continue reading or reply
getting "Must send a concrete entity type" using create using php for the 4.0 API
results     (message,common.exception.ApiException: Must send a concrete entity type.)
FIELDS Â Â Â Â (type,Lead)
FIELDS Â Â Â Â (FirstName,Gary)
FIELDS Â Â Â Â (LastName,Raizes)
FIELDS Â Â Â Â (Company,NIH)
FIELDS Â Â Â Â (Phone,2025551210)
FIELDS Â Â Â Â (Street,175 13th Street, NW)
FIELDS Â Â Â Â (City,Washington)
FIELDS Â Â Â Â (State,DC)
FIELDS Â Â Â Â (Zip,20013)
FIELDS Â Â Â Â (Country,USA)
Any ideas what I am missing in my sObject?
-
- RYaker
- September 03, 2004
- Like
- 0
- Continue reading or reply
problems in using describeObject in API 7.0 vs. API 5.0
https://www.salesforce.com/services/Soap/u/5.0
I get back a list of Fields[], and if I use endpoint
https://www.salesforce.com/services/Soap/u/7.0
Fields[] is a single field not an array.
I am using the API from the old PHP toolkit.
- RYaker
- March 09, 2006
- Like
- 0
- Continue reading or reply
How to handle dates in javascript/xml
I am attempting to write an sforce control / WIL that will create a copy of an existing opportunity. We are looking at using record types to "lock down" our closed opportunities. This control will be used when sales needs to handle a contract renewal. The control would insert a new opportunity using some of the fields on the locked opportunity and reset the record type so the new opp can be edited. .
The problem I am having is in setting the Close Date on the opportunity. Javascript's Date object doesn't seem to work nor does passing the date as a string. I saw one message on this board regarding the use of the primitive datatypes but haven't been able to figure out how to incorporate that into the xml. I am using the Enterprise WSDL.
Anyone have any ideas?
(The script I am using came from a message on this board regarding how to perform a calculation and udpate the opportunity record from a WIL.)
- ddoelling
- May 10, 2005
- Like
- 0
- Continue reading or reply
Security perms effect on query of of organization object
Using partner wsdl w/ 5.0 API.
- RYaker
- February 18, 2005
- Like
- 0
- Continue reading or reply
This soap message gave me: common.exception.ApiException: Must send a concrete entity type
This soap message gave me: common.exception.ApiException: Must send a concrete entity type." any help
- + <SOAP-ENV:Envelope
xmlnsSOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlnsxsd="http://www.w3.org/2001/XMLSchema"
xmlnsxsi="http://www.w3.org/2001/XMLSchema-instance"
xmlnsSOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlnsns4="urn:enterprise.soap.sforce.com">
- + <SOAP-ENV:Header">
- + <ns4:SessionHeader SOAP-ENV:actor="http://schemas.xmlsoap.org/soap/actor/next" SOAP-ENV:mustUnderstand="0"">
- + <ns4:sessionId">
2B5EBcdbCQyx100n_l.Tc9IJxB58ycqeQpNjxYxLn.WHHWcAzBCOJiKQ326vI.rVa48ZzIdoYXXueiqB7dpq4jteaH1xyGi1ns4:sessionId>
</ns4:SessionHeader">
</SOAP-ENV:Header">
- + <SOAP-ENV:Body">
- + <ns4:update">
- + <ns4:sObjects">
- + <ns4:type>Account_Environment_Profile__c</ns4:type">
- + <ns4:Id>a0130000000Ib75AAC</ns4:Id">
- + <ns4pportunity__c">
00630000001p257</ns4pportunity__c">
</ns4:sObjects">
</ns4:update">
</SOAP-ENV:Body">
</SOAP-ENV:Envelope">
- RYaker
- February 12, 2005
- Like
- 0
- Continue reading or reply
PHP: API 5. can't create a lead - INVALID_TYPE
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:ns4="urn:enterprise.soap.sforce.com"
>
<SOAP-ENV:Header>
<ns4:SessionHeader SOAP-ENV:actor="http://schemas.xmlsoap.org/soap/actor/next" SOAP-ENV:mustUnderstand="0">
<ns4:sessionId>vnBx6uDEQnw.FPi5KwcXjh9wKr63cngqkk3sW4phR7C_Zw2uMVDxYcLaxC9.OTMZzJJr.XY7uh1aldSO_EJZ9DteaH1xyGi1</ns4:sessionId></ns4:SessionHeader>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<ns4:create>
<ns4:sObjects>
<ns4:type>Lead</ns4:type>
<ns4:City>San Francisco</ns4:City>
<ns4:Company>Hotwire</ns4:Company>
<ns4:Country>USA</ns4:Country>
<ns4:Email>wally@hotwire.com</ns4:Email>
<ns4:FirstName>Wally</ns4:FirstName>
<ns4:Industry>ecommerce/travel</ns4:Industry>
<ns4:Inquiry__c>General / Pending</ns4:Inquiry__c>
<ns4:LastName>Finley</ns4:LastName>
<ns4


<ns4


<ns4:State>CA</ns4:State>
<ns4:Street>333 Market Street, Suite 100 </ns4:Street></ns4:sObjects></ns4:create>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
- RYaker
- December 06, 2004
- Like
- 0
- Continue reading or reply
Getting Error : "Must send a concrete entity type"
Here is SOAP envelope being sent to Salesforce.
Any idea why I am getting "Must send a concrete entity type" when I go to create a new lead given this SOAP message.
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:ns4="urn:partner.soap.sforce.com"
xmlns:ns5="urn:enterprise.soap.sforce.com"
>
rO43lx09sC_byGJrgwfaxMho6CiZUyXxXoqZ1rMYO5pxv74Kj13nTn3Lg75LKPbaWpXUjvhCWfSYIcfzL6CHxDteaH1xyGi1
Lead
San Francisco
Hotwire
USA
wally@hotwire.com
Wally
ecommerce/travel
General / Pending
Finley
hone>415-343-8484hone>
ostalCode>94105ostalCode>
CA
333 Market Street, Suite 100
- RYaker
- December 05, 2004
- Like
- 0
- Continue reading or reply
Automatic Lead Assignment Rules
- monkey
- November 01, 2004
- Like
- 0
- Continue reading or reply
is it possible to create custom fields or custom objects from the API?
- RYaker
- October 08, 2004
- Like
- 0
- Continue reading or reply
getting "Must send a concrete entity type" using create using php for the 4.0 API
results     (message,common.exception.ApiException: Must send a concrete entity type.)
FIELDS Â Â Â Â (type,Lead)
FIELDS Â Â Â Â (FirstName,Gary)
FIELDS Â Â Â Â (LastName,Raizes)
FIELDS Â Â Â Â (Company,NIH)
FIELDS Â Â Â Â (Phone,2025551210)
FIELDS Â Â Â Â (Street,175 13th Street, NW)
FIELDS Â Â Â Â (City,Washington)
FIELDS Â Â Â Â (State,DC)
FIELDS Â Â Â Â (Zip,20013)
FIELDS Â Â Â Â (Country,USA)
Any ideas what I am missing in my sObject?
- RYaker
- September 03, 2004
- Like
- 0
- Continue reading or reply
Custom Objects basics
Greetings all,
I was curious if I'm just missing something, but I couldn't find anything about this in the docs. Could someone step me through creating custom objects in SForce4.0? I looked in the resources section, and maybe I'm just looking with my eyes closed again, but I didn't find anything that was, say "Custom Objects 101".
My question boils down to, how do we create a custom object and, in doing that, do we create a new table in the SForce database to populate via the web service API?
Thanks in advance,
Eric
- efletcher
- August 09, 2004
- Like
- 0
- Continue reading or reply
PHP Opportunity Updates
Does anyone have any sample code on updating or creating an opportunity?
I am able to do all of this based on the sample code:
- Login
- Query Leads and view all the fields
- Query all Opportunities and view all the fields
- Update various fields in the "Leads" section
When I try to update the "opportunity" section, it does not update and does not give me an error message.
Any help would be appreciated,
Brian
- Brian A. Chase
- July 02, 2004
- Like
- 0
- Continue reading or reply
Howto: 2.5 Create custom object and add fields to it?
Using sforce 2.5, I understand how to create instances of custom objects once they are defined, but is it possible to create the actual classes with their fields using the sforce 2.5 API? I know that I can create custom classes and fields for those classes using the sforce UI, but it is definitely not scalable to require all users to do this.
- Michael S
- February 18, 2004
- Like
- 0
- Continue reading or reply
PHP demo - CREATE, DELETE, UPDATE?
- AKR
- January 27, 2004
- Like
- 0
- Continue reading or reply
De-Duping info within SF.com
We have an issue with duplicates in SF.com, primarily with leads & contacts. For those of you that purchase big lists and mail to them (in which case some of the names you purchase MAY already be in SF.com as leads or contacts), how do you go about getting that information into SF.com without creating tons of duplicates?
Does anyone else have an issue with the way the Leads module is set up?
THanks,
Brian
- Brian
- June 20, 2003
- Like
- 0
- Continue reading or reply