Skip to main content
I need an opportunity report that shows a custom contact lookup fields ID instead of their name. How do I do this? Is this possible?
3 answers
  1. Feb 25, 2016, 8:55 PM
    If you have a lookup(Contact) on the Opp, you can create a custom formula text field that returns the related Contact Id:

     

    Contact__r.Id
0/9000