Get all property of item type and their data type

Hi Guys, I am trying to get the list of all properties in the Aras Item and their Data Type like String, boolean, Integer, date E.g. Part Item type is having property as item_number and it's data type is "String". Is there any way to get these datatypes in aras or any AML script for this? Thanks.
Parents Reply
  • Hello,

    The CAD ItemType has been modified to include a label on both the created_on and created_by_id properties. By default, these properties are created without a label. This is why they show up on the definition report of CAD but not Part. You'll notice that many of the other system properties on the CAD ItemType also have labels which would explain the difference in the number of properties in both reports.

    Chris

Children