Hello All.
Greg has a sample of a tutorial code which creates a new attachment in workflow. I need help with updating the code. I would like to add the created node not as an attachment, but as a new version of exist Node type Form (NodeId as attribute in WF) which is somewhere in Livelink.
My code now creates a new version through lNode.NodeUpdate(formNode, UNDEFINED, False) but this version doesn't have any data from workflow.
Greg has a sample of a tutorial code which creates a new attachment in workflow. I need help with updating the code. I would like to add the created node not as an attachment, but as a new version of exist Node type Form (NodeId as attribute in WF) which is somewhere in Livelink.
My code now creates a new version through lNode.NodeUpdate(formNode, UNDEFINED, False) but this version doesn't have any data from workflow.