• Gagan
  • NEWBIE
  • 0 Points
  • Member since 2003

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 7
    Questions
  • 16
    Replies
Hi ,

I am using 4.0 partners in C# and trying to insert data in Partner table to associate it with a opportunity using opportunityId and accountToId and when in one of the records this error came:

FIELD_INTEGRITY_EXCEPTION AccountToId should not be a Opportunity Account.

Please Explain

Thanks and Regards,
Gagan.
  • November 23, 2004
  • Like
  • 0
Hi,

I have downloaded partners 5.0 and this is what i have found.... Please help

In  WSDL ... i have found the url for the service wrong, it is pointed on localhost...

here it is..

- <service name="SforceService">
  <documentation>Sforce SOAP APIdocumentation>
- <port binding="tns:SoapBinding" name="Soap">
  <soap:address location="http://localhost:8085/services/Soap/u/5.0" />
  port>
  service>


Moreover, On web site integrate section the address for documentation is is wrong
check it out....

https://prerelease.salesforce.com/soap/webservices.jsp?retURL=%2Fui%2Fsetup%2FSetup%3FretURL%3D%252Fui%252Fsetup%252FSetup%253Fsetupid%253DStudio%26page%3DSetup%26setupid%3DDevToolsIntegrate&setupid=WebServices

The Paragraph states as :
Salesforce.com's WSDL allows you to easily integrate salesforce.com with your applications, and to build new applications that work with salesforce.com. To get started, download a WSDL file to a place accessible to your development environment. For complete documentation, sample code, and developer community, visit http://localhost:8085/.

Please update...

Gagan


  • November 10, 2004
  • Like
  • 0

Hi Dev,

I am aceesing partner 4.0 from c# and this exception came.


 "'multipicklist' is not a valid value for fieldType." 



