Browse By Tags

  • 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…
  • REST API does not return properties with Item datatype

    Hi, I am using Release 15 and trying to GET all Properties of an Item using REST API with this request: http://server/innovatorserver/server/odata/par('D193004BBD7D4EF390925A859A4E371D') It does return all properties except the ones which are datatype…
  • sort_order is a system data field. System data fields must not be changed

    Hi community, I try to change the label of the sort_order property in one of my relationship ItemTypes. I have done this kind of change in many ItemTypes before and it always worked as expected. Typically I replace the sort_order label with something…
  • 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…
  • Property validation - Dialog to Confirm Ok or Not

    Hello All, I've been struggling with a property validation use-case and I'm sure it's something that'd be useful to lots of folks. Have a working server event that blocks the user from proceeding if a certain property is left blank; however there…
  • 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…
  • Aras Conversion Server altering modified_by_id property

    Hi, I recently realised that after saving cad documents modified_by_id property changes to 'Innovator Admin' instead of my user id. I think the problem caused by conversion server. I want to see who modified that cad document but conversion server…
  • 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…