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
Version: Windchill 11.0
Use Case: I modeled a class that extend from wt.enterprise.IteratedFolderResident, everything works fine. I can create it and assign it into a folder,
Description:
But the attribute 'location' or 'folder.id' doesn't show in Type and Attribute Management. So I can't put it into any layout and the OOTB defineItemAttributesWizStep won't display the folder selector. Anything else need I do?
Hi @HH_7946373 , please include screenshots of what you see on Type and Attribute utility, make sure you followed the steps correctly: https://support.ptc.com/help/windchill/wc110_hc/whc_en/Windchill_Help_Center/WCCG_Oview_GetStartCust_CreatePetClass.html# and https://support.ptc.com/help/windchill/wc110_hc/whc_en/Windchill_Help_Center/WCCG_Oview_CustTutorial_ModelNewDoc.html#
Check the method server logs when you go to type and attribute utility and folder page.
Hi @tarik.wifak.p ,
Yes, I followed the guide, a little difference is the modeled class neither extend WTObject nor extend WTDocument, it extends IteratedFolderResident, here is the screenshot.
And the Type and Attribute Management like this:
And it can't be found in a folder, I created one by code as below: