Browse By Tags

  • How to stop\pause life cycle promotion to edit a part?

    I need to edit some Part properties such as State, Release Date, Revs, etc. But everytime a Part is edited a new version is created where the Rev increments. I do not want this to happen. I want to edit the part and have it not create a new version…
  • Need Guidance: Prevent On Close Server Event to get called when there is Error (when voting) and the CM Activity is not Closed?

    Hello All, I'm creating a server-side method that sends an email to the Change Leader. It gets invoked " on close " in association with a Change Management workflow activity. The email should be sent only when the activity is closed, and the workflow…
  • What is the is_keyed Property for?

    I am trying to make sure the Part ItemType is correct (our database is a bit messed up). I have been going through and reviewing the information provided in the SolutionImportAML files and found a difference between the item_number property. My system…
  • 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…
  • 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…
  • 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,