Announcement

Collapse
No announcement yet.

How is the lead ID generated

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

  • How is the lead ID generated

    Hi

    I have installed Espo CRM and so far it looks perfect but im stuck with integrating it with my existing website.

    The problem is that i have a site developed in php and i need to insert those leads directly to the CRM. I did some research but i didnt find a way to it. So what i planned is to directly insert the form details to the leads table in Espo CRM.

    When everything was ready i noticed that the leads dont use a auto incremental value, instead it uses a 24 digit code. I went through the whole but i couldn't find it.

    Can some one please tell me how the lead ID is generated when a new lead is added and where can i find that code in Espo CRM

    Thanks

  • #2
    Hi
    /application/Espo/Core/Utils/Util.php
    method generateId

    Comment


    • #3
      Perfect.. Thanks again

      Comment

      Working...
      X