• EJ
  • NEWBIE
  • 0 Points
  • Member since 2005

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 5
    Replies
We have an immediate opening for a SalesForce.com and .Net developer in Irvine, CA.  Primary requirements are C# (or Java, though actual development will be in C#), .Net (any flavor), Web development and SalesForce.com administration/customization experience.

Click here for more information about the company.

Click here for details of the position and to apply online.

Thanks,
E.J. Wilburn
  • April 18, 2006
  • Like
  • 0
I realize this is unsupported currently, but is there any way to create a new template e-mail and have it send immediately from an scontrol? I'm already creating the new e-mail, but currently it just opens into a standard send e-mail window and I can't find any URL parameter to just have it send the e-mail without requiring a second click.

What I'm currently doing:

window.location.href = "/email/author/emailauthor.jsp?retURL=%2F{!Contact_ID}&rtype=003" + "&p2_lkid={!Contact_ID}&new_template=1&nosave=0&template_id=";

I could of course handle this outside an scontrol with an external web server and a custom link, but I'd prefer to handle everything within an scontrol to keep it contained within SFDC.

Is there any way to do what I want (supported or not) or am I stuck with manual intervention or an external solution?

BTW, adding &save=1 to that URL causes an internal server error, not sure if save=1 is supposed to work and is just currently broken or is just an unexpected URL parameter for this page that causes an error.

Thanks,
E.J.
  • January 31, 2006
  • Like
  • 0
Is there any way to specify the record type for a lead input into the system via the Web-To-Lead process? I imagine it could be done using a hidden input field on the form but I don't know what name to provide for the field.

Thanks,
E.J. Wilburn
  • July 08, 2005
  • Like
  • 0

I'm trying to clear a Text Area field on an object and save the change but Update() isn't actually updating the object in salesforce (though it runs without error).  Here's basically what I'm doing:

sfObject.Field = "";

sfObjects.Add(sfObject);

salesForce.Update(sfObjects);

I know my code works properly since it does update SalesForce when I change the "" above to "Test".  I've also tried setting the value to null to no affect.  Do I need to set it to a space, set another property or call some other method?

Thanks,

E.J. Wilburn

  • May 26, 2005
  • Like
  • 0
Hello!

We are a new SalesForce customer. We'll have a need to refresh data in SalesForce from our
backend system on a nightly basis. I plan on using the command line interface of the DataLoader
to delete and import this data.

I've read that the recycle bin is capable of containing 5000 deletes, I forsee this being an
issue during this nightly refresh of information.

Do you know of a way in which I can empty the recycle bin remotely and/or on-schedule?

Thanks in advance for your help,

Ernie
I realize this is unsupported currently, but is there any way to create a new template e-mail and have it send immediately from an scontrol? I'm already creating the new e-mail, but currently it just opens into a standard send e-mail window and I can't find any URL parameter to just have it send the e-mail without requiring a second click.

What I'm currently doing:

window.location.href = "/email/author/emailauthor.jsp?retURL=%2F{!Contact_ID}&rtype=003" + "&p2_lkid={!Contact_ID}&new_template=1&nosave=0&template_id=";

I could of course handle this outside an scontrol with an external web server and a custom link, but I'd prefer to handle everything within an scontrol to keep it contained within SFDC.

Is there any way to do what I want (supported or not) or am I stuck with manual intervention or an external solution?

BTW, adding &save=1 to that URL causes an internal server error, not sure if save=1 is supposed to work and is just currently broken or is just an unexpected URL parameter for this page that causes an error.

Thanks,
E.J.
  • January 31, 2006
  • Like
  • 0
Does anyone know of a webservice that can be used to do Currency Exchange Rates?

Thanks,

Rhonda

When I login, execute queries, etc using the web services, I'm randomly getting HTTP 500 errors, when the error occurs on login, I get the following fault:

<LoginFault xmlns="urn:enterprise.soap.sforce.com">
<part name="code">
<code>UNKNOWN_EXCEPTION</code>
</part>
<part name="summary">
<summary>when invoking endpointAddress 'https://www.salesforce.com/services/Soap/c/6.0', UNKNOWN_EXCEPTION: java.lang.OutOfMemoryError</summary>
</part>
<part name="detail">
<detail>AxisFault faultCode: {urn:fault.enterprise.soap.sforce.com}UNKNOWN_EXCEPTION faultSubcode: faultString: UNKNOWN_EXCEPTION: java.lang.OutOfMemoryError faultActor: faultNode: faultDetail: {urn:fault.enterprise.soap.sforce.com}fault: <exceptionCode>UNKNOWN_EXCEPTION</exceptionCode> <exceptionMessage>java.lang.OutOfMemoryError</exceptionMessage></detail>
</part>
<part name="payload">
<LoginFault xmlns="urn:fault.enterprise.soap.sforce.com">
<exceptionCode />
<exceptionMessage />
<exceptionCode />
<exceptionMessage />
</LoginFault>
</part>
</LoginFault>

  • September 02, 2005
  • Like
  • 0