Hi,
I would like to be able to assign a random number to the products I create, tried on the assembly level but found out that I can only add a custom property to the parent item, which is fine, but I am not able to assign a value that will follow that parent.
hi,
You can use the GetAssembly-statement and return it as a list (source = Assembly Instance).
Then you can use the Assign-statement to write the component property for product from this list:
1 Like
thank you, it works.