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.
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.
Comment