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.
//*************…
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…
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…
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…
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.
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.