• Allan Song
  • NEWBIE
  • 0 Points
  • Member since 2005

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 10
    Replies
Hi,
 
I got a business requirement as this: to customize campaign member status to be
1. Registered
2. Attended
 
We know, there exists 2 reserved status for campaign members: Sent and Responsed, which could be selected from the status picklist when adding lead/contact into campaign member list. 
 
So, my question is, is there any way to customize campaign member status, via SFDC site setting? via Apex API? I didnt find any place within SFDC site to add/edit the status, and i failed to set it via Apex API.
 
Thanks in advance.
 
- allan
Guys,
 
I heard from my coworker that SFDC has "Workgroup" Edition accounts besides Profession/Enterprise/Developer edition accounts, is it true?  Or it is Team edition?
 
Thanks in advance.
 
Allan
Hi,

We noticed that, since Dec 8, 2005 or some days earlier, there were thousands of(maybe millions of) garbage records had been added into contacts or accounts list of our Enterprise Edition user site.

These records in contacts list looks much like test data, shown as such sequences as following:

Firstname Field Lastname Field Email

first_Name124_102 last_Name124_102 test@0.com
first_Name124_103 last_Name124_103 test@0.com
first_Name124_104 last_Name124_104 test@0.com
.....
.....
firstName10428 lastName10428 test@10428.com
.....

Salesforce.com support guys, would u please to help answer my 2 questions:
1. Were these datas of test datas, how about the test scheduler? when will they to be removed from the site?
2. Whether such huge size test is temporary? Or it maybe happen again later? If so, we get problems to query such a huge size data from the site.


Thanks in advance.
Hi, guys
As you know, after a sfdc user logged in salesforce.com site, he/she could see which edition he belongs to in browser title(such as "salesforce - Enterprise Edition - Mozilla Firefox" if he is of Enterprise Edition user),
So who knows is there any API to get the user edition if he/she has logged in the site?

Thanks in advance.
Hi,

I am using the sforce partner api to build integration application with salesforce.com.
On Nov 14, our application run into such an issue, that is, the application user always failed to call web service(soap call error) using the integration application, and the issue continued to exist 3 days, from Nov 14 to 16.
When we restarted our application server, the issue disappeared, some strange..
We wonder if the sforce api server had been down in Nov 14(or near days)? We need the info to help find what actually happened in our application those days.
If has any info, i can be reached at allans@hz.webex.com

Thanks in advance.

Hi,

I got a problem with using professional edition of Salesforce.com.
We have a integration project with Salesforce.com. The integration works well with
Developer Edition account but fails with Prefossional Edition account.

According to the partner.wsdl, there exists one difference in login(), that is, PE account
has to set CallOptions before invoking login like following(Actually it works when i was invoking
login method in my test code, but one thing need to be noted is that, in my integration the only login entrance is Salesforce.com's
Customer Login entrance, so there's no login logic in the my integration code).

// Use the following in your login method,
// before you make your login call to the service.
// set the call option for client id
_CallOptions co = new _CallOptions();
co.setClient("your_clientid_case_is_sensitive");

// bind it to the current soap session
binding.SetHeader("SforceService", "CallOptions", co);


My questions are:
1)Is there any way to set the CallOptions without re-login?
2)If I have to re-login, how could i know the login password for the current user login from the salesforce.com
rather than my project?


And following listed the exception info when i tried to retrieve the user from soap with
<code>GetUserInfoResult userInfo = binding.getUserInfo();</code>

<exception>
AxisFault
 faultCode: {urn:fault.partner.soap.sforce.com}API_DISABLED_FOR_ORG
 faultSubcode:
 faultString: API_DISABLED_FOR_ORG: API is not enabled for this Organization or Partner
 faultActor:
 faultNode:
 faultDetail:
        {urn:fault.partner.soap.sforce.com}fault:
     <sf:exceptionCode>API_DISABLED_FOR_ORG</sf:exceptionCode>
     <sf:exceptionMessage>API is not enabled for this Organization or Partner</sf:exceptionMessage>


API_DISABLED_FOR_ORG: API is not enabled for this Organization or Partner
</exception>


I will appreciate your help.

Thanks in advance.

Hi,
 
I got a business requirement as this: to customize campaign member status to be
1. Registered
2. Attended
 
