• ccrawford
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 5
    Replies
Hello,

We are developing an app that needs a custom link from the Accounts layout in order to launch appropriately.

Is there any way to have the custom link automatically get the scontrol ID when installing the app? Or some other way to automatically reference the scontrol, which needs it's own screen?

Thanks!

 - Corey
Hello,

I'm trying to figure out a way to copy over the Campaign information to a custom field on an Account, so that when an Opportunity is added later (even into the second, third opportunity) we can still report on what campaigns did for us some years ago.

Has anyone figured out a way to do this without completely rewriting the Convert Lead process (I know there's a Convert Lead SControl on appExchange, but it's like 2000 lines of code long).

I really just want to use the 'map fields' option we already have for Leads, but mapping from a *standard* field to a custom field!

Any thoughts are welcome .. thanks!
Hola,

I'm trying to do a simple query that compares two DATETIME fields on the same record. Here's the query:

SELECT Id FROM Lead WHERE AddressUpdated__c > AccountManagerUpdated__c

Both of these are custom fields (obviously) but I always get this error and for the life of me I can't figure out why:

MALFORMED_QUERY: ... unexpected token: AccountManagerUpdated__c

After much searching and doc flipping I can't seem to find anything that points at what I'm doing wrong...

Message Edited by ccrawford on 06-01-2007 09:30 PM

Hello,

I am trying to use the Flex API (3.1 from Sourceforge) but am having a heck of a time getting it to work.

If I run the salesforce.mxml sample app, with my login/password set I get this error:

Code:
(mx.rpc::Fault)#0
  errorID = 0
  faultCode = "Server.Error.Request"
  faultDetail = "Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: http://www.salesforce.com/services/Soap/u/9.0"]. URL: http://www.salesforce.com/services/Soap/u/9.0"
  faultString = "HTTP request error"
  message = "faultCode:Server.Error.Request faultString:'HTTP request error' faultDetail:'Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: http://www.salesforce.com/services/Soap/u/9.0"]. URL: http://www.salesforce.com/services/Soap/u/9.0'"
  name = "Error"
  rootCause = (flash.events::IOErrorEvent)#1
    bubbles = false
    cancelable = false
    currentTarget = (flash.net::URLLoader)#2
      bytesLoaded = 0
      bytesTotal = 0
      data = (null)
      dataFormat = "text"
    eventPhase = 2
    target = (flash.net::URLLoader)#2
    text = "Error #2032: Stream Error. URL: http://www.salesforce.com/services/Soap/u/9.0"
    type = "ioError"

Could this because I am not a "traditional" dev user (I am trying to hit my sandbox on test.salesforce.com)?

I tried to force a server_url of 'https://test.salesforce.com/services/Soap/c/9.0/' or 'https://tapp0.salesforce.com/' but neither of those worked.

Any ideas?



Hola,

I'm trying to do a simple query that compares two DATETIME fields on the same record. Here's the query:

SELECT Id FROM Lead WHERE AddressUpdated__c > AccountManagerUpdated__c

Both of these are custom fields (obviously) but I always get this error and for the life of me I can't figure out why:

MALFORMED_QUERY: ... unexpected token: AccountManagerUpdated__c

After much searching and doc flipping I can't seem to find anything that points at what I'm doing wrong...

Message Edited by ccrawford on 06-01-2007 09:30 PM

Hello,

I am trying to use the Flex API (3.1 from Sourceforge) but am having a heck of a time getting it to work.

If I run the salesforce.mxml sample app, with my login/password set I get this error:

Code:
(mx.rpc::Fault)#0
  errorID = 0
  faultCode = "Server.Error.Request"
  faultDetail = "Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: http://www.salesforce.com/services/Soap/u/9.0"]. URL: http://www.salesforce.com/services/Soap/u/9.0"
  faultString = "HTTP request error"
  message = "faultCode:Server.Error.Request faultString:'HTTP request error' faultDetail:'Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: http://www.salesforce.com/services/Soap/u/9.0"]. URL: http://www.salesforce.com/services/Soap/u/9.0'"
  name = "Error"
  rootCause = (flash.events::IOErrorEvent)#1
    bubbles = false
    cancelable = false
    currentTarget = (flash.net::URLLoader)#2
      bytesLoaded = 0
      bytesTotal = 0
      data = (null)
      dataFormat = "text"
    eventPhase = 2
    target = (flash.net::URLLoader)#2
    text = "Error #2032: Stream Error. URL: http://www.salesforce.com/services/Soap/u/9.0"
    type = "ioError"

Could this because I am not a "traditional" dev user (I am trying to hit my sandbox on test.salesforce.com)?

I tried to force a server_url of 'https://test.salesforce.com/services/Soap/c/9.0/' or 'https://tapp0.salesforce.com/' but neither of those worked.

Any ideas?



I've downloaded the Mapquest S-Control but even after I add it to an account, contact, etc. page, it still doesn't show up with the link?  Any information in getting this link to work would be great!
  • March 21, 2007
  • Like
  • 0