Previously I was doing:
From Contact service:
to update the ClientDetail.
But since getRecordService method is deprecated, how do I call the functions from another service? Do I have to import the class and call the method?
There is no documentation regarding this anywhere.
telecastg item Any help would be appreciated.
From Contact service:
Code:
$this->getRecordService('ClientDetail')->update($clientDetailEntity->id, $clientDetails);
But since getRecordService method is deprecated, how do I call the functions from another service? Do I have to import the class and call the method?
There is no documentation regarding this anywhere.
telecastg item Any help would be appreciated.
Comment