• abhishek_kumar371
  • NEWBIE
  • 10 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 0
    Replies
I've overridden the 'Edit' button on a custom record with a Visualforce page and now I can't change the record type. It'll let me go to the 'Change' screen, click continue, but then the record type has been changed back.Please let me know the syntax and code that i need to write in controller to capture the recordtype value.....its urgent.. 
 i have to route approval process to different teams on finding the duplicates on click of submit for approval button.Can we achieve this through flows?what are other options where i have to code minimal.
I have a requirement where i have to route approval process to different teams on finding the duplicates on click of submit for approval button.Can we achieve this through flows?what are other options where i have to code minimal.
Hi,

I have a requirement where i need to get the list of matching records returned by duplicate rule(Standard) on click of button.I am looking for the logic to call duplicate rule on click of button.