• Masterdouglas
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies

I am trying to add a Custom Field of URL type.  Using the Formula editor, I am building a URL.  I can't seem to figure out how to access a query string parameter.  In APEX, this will work: {$CurrentPage.parameters.exampleParm}

 

Is there an equivalent for this using the Formula Editor for a field? 

 

I added a column to the Search results native page and this is where this field will go.

 

Any help would be greatly appreciated.

 

-Doug

 

I have a requirement to integrate a non-salesforce.com screen with the salesforce.com search. From the search results, I want to redirect back to my non-salesforce.com screen with some Client data (Name for example).  Can this be done?

 

What if I wanted to do the same scenario with a Create?  After the Person is created, I want to redirect back to a non-saleforce.com screen and maybe pass back the ID. 

 

Any thoughts or direction on this would be greatly appreciated.

 

-Doug