Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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.
