Get contact id after create new

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • anhdt118
    replied
    Thanks you!

    Leave a comment:


  • yuri
    replied
    $id = $contactEntity->id

    Leave a comment:


  • anhdt118
    started a topic Get contact id after create new

    Get contact id after create new

    Hi!

    Can you tell me how to get last contact id inserted by method (storeEntity($entity))?

    This is my code but it's ok if only my account is admin:

    --------------------------------------------------------------------------

    // set field value for contact entity $contactEntity

    $contactId = $this->storeEntity($contactEntity);

    --------------------------------------------------------------------------

    Thanks and best regards.
Working...