• werewolf
  • ALL STAR
  • 5604 Points
  • Member since 2006

  • Chatter
    Feed
  • 216
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 3262
    Replies

I've been working on this for a while, but I can't quite figure it out.

 

1. When you send an email from a case, it sends as the user, not as the customer support email address, by default.  It is a selection though. How do I make it default to the correct address?

 

2. Say we reply to a case, then close it.  A customer repsonds and it gets back into the case.  What's the best practice for us to KNOW that it's been replied to, instead of just staying closed?

 

Thanks

Guys,

I want to show one Modal Dioloug box (Based on certain conditions) when Any user  login to salesforce Org using Standard Login Page

Bussiness need some thing like that

1) User goes to login.salesforce.com link and enter creditials

2) We want to Show some Modal Dioloug  box like Accept Terms and Conditions  , If he agree then we want to redirect him to INSIDE

ELSE

redirect to /logout.jsp

 

I tried following Approach

Load a frame [Visual force page ] on Home page component and show some modal box,

But it takes some time to load the frame after login (few seconds....)

Inbetween If user click else where (like any Tab ) then he will enter in side the system

 

Please let me know if any other approach for it,

 

 

Thanks in Advance,

Bala

 

 

Hi everybody,

i'm looking for a Web2Lead and Case2Lead forms.

For the first form type, is plenty of information over internet.

What about Case2Lead forms? Anyone can point me in the right direction?

How we can make it ?

 

Many thanks!

Victor

 

I thought I read somewhere the new user interface from the Spring 10 release will not work with Windows XP.

 

I'm trying to find where I read that but I can't.  Did I dream it?

 

 

We have created a web to lead form from our developer sandbox. But sadly, none of the data we are entering has been working. We have enabled the debug setting but haven't gotten anything back in a debug email.

 

The html we are using is:

 

<html>
	<head>
		<META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=UTF-8">
	</head>
	<body>
		<form action="https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="POST">

		<input type=hidden name="oid" value="00DT0000000HRXp">
		<input type=hidden name="retURL" value="http://pictometry.com">
<input type="hidden" name="debug" value=1>
<input type="hidden" name="debugEmail" value="xxxx@pictometry.com">
<label for="first_name">First Name</label><input  id="first_name" maxlength="40" name="first_name" size="20" type="text" /><br>

<label for="last_name">Last Name</label><input  id="last_name" maxlength="80" name="last_name" size="20" type="text" /><br>

<label for="email">Email</label><input  id="email" maxlength="80" name="email" size="20" type="text" /><br>

<label for="company">Company</label><input  id="company" maxlength="40" name="company" size="20" type="text" /><br>

<label for="city">City</label><input  id="city" maxlength="40" name="city" size="20" type="text" /><br>

<label for="state">State/Province</label><input  id="state" maxlength="20" name="state" size="20" type="text" /><br>

<input type="submit" name="submit">

</form>
	</body>
</html>

 

 

But I am using a valid email address in the real HTML.

 

What we get from the salesforce servlet is:

 

Your request has been queued.

Record Information:

oid: 00DT0000000HRXp
retURL: http://pictometry.com
debug: 1
debugEmail: xxxx@pictometry.com
first_name: Matthew
last_name: Allen
email: xxxx@pictometry.com
company: Pictosomething
city: Rocherster
state: NY
submit: Submit Query

Hi,

 

I am using Visual Studio 2008.  When Adding a COM base class to the CTI connector project, I could not find the following in the .h file:

_interface ISalesfornceCTIAdapter : IDispatch

 

_event_interface_IMyAdapterBaseEvents;

 

Hence I could not do steps 6a and 6d from page26 of  the CTI Toolkit Developer Guide.

 

Please advise on what I need to do.


Thanks,
Swapnesh

We had our daily WebToLead limit increased above the default limit of 500. Immediately after that change was put into effect I started received error messages every time a new web lead came in. The error message implicates the WebToLead servlet and is a warning that we're approaching the 1000 query row limit.

 

My diagnosis is that the count is referring to a rolling 24-hour count of web leads; that there is some Apex in effect for the WebToLead Servlet and that that Apex is querying our Lead table for web leads.  Salesforce support has not confirmed any of these assumptions.

 

It has not yet hit the 1000 mark, so I don't know what will happen when it does, but I'm guessing that like any Apex code, it will not execute. Which means we won't get the web lead.

 

Has anyone else ever encountered this behavior? I'm guessing there's not much I can do since I have no access to the WebToLead servlet.

 

Error Message:

 

Operation: /servlet/servlet.WebToLead

By user/organization: 0058000000ICHCB/00D80000000oHai

Caused the following Apex resource warnings:

Number of query rows: 609 out of 1000

 

 

I have followed the instructions on how to get this working. I send test emails to the email service address created by salesforce when I activated the Email-to-Case and it does not create a case. I looked at the System Log and there is no entry regarding this. Any ideas why this is happening?

 

Thanks,


AD

We have a workflow rule that routes cases to a queue upon creation, based on some criteria.  The rule does not include an email notification, and the queue is not set up to notify users (with the checkbox).  However, on some case creations, every member of the queue is receiving an email. 

 

We have narrowed it down to happening only when a user adds information into an Internal Comments field, which through a workflow rule, populates the Case Comments.  We do have a email notification when Case Comments are added --- however, the email that is firing is our Case Assigned Template email, not our Case Comment Notification email.

 

Does anyone have any ideas about how to stop the assignment email from firing off (other than not adding anything into the Internal Comments field)?

I am trying to find a formula for a custom field in contacts that will take the opportunity name in the contact's opportunities related list and put it into the contact details.  (This is so I will be able to map the opportunity name field to a corresponding field in vertical response)

Thanks

Hi,

I am from BMC Software, I tried using the login code from Chatterworkbook by using API calls for Java Clients.The username and password are correct but it gives an exception

 

Exception in thread "main" [UnexpectedErrorFault [ApiFault  exceptionCode='API_DISABLED_FOR_ORG'
 exceptionMessage='API is not enabled for this Organization or Partner'

 

How can i overcome this?

I see that you can attach a file to a case.  Is it possible to get this functionality for a custom object?
Hey Everyone,

I thought there used to be a specific message board for TAPI but I don't see it anymore. Anyways, I was wondering if anyone has edited or created a new softphone interface that allows users to update custom and standard fields from the phone component, similar to recording the comments of a phone call in the area provided. Any direction on this would be most appreciated.

Thanks,
Rich
Hi, I am trying to develop a CTI connector between our CTI system and Salesforce using the CTI Toolkit.

I have successfully compiled and run the Demo Adapter example and played with that and I am now working on my own connector. I am at the point where SalesforceCTI.exe is loading and calling into my code. I can see my UI and eventsink initialising in the logs and can see my CreateLoginForm() being called. The problem is that within the browser the softphone start to initialise then never actually starts up. It sits and says "Initializing Softphone..." and never progresses past this point.

Obviously I am doing something wrong or missing something but I am not sure what? In the demo code after initialisation you see the CTIConnect() being called but that isn't happening in my code. Perhaps I am missing something in my initialisation? What causes CTIConnect to be called?

Where is the best place to post questions such as this?

Thanks.

Simon Jansen