function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
GaganGagan 

Delete Problem

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


DevAngelDevAngel

Hi Gagan,

So you're having problems.  What kind of problems?  A successful delete is determined by lack of faults or error messages.  Please state the symptoms.