Announcement

Collapse
No announcement yet.

Search by id not exist?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Search by id not exist?

    How do I search for the id of some leads, products and other modules?

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

    add myId to search in layout manager

    Comment


    • #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


      • #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


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

          Comment

          Working...
          X