• Yasir
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Hey guys, Can you provide a hyperlink or a link to a URL through a Error message displayed as part of a Trigger? For example, instead of hardcoding the URL as shown below, use a markup to make it a link: c.addError('ERROR TRM100: There is already an identical record: Record Number '+cs.Number+' (https://na8.salesforce.com/'+cs.Id+')'); This currently reads as: Error: Invalid Data. Review all error messages below to correct your data. ERROR TRM100: There is already an identical record: Record Number 60311 (https://na8.salesforce.com/500M0000000mJJ9IAM) It would be great if I could make the "Record Number 60311" a hyperlink. Any idea is greatly appreciated. Thanks,
  • May 26, 2011
  • Like
  • 0

Hello ,

 

I want to display values of child window on parent window. e.g.  i have one page and when on that page when i click on textbox a new window popup. in that popu window some lookup fileds are present and i want when i slect value from tha lookup fields and click on save button. value wil be saved in record and it also display on that textbox in the parent window and popup window close after that.

 

Please anyone tell me how to fetch the values on parent window.

 

 

Thank in Advance.

  • October 20, 2010
  • Like
  • 0