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…
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…
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…
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. …
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"…