Skip to main content
1-Visitor
September 15, 2014
Question

How to create a custom attributes in windchill using api ?

  • September 15, 2014
  • 2 replies
  • 1926 views

Hi Friends,

How to create a custom attributes in windchill using api ,Can u suggest any api ?

Regards,

Sandeep

2 replies

17-Peridot
September 15, 2014

You mean to create the attribute (Global Attribute or Soft Attribute)? Or do you want to set an attribute value?

saitha1-VisitorAuthor
1-Visitor
September 16, 2014

Hi

Yes,I want to create the new attribute through api like name,number (not setting the value)

Regards,

Sandeep

12-Amethyst
September 16, 2014

Hi Sandeep,

Use wt.iba.definition.DefinitionLoaderWithCahce.createAttrDefinizer method to create global attribute.

Tanks And Regards,

Kaushik

23-Emerald I
September 18, 2014

Sandeep,

Did Kaushik's suggestion work for you?