Search by id not exist?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • soprabaixar1
    Junior Member
    • Jul 2020
    • 3

    Search by id not exist?

    How do I search for the id of some leads, products and other modules?
  • item
    Active Community Member
    • Mar 2017
    • 1476

    #2
    Hello,
    create a varchar field : myId
    with formula : myId = id

    add myId to search in layout manager
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

    Comment

    • soprabaixar1
      Junior Member
      • Jul 2020
      • 3

      #3
      Perfect, get it. Thank you very much.
      But I realized that this only worked when the item was saved, how could I apply this to the data that is already saved? What would be the best way to do this?

      Comment

      • esforim
        Active Community Member
        • Jan 2020
        • 2204

        #4
        You need to re-calculate Formula using List field for manual task. Go into the List view entity, click the Down arrow on left side of the screen, (near those checkbox), click "Search All Results", then click "Action" > Recalculate formula.

        Otherwise you need use Workflow to make it automated if you want it to happen daily.

        Your last option which I have no idea how to use is call "webhook" i believe, but you need coding knowledge for that.

        Comment

        • soprabaixar1
          Junior Member
          • Jul 2020
          • 3

          #5
          Perfect, get it. Thank you very much.
          =)

          Comment

          Working...