• Sriram sfdc1111
  • NEWBIE
  • 0 Points
  • Member since 2021

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

Hey all,

 

I have a simple (what I think is simple) custom link that I'd like to do the following...

 

1) Save the current record (from a custom object - GP Proposal)

2) Add values to a custom field

3) Return to the saved record

 

Here's what I've got...

 

/{!GP_Proposal__c.Id}/e?retURL={!GP_Proposal__c.Id}&00N60000002Pj1k="TRUE"&save=x

 

Good thing is it's returning to the record.  Bad thing is it's not saving the current edits(when using inline editing) and it's not passing the values to the custom field (and it's not saving that new value).

 

I can get by without saving the current record (and I tried the link from the detail page (not the edit page) but it still did not work).

 

Any help would be GREATLY appriciated.  I know it's something simple I'm overlooking.

 

Thanks in advance