Hi i am importing the case using the below code and this is working fine but the only issue i am facing is there are some formula written on the case object which is not triggering after imort.
this is the code i am using inside the job to save the Case data.
$entityManager->saveEntity($caseEntity);
this is the code i am using inside the job to save the Case data.
$entityManager->saveEntity($caseEntity);
Comment