Browse By Tags

  • Decimal data type doesn't support double precision numbers

    I need to store both large and small numbers in a property of type Decimal. I set the Precision to the maximum of 38 and set the scale to 19. I expected that I could store numbers with 38 digits and 19 of those after the decimal point. Instead what…
  • Cannot insert the value NULL into column 'NAME',

    Hi all, I recently exported updates to the CAD item type from a development environment to our QA testing environment. I am running into an error when updating the NAME property to required: Cannot insert the value NULL into column 'NAME', table…
  • Track the fields/properties in Aras like History Container

    Hello Experts, Is there any way in the Aras to check which property is modified while updating the Item? I have part item and while updating, i wanted to check which properties are modified likewise it is given in History page. E.g I have the…
  • 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,
  • ItemType Property implementation_ddl

    Good day all. I was wondering what this property is used for, the Label is Definition. When I ran a Nash search to return this value, all of the ItemTypes were null. I would like to have a section for notes (or a definition) for the ItemTypes and thought…
  • Constraints not working on an integer field form

    Hello, I created a new "feedback" ItemType for my users to write remarks about Aras. I want them to rank the priority of the feedback with an integer from 1 to 5. For this, I created a _priority property in the itemtype which is of type "Integer". I…
  • ItemType Pattern No Space

    Good day all. Can someone tell me how to set the Pattern for an ItemType Property to not allow spaces? I read the Tech Tip: Enforce Property Formats Using Regular Expressions and looked at the Regex link provided, but have not been able to make anything…
  • Set existing Property to Required in Production - Unable to Save ItemType (Aras 12SP9)

    Hello, We need to set some existing properties to Required on the CAD Item type (Native File, Type, Authoring Tool). All CAD Document records have been scrubbed to ensure all records have data in these properties, but when we Save the CAD ItemType we…