I was requesting describeSObjectResult for account (to pick up values from some picklists (not multipicklist) , and exactly after describeSObjectResult call this exception was thrown. The account entity for this login has 1 miltipicklist field.

What went wrong, as this same arrangement works fine for Leads.


below are the details for the exception that i copied from watch window.

Thanks in advance,

Gagan,



========================Detials==========================

- ex1 {"There is an error in XML document (2549, 32)." } System.Exception
+ [System.InvalidOperationException] {System.InvalidOperationException} System.InvalidOperationException
 System.Object {System.InvalidOperationException} System.Object
 _className null string
 _COMPlusExceptionCode -532459699 int
 _exceptionMethod <undefined value> System.Reflection.MethodBase
 _exceptionMethodString null string
 _helpURL null string
 _HResult -2146233079 int
- _innerException {"'multipicklist' is not a valid value for fieldType." } System.Exception
- [System.InvalidOperationException] {System.InvalidOperationException} System.InvalidOperationException
+ System.SystemException {"'multipicklist' is not a valid value for fieldType."} System.SystemException
 System.Object {System.InvalidOperationException} System.Object
 _className null string
 _COMPlusExceptionCode -532459699 int
+ _exceptionMethod {System.Reflection.RuntimeMethodInfo} System.Reflection.MethodBase
 _exceptionMethodString null string
 _helpURL null string
 _HResult -2146233079 int
 _innerException { } System.Exception
 _message "'multipicklist' is not a valid value for fieldType." string
 _remoteStackIndex 0 int
 _remoteStackTraceString null string
 _source "8gabjkd7" string
- _stackTrace {System.Array} System.Object
==============================================================================

  • October 21, 2004
  • Like
  • 0
Hi Dave,

I have started using 3.0 partners,

first error encountered is

"System.Web.Services.Protocols.SoapException: common.util.ServerTooBusyException

while using query call,

code was already working with 2.5 partners,

Please advice. hope its a tepmorary one , and nothing to do with migraton from 2.5 to 3.0

Gagan
  • April 12, 2004
  • Like
  • 0
Hi Dave,

I am having problem in deleting cases using 2.5 partners.

I am using VB.net and my deletion syntex goes like this

Dim deleteResults As DeleteResult() = Binding.delete(ObjectID)

ObjectID is string array hold an salesfoce account id only, or may be more than one.(ObjectID() As String)

- ObjectID {Length=1} String()
 (0) "00100000001tpcyAAA" String

 

Please let me know where i am wrong.
Do we have VB.net 2.5 partners sample online?

Gagan


  • March 23, 2004
  • Like
  • 0
Hi Dave,

Please let me know how can I access Email templates and its names via soap API.
I use 2.5  partners API, Its very important for the application and very very urgent too.

Please reply ASAP
reagrds,
Gagan
  • March 18, 2004
  • Like
  • 0

Hi ,

Its been long time since we are working on and with salesforce using Data jucntion, API, and on salesforce.com itself. There is one thing i am not still clear of:

  • Why there is two diffrent kind of Object ID for Sales force Entities.( 15 Chr and 18 Chr)
  • Is there any diffrence using 15 chr and 18 chr ids while using API (specially 2.5 partners)
  • I create task using API2.5 partners, I pass  whoid and whatid as 15 chr. But save result() returns me the ID of the created task in 18 chrs. Why is it so.
  • Is salesforce maintaining two systems of object id. If yes how does it effectsa programmer.

    Please Help in clearing the concept!

Thanx
Gagan

  • January 22, 2004
  • Like
  • 0

Is there a test server available for partners to test sforce 5.0? If so what is the url?

Thanks,

Peter

Hi, I saw sforce 5 is released in sforce.com, will it be effect to application develop using sforce4 or will application develop on sforce4 will be terminated on sometimes future, please advise and thanks.

sq

Hi Dev,

I am aceesing partner 4.0 from c# and this exception came.


 "'multipicklist' is not a valid value for fieldType." 



I was requesting describeSObjectResult for account (to pick up values from some picklists (not multipicklist) , and exactly after describeSObjectResult call this exception was thrown. The account entity for this login has 1 miltipicklist field.

What went wrong, as this same arrangement works fine for Leads.


below are the details for the exception that i copied from watch window.

Thanks in advance,

Gagan,



========================Detials==========================

- ex1 {"There is an error in XML document (2549, 32)." } System.Exception
+ [System.InvalidOperationException] {System.InvalidOperationException} System.InvalidOperationException
 System.Object {System.InvalidOperationException} System.Object
 _className null string
 _COMPlusExceptionCode -532459699 int
 _exceptionMethod <undefined value> System.Reflection.MethodBase
 _exceptionMethodString null string
 _helpURL null string
 _HResult -2146233079 int
- _innerException {"'multipicklist' is not a valid value for fieldType." } System.Exception
- [System.InvalidOperationException] {System.InvalidOperationException} System.InvalidOperationException
+ System.SystemException {"'multipicklist' is not a valid value for fieldType."} System.SystemException
 System.Object {System.InvalidOperationException} System.Object
 _className null string
 _COMPlusExceptionCode -532459699 int
+ _exceptionMethod {System.Reflection.RuntimeMethodInfo} System.Reflection.MethodBase
 _exceptionMethodString null string
 _helpURL null string
 _HResult -2146233079 int
 _innerException { } System.Exception
 _message "'multipicklist' is not a valid value for fieldType." string
 _remoteStackIndex 0 int
 _remoteStackTraceString null string
 _source "8gabjkd7" string
- _stackTrace {System.Array} System.Object
==============================================================================

  • October 21, 2004
  • Like
  • 0
Hi Dave,

I have started using 3.0 partners,

first error encountered is

"System.Web.Services.Protocols.SoapException: common.util.ServerTooBusyException

while using query call,

code was already working with 2.5 partners,

Please advice. hope its a tepmorary one , and nothing to do with migraton from 2.5 to 3.0

Gagan
  • April 12, 2004
  • Like
  • 0

Hello. I have browsed through this board and have found that there is no support for displaying custom objects in readily-available reporting templates available through the sForce UI. My question is what is the preferred way of accomplishing so, if it is at all possible.

Abbas.

  • December 17, 2003
  • Like
  • 0

I am attempting create/modifify a task using the sForce 2.0 Partner version.  I am having a difficult time understanding the sObject that is used in creation objects in your system.  I understand that an sObject array is neccessary, but not sure how the sObjects in that array are setup.  Any help would be greatly appreciated...  An example would be nice.

-- Glenn

Is there a Query sample which includes construction of the "NOT" operation?

I'm trying to construct a filter something like: firstName starts with "abc" and NOT lastName contains "xyz"

My attempts so far result in "value of filter criterion for not must be of type struct".

Does anyone have a sample of a XML SOAP query request that has two or more filter criteria?  For example, retrieve all the opportunities where

stage = "Closed Won" and

CloseDate is greater than "2002-06-01" and

CloseDate is less than "2003-06-01"

 

  • August 05, 2003
  • Like
  • 0