• t anthony
  • NEWBIE
  • 5 Points
  • Member since 2006

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 7
    Replies
Is there a way to create a workflow action or trigger on the Campaign members / Member status?

We need to capture updates to the campaign member status but I am not sure if we can fire off any workflow or database triggers when a contact is assigned to a campaign or the campaign member status for that member is updated.




Would it be possible... ok i know it is possible... would it be easy to create a web2case type function for a custom object? Can you leverage the Web2Case api or would you need to start from stratch?

Just looking for some general guidelines to get started.

Thanks


I am trying to set up the email2case but continue to get a Failed to connect to SFDC service... 
I have edited the batch file to include the -d options for proxy but it does not see to change the outcome. 
Here is what I have tried. 
 >java -Dhttp.proxyHost=proxy.domain.com -Dhttp.proxyPort=8080 -jar -Xmx256 Email2Case.jar sfdcConfig.txt log4j.properties
I am running java 1.4.2_12. Everything else 'seems' to be working but i can not test further with out a connection to SFDC. 
Any help would be great  ! 
 
Thanks
 
 
 

I am using a proxy server and everything 'appears' to work fine. I can connect and get the initial table data information. If the query i run returns a few rows it is successful but if the query returns (or should return) more (maybe 50 or more) the connection times out and Excel locks up.

This is repeatable and seems to only occur when I use the proxy. If I connect to another network the same query works with out issue.  I believe the proxy server is MS ISA 2000.

Could this be a proxy issue or a client issue?

Record type unavailable Cannot find default record type of the appropriate type.

 

I am seeing this error when trying to Convert a lead. I have checked the profile for the current user, and the default record types are both Contacts and Accounts are accessible. (I have selected Do Not Create Opportunity, though there are no opportunity record types).

 

The docs were no help at all, no results in Google for the error. Does anyone know what the solution is?

 

I've been using the Force.com IDE since it was called the Apex plugin for Eclipse.  Today I had some trouble on it on Eclipse 3.2, so I got a brand new, clean copy of Eclipse 3.3.1.1 and installed it.  I fired up Eclipse 3.3 and installed the Force.com toolkit with its dependency (WST or whatever it was).  Everything seemed to go well.  Eclipse restarted itself.

Upon restart, though, I could see no trace of the Force.com IDE.  There was no way to create an Apex (or Force.com) project.  There is no Force.com perspective.  Everything seems to be MIA.  Meanwhile, if I go up to Help->Manage Configuration, the Force.com IDE is listed there and seems to think that it is installed properly.

I have tried disabling it, cleaning it out and reinstalling, but to no avail -- upon my second installation (which also appeared to go well), there were no Force.com items available upon restart.

What gives here?  Has anyone had this issue before, and if so, how did you fix it?
Hello,

is it now possible to access the email templates from the API???

Thank you.
I am trying to set up the email2case but continue to get a Failed to connect to SFDC service... 
I have edited the batch file to include the -d options for proxy but it does not see to change the outcome. 
Here is what I have tried. 
 >java -Dhttp.proxyHost=proxy.domain.com -Dhttp.proxyPort=8080 -jar -Xmx256 Email2Case.jar sfdcConfig.txt log4j.properties
I am running java 1.4.2_12. Everything else 'seems' to be working but i can not test further with out a connection to SFDC. 
Any help would be great  ! 
 
Thanks
 
 
 

I am using a proxy server and everything 'appears' to work fine. I can connect and get the initial table data information. If the query i run returns a few rows it is successful but if the query returns (or should return) more (maybe 50 or more) the connection times out and Excel locks up.

This is repeatable and seems to only occur when I use the proxy. If I connect to another network the same query works with out issue.  I believe the proxy server is MS ISA 2000.

Could this be a proxy issue or a client issue?

How do I configure the VBA  in the sforce_connector.xla to permit login over proxy?  Works fine with direct internet connection but fails when run on a network with proxy setup... (or do I configure the proxy settings themselves?)

Thanks
Hello all,
 
I am trying to create an app that will allow my clients to pass info to my system from salesforce.com.  I have created a custom link that will do all of the work already.  I am running into trouble when the info gets to my system, and i cannot tell who the user is.  I have my custom link passing me the users SFDC {!User_ID}, but i have no mapping to let me know who that user is on my system.  Has anyone done this before?  Anyone got a good method for aquiring this info?