Browse By Tags

  • How to replace property name in History template comment column

    Former Member
    Former Member
    Hi Team, I have an template in that one property name is abc_xyz and label is "abc xyz" . On viewing history of particular item at Item level I am getting as "abc_xyz:PQR" . I want to replace property name as "abc xyz" while viewing history. Current…
  • Show xProperties from one item type to another item type

    Hi Team I need a help to implement one logic. I have xClass configured in Document Item type and Part has document number field. On Select of document number, I want to show the related xClass properties of document in Part. How to achieve this. Example…
  • 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"…