Browse By Tags

  • Code Snippet: Generic, Reusable Code to Get All Identities In a Group

    Hello everyone, Here is a code snippet to retrieve all identities in a identity (group) recursively. As I faced this requirement multiple times, and Innovator not having a standard function for it, I decided to create it myself. //*************…
  • 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…
  • How to get the source item properties in the related item onafteradd event?

    hi All, I have an type(source item) called A. A has relationship called B, which relates A to C(related item) I wrote a VB server event and in related item(C) onafteradd to execute I want to get the properties of the source item before the relationship…
  • Aras Itemtype server events behavior

    Hi all, i am trying to understand behavior of server events attached to an Itemtype, Let us say "add_prefix_to_document_name" is a method which is present on onBeforeGet event of Document itemtype, now, when i load any Part for…
  • How can I add filter before get InBasket?

    Former Member
    Former Member
    How can I add filter before get InBasket?
  • How to call method when new revision of Item is created

    Hi experts, I want to call a method, when new revision of an item is created, in that method I start the workflow for new revision of an Item. so on which server event should I call "startWF" method? Thanks, Maddy.
  • Aras Server Method Event Identification

    Former Member
    Former Member
    I have an requirement where i am calling the same server method on Server Events On After Update, On After Add and On After Delete. Is there a way i can check from which event the method is called.