Hi,
I would like to duplicate a BO (Procotol) that has a list of BOs (ProtocolLines).
With this process it works well:
DUPLICATE ThisProtocol
DUPLICATE ThisProtocol.Lines TO ThatProtocol.Lines
However, each ProtocolLines has an attibute ProtocolLines.Picture.
I would like to ducplicate also the pictures.
The pictures, for now are stored in the database.
I read in the forum that I need to pass the value of the filepath, but I am not sure how to do it since I cannot find sufficent documentation.
Can anyone point me to the right direction?
Thanks
Sergio