Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hi Friends,
How to create a custom attributes in windchill using api ,Can u suggest any api ?
Regards,
Sandeep
You mean to create the attribute (Global Attribute or Soft Attribute)? Or do you want to set an attribute value?
Hi
Yes,I want to create the new attribute through api like name,number (not setting the value)
Regards,
Sandeep
Hi Sandeep,
Use wt.iba.definition.DefinitionLoaderWithCahce.createAttrDefinizer method to create global attribute.
Tanks And Regards,
Kaushik
Sandeep,
Did Kaushik's suggestion work for you?