Browse By Tags

  • Hiding Select xClass Ellipse and Delete xClass button in Extended classification

    Hi Team, I have created a custom method, when a user selected some value in drop down list then the xClassification relationship will get added automatically. I want to prevent the user to delete or add new xClassification properties. How to achieve…
  • Get XProperties through SQL

    Hi How to get the extended classification properties and its values using SQL. I'm able to get it through AML
  • Extended Properties Permissions Issue

    Hi Team I have configured extended properties for Part Item type and I'm able to select and add the xProperties in Part item using super user. But when I try to get / add xProperties using normal user, I was not able to get or add the xProperties. …
  • How to Update the value of xClasss xProperty by AML or API?

    Hi Eli, How to Update the value of  xClasss xProperty via API or AML? I can get the value of an xProperty  via MyItem.getProperty("xp-MyPropertyName") or AML. But I failed to update xProperty this way. Item MyItem = innovator.newItem("Part","edit"…