Hi,
I have a Workflow event script I wrote for CS 10.0 U13 and Physical Objects 10.2.0. In it, I create a Physical Object container in the attachments folder of the workflow for review before the object is moved to the desired location (this is what the client wants).
To create the object, I'm using the standard LLNode.NodeCreate() method where I pass in a createInfo assoc populated as is done in the core interface.
Can anyone tell me where (in general) columns get populated after a LLNode.NodeCreate() or if they only get populated by WebNode.Action-Create2()?
In particular with Phys Objects, does anyone know where the HomeLocation metadata source gets populated?
-Hugh Ferguson