customize AdditionalTransferObjects <Mail> {
objects = expression {
cooobj.mailattacheditems;
}
}
Object[]
FSCTRANSFER@1.1001:AdditionalTransferObjects(
key ObjectClass
objclass,
Object
targetrootobj,
Object
transferobj,
TransferDirection
transferdirection,
out retval Object[]
objects)
Name |
Description |
objclass |
the object class for which the additional objects are calculated
|
targetrootobj |
the container object of the transfer (in general, this parameter is the Teamroom that is transferred)
|
transferobj |
the current object for which the additional objects should be calculated
|
transferdirection |
the direction of the transfer (possible values are based on the enumeration
TransferDirection ) |
objects |
a list of objects that are also transferred (these objects are transferred as copies and do not
have a transfer state or a link to the objects in the target domain)
|
Additional Information