Please enable JavaScript to view this site.

Codolex

Navigation: Activities > Variables

Copy entity data

Scroll Prev Top Next More

The copy entity data activity can be used to transfer the values of an instance of an entity to another variable.

 

CopyEntityData

Activity properties

 

begin

ToEntity.ShipperID := FromEntity.ShipperID.Value;

 ToEntity.Phone := FromEntity.Phone.Value;

end;

Resulting Code

 

You can exclude fields to be copied, separated by a comma.

Associations are not included in the copy activity.

 

 

© by GDK Software