How is the id in campaign_log_record generated

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CRMuser
    Member
    • Sep 2016
    • 71

    How is the id in campaign_log_record generated

    Hi there,

    I want to update some contacts as bounces not recognized by the email fetcher.
    I see that I need to duplicate sent email records in question with action sent and then change the field action to bounced.

    Thus, my question is how is the id generated and what to do in mysql that there is consistency?

    Thanks

  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello
    application/Espo/Core/Utils/Util.php generateId() method

    Comment

    • CRMuser
      Member
      • Sep 2016
      • 71

      #3
      Thanks a lot. I plan to create a copy of records with a unique id in MySQL. Will there be any problem that the unique key is different for bounced emails in in using Espo?

      Thanks

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        If the key is really unique, no difference how did it built

        Comment

        Working...