Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hi.
Some windchill objects (for example EPMDocument) have attribute folder.id.
Data type of this attribute is defined as String (in Type and Attribute Management). But when i try to get it through LWCNormalizedObject i have WCTypeInstanceIdentifier. Then i can get subfolder from it.
Now i need to define same attribute for my DescribeLink soft type (Why? I need to store this information to use it further. This is only way i can do it.).
How set the value for this attribute by java code?
What should i set to LWCNormalizedObject? String? SubFolder? Something else?
Thanks.