How is the lead ID generated

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • livewire
    Senior Member
    • Nov 2016
    • 100

    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
  • tanya
    Senior Member
    • Jun 2014
    • 4308

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

    Comment

    • livewire
      Senior Member
      • Nov 2016
      • 100

      #3
      Perfect.. Thanks again

      Comment

      Working...