J
James Arsenault
Guest
If I understand correctly you have two Employee entities and you need to copy the fields from one to the other. You need to set this fields in an existing entity which is why you can't use clone or new. I believe you'll need to set the fields in the target entity directly in your actions. You could potentially also create a customer operator to do this.
Continue reading...
Continue reading...