We know, there exists 2 reserved status for campaign members: Sent and Responsed, which could be selected from the status picklist when adding lead/contact into campaign member list. 
 
So, my question is, is there any way to customize campaign member status, via SFDC site setting? via Apex API? I didnt find any place within SFDC site to add/edit the status, and i failed to set it via Apex API.
 
Thanks in advance.
 
- allan
Hi,
 
I got a business requirement as this: to customize campaign member status to be
1. Registered
2. Attended
 
We know, there exists 2 reserved status for campaign members: Sent and Responsed, which could be selected from the status picklist when adding lead/contact into campaign member list. 
 
So, my question is, is there any way to customize campaign member status, via SFDC site setting? via Apex API? I didnt find any place within SFDC site to add/edit the status, and i failed to set it via Apex API.
 
Thanks in advance.
 
- allan
Guys,
 
I heard from my coworker that SFDC has "Workgroup" Edition accounts besides Profession/Enterprise/Developer edition accounts, is it true?  Or it is Team edition?
 
Thanks in advance.
 
Allan
Hi,

We noticed that, since Dec 8, 2005 or some days earlier, there were thousands of(maybe millions of) garbage records had been added into contacts or accounts list of our Enterprise Edition user site.

These records in contacts list looks much like test data, shown as such sequences as following:

Firstname Field Lastname Field Email

first_Name124_102 last_Name124_102 test@0.com
first_Name124_103 last_Name124_103 test@0.com
first_Name124_104 last_Name124_104 test@0.com
.....
.....
firstName10428 lastName10428 test@10428.com
.....

Salesforce.com support guys, would u please to help answer my 2 questions:
1. Were these datas of test datas, how about the test scheduler? when will they to be removed from the site?
2. Whether such huge size test is temporary? Or it maybe happen again later? If so, we get problems to query such a huge size data from the site.


Thanks in advance.
Hi,

I am using the sforce partner api to build integration application with salesforce.com.
On Nov 14, our application run into such an issue, that is, the application user always failed to call web service(soap call error) using the integration application, and the issue continued to exist 3 days, from Nov 14 to 16.
When we restarted our application server, the issue disappeared, some strange..
We wonder if the sforce api server had been down in Nov 14(or near days)? We need the info to help find what actually happened in our application those days.
If has any info, i can be reached at allans@hz.webex.com

Thanks in advance.

Is it correct to say that if I have downloaded a new WSDL file and generated the source code from it and then comipiled and integrated it into my app that I am now running on the SForce 6 platform?  Or is there more to it?

Message Edited by ssuede7 on 09-29-2005 08:58 AM

  • September 29, 2005
  • Like
  • 0

Hi,

I got a problem with using professional edition of Salesforce.com.
We have a integration project with Salesforce.com. The integration works well with
Developer Edition account but fails with Prefossional Edition account.

According to the partner.wsdl, there exists one difference in login(), that is, PE account
has to set CallOptions before invoking login like following(Actually it works when i was invoking
login method in my test code, but one thing need to be noted is that, in my integration the only login entrance is Salesforce.com's
Customer Login entrance, so there's no login logic in the my integration code).

// Use the following in your login method,
// before you make your login call to the service.
// set the call option for client id
_CallOptions co = new _CallOptions();
co.setClient("your_clientid_case_is_sensitive");

// bind it to the current soap session
binding.SetHeader("SforceService", "CallOptions", co);


My questions are:
1)Is there any way to set the CallOptions without re-login?
2)If I have to re-login, how could i know the login password for the current user login from the salesforce.com
rather than my project?


And following listed the exception info when i tried to retrieve the user from soap with
<code>GetUserInfoResult userInfo = binding.getUserInfo();</code>

<exception>
AxisFault
 faultCode: {urn:fault.partner.soap.sforce.com}API_DISABLED_FOR_ORG
 faultSubcode:
 faultString: API_DISABLED_FOR_ORG: API is not enabled for this Organization or Partner
 faultActor:
 faultNode:
 faultDetail:
        {urn:fault.partner.soap.sforce.com}fault:
     <sf:exceptionCode>API_DISABLED_FOR_ORG</sf:exceptionCode>
     <sf:exceptionMessage>API is not enabled for this Organization or Partner</sf:exceptionMessage>


API_DISABLED_FOR_ORG: API is not enabled for this Organization or Partner
</exception>


I will appreciate your help.

Thanks in advance.