• How to get a property default value?

    Hi everyone, This feels like a silly thing to ask, but I haven't seen anything in the documentation or the forum regarding getting the default value of a property. Some context: I need to evaluate values, but if a value is not present, I need…
  • get property list from item type, issue reading the result item

    hello, i want to get a list of names of propreties that start a certain way 'z%'. i've found aml that was supposed to do it, i' made an iom code to recrate that aml (actually creates the right aml). But what i get is only one item, so i want to know…
  • About File ItemType Indexed_on property?

    Hi, I'm new in aras system and I want to know about the [indexed_on] property of File ItemType. What does it mean and when it is updated? Thanks,
  • Compressed text property

    Frequently, on ItemTypes, I use a "Text" property to store json data. Because, the json is very verbose and can be compressed to reduce the taken space in database and network traffic, I use LZString.compressToBase64 before a setProperty and LZString…