hi all -
we were informed we could use SET Action to move a DOCUMENT from one BO to another.
however when we write any type of THEN rule using SET which contains the "attribute" of type DOCUMENT. It says there is an error in the syntax.
Example:
We have 2 BO's both have 2 attributes Title (text) and File (Document)
A process should create BO2 with BO2.Title=BO1.Title,BO2.File=BO1.file (DID NOT WORK SO TRIED)
CREATE BO2 with BO2.Title=BO1.Title
SET BO2 FROM BO1.file
Can anyone give us a tip or nudge in the right direction
Thanks,
Nina 😉