How to make a new_edit page shows attributes that are available in an item?

0
The images presented below represent my current progress. However, I encounter an issue with the "Creation Page": although it is based on the "(ItemCreateInput)" entity, I wish to display additional attributes of a specific item(say custom item) in this page. Consequently, I would like to have a dropdown list in the input box for those attributes. To clarify, some of these attributes are List of Values (LOV). In the "Creation Page", the input box should exhibit a dropdown menu enabling me to select the desired value. Yet, I am unsure of how to make these properties visible in the "Creation Page". Moreover, if I input those values, they need to be reflected in Teamcenter as well. Currently, ID, object-name, and object_desc works perfectly.  
asked
1 answers
0

You can extend ItemCreateInput and ItemRevisionCompoundCreateInput to include the extra custom properties. You can only include properties on creation if they are also specified in the CreateDescriptor in Teamcenter for that Item type

answered