• 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…
  • E-mail to Group Identity

    Good day all. I am having a problem figuring out how to create a list of e-mail addresses based on the members of an Identity. I am trying to set up a C# Method to review an ItemType and send an e-mail when there are items that meet the criteria. I have…
  • Update Parent Item when Relationships Tab is Changed

    Good day all, I have ItemType sm_ITA with a Relationship of sm_ITA_Assignment. sm_ITA_Assignment (Assignments) is not related to another ItemType. When an Assignment is added or deleted I need the sm_license_count property of the parent sm_ITA to be…
  • What is the correct way to parse DateTime on a server side onAfterGet event?

    Hi everyone. I'm currently trying to evaluate the current date and a date property however, when I try do parse the string provided by getProperty, it gives me the error: String was not recognized as a valid DateTime. I can confirm the property…
  • Not a single item

    I wrote down the following to get data from a relationship and insert it in an item type but unfortunately im having the following error I dont see an issue with my logic if someone can take a look i would really appreciate it. Not a single item …
  • update property using csharp

    im trying to update value on vsy_rev can someone help with the c# code Innovator innovator = this.getInnovator(); decimal rev = Convert.ToDecimal(this.getProperty("vsy_rev"))+1; string new_rev= Convert.ToString(rev); this.setProperty("vsy_rev",…
  • Can I customize Tree Grid View input XML

    Hello, Question about Tree Grid View/method functionality. I'm are creating some kind of tree (for example Part BOM) & data comparison tool. I'm utilizing Query builder and I have 2 different query results in my method at hand. And now we are…