• ToyClown
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 2
    Replies
Hi,

Is there anyone can help me about this?
I tried the  TransferOtherOpenedOpportunities ownerchangeoption . Please check my soap request below.
 
<x:Envelope xmlns:x="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn1="urn:partner.soap.sforce.com" xmlns:urn="urn:sobject.partner.soap.sforce.com">
    <!--This is used to test -->
    <x:Header>
        <urn1:SessionHeader>
            <urn1:sessionId>00D90000000Yhkx!AQ0AQIrzpvEQZFlIauDLgGIuWiXHpLYW2JNGU13QXUmSoqxVbSFWIpM4MGZ_81XOaANlL6zXJZ36WXKFmapxXeVmHidl7Dzc</urn1:sessionId>
        </urn1:SessionHeader>
        <urn1:OwnerChangeOptions>
            <urn1:options>
                <urn1:type>TransferOtherOpenedOpportunities</urn1:type>
                <urn1:execute>true</urn1:execute>
            </urn1:options>
        </urn1:OwnerChangeOptions>
    </x:Header>
    <x:Body>
        <urn1:update>
           <urn1:sObjects>
              <urn:type>Account</urn:type>
              <urn:Id>0019000001dKUjcAAG</urn:Id>
              <urn:OwnerId>00590000005B5wwAAC</urn:OwnerId>
              <!--
              <urn:Id>00590000003VGc9AAG</urn:Id>
              <urn:OwnerId>0019000001dKUjcAAG</urn:OwnerId>
              -->
            </urn1:sObjects>
        </urn1:update>
    </x:Body>
</x:Envelope>
But just a invalid enum option error returned.  I am not sure if this is a bug of saleforce. 
 
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <soapenv:Fault>
            <faultcode>soapenv:Client</faultcode>
            <faultstring>&apos;TransferOtherOpenedOpportunities&apos; is not a valid value for the enum &apos;OwnerChangeOptionType&apos;</faultstring>
        </soapenv:Fault>
    </soapenv:Body>
</soapenv:Envelope>

Please help me.

I am a Chinese Developer,  I got some error while intalling the force.com ide. The problem might be that my computer can not access the resource site downloads.poweredbypulse.com. So could you give me a hand to help me solve this ? Better use email to inform. Thanks a million.

 

 

While update the eclipse plugin it will show this error below.

 

Some sites could not be found.  See the error log for more detail.

Unable to connect to repository http://eclipse.poweredbypulse.com/downloads/partners/force.com/content.xml

Operation timed out

No repository found at http://java.decompiler.free.fr/jd-eclipse/update.

Greeting,

 

I encountered this error when I did with the doc Bulk API step by step.

For the Bulk API does not support Login,so I got this problem when I was going to login with SOAP API.

 

Find below the cURL command

 

curl https://login.salesforce.com/services/Soap/u/22.0 -H "Content-Type: text/xml;charset=UTF-8" -H "SOAPAction: login" -d @login.txt

 

The error detail

 

curl: (60) SSL certificate problem, verify that the CA cert is OK. Details:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failedMore details here: http://curl.haxx.se/docs/sslcerts.html
curl performs SSL certificate verification by default, using a "bundle" of Certificate Authority (CA) public keys (CA certs). If the default bundle file isn't adequate, you can specify an alternate file using the --cacert option.If this HTTPS server uses a certificate signed by a CA represented in the bundle, the certificate verification probably failed due to a problem with the certificate (it might be expired, or the name might not match the domain name in the URL).If you'd like to turn off curl's verification of the certificate, use the -k (or --insecure) option.

 

I would be thankful if you can give me a hand .

 

 

 

Hi,

Is there anyone can help me about this?
I tried the  TransferOtherOpenedOpportunities ownerchangeoption . Please check my soap request below.
 
<x:Envelope xmlns:x="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn1="urn:partner.soap.sforce.com" xmlns:urn="urn:sobject.partner.soap.sforce.com">
    <!--This is used to test -->
    <x:Header>
        <urn1:SessionHeader>
            <urn1:sessionId>00D90000000Yhkx!AQ0AQIrzpvEQZFlIauDLgGIuWiXHpLYW2JNGU13QXUmSoqxVbSFWIpM4MGZ_81XOaANlL6zXJZ36WXKFmapxXeVmHidl7Dzc</urn1:sessionId>
        </urn1:SessionHeader>
        <urn1:OwnerChangeOptions>
            <urn1:options>
                <urn1:type>TransferOtherOpenedOpportunities</urn1:type>
                <urn1:execute>true</urn1:execute>
            </urn1:options>
        </urn1:OwnerChangeOptions>
    </x:Header>
    <x:Body>
        <urn1:update>
           <urn1:sObjects>
              <urn:type>Account</urn:type>
              <urn:Id>0019000001dKUjcAAG</urn:Id>
              <urn:OwnerId>00590000005B5wwAAC</urn:OwnerId>
              <!--
              <urn:Id>00590000003VGc9AAG</urn:Id>
              <urn:OwnerId>0019000001dKUjcAAG</urn:OwnerId>
              -->
            </urn1:sObjects>
        </urn1:update>
    </x:Body>
</x:Envelope>
But just a invalid enum option error returned.  I am not sure if this is a bug of saleforce. 
 
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <soapenv:Fault>
            <faultcode>soapenv:Client</faultcode>
            <faultstring>&apos;TransferOtherOpenedOpportunities&apos; is not a valid value for the enum &apos;OwnerChangeOptionType&apos;</faultstring>
        </soapenv:Fault>
    </soapenv:Body>
</soapenv:Envelope>

Please help me.
Hello,

I’m planning on using “Outbound Massaging” when an account approval event occurs in SF.  In the Apex_Api documentation it says that the message will be dropped after 24 hours of inability to communicate with the endpoint.   Does anyone have an Idea how to prevent the los of the message in such a situation?  Can anyone think of redundancy solution in this particular situation…

Thanks,
Dan
  • January 25, 2007
  • Like
  • 0