• Link in children's Item Type view to the parent's Item Type view

    Hello everyone, Try explain, my scenario: I have the Item Types related: 1° Item type Authorization. 2° Item type AuthorizationTittle. 3° Item type AuthorizationTittleRelation (only to related). I need add a link or buton in AuthorizationTittle…
  • innovator service and Javascript Methods

    I would like to know if it's possible to run a javascript method from Innovator Service. I would like to be able to use javascript to make async http calls over the network. I can currently use C# for this but the methods will not be asynchronous as far…
  • How to set the value of dropdown form field to null, when the field is disabled

    Hi, I have multiple dropdown fields in a form. For example i have 3 dropdown fields called 'list1', 'listA' and 'listB'. Thanks to @Christopher gillis for his blog , i can able to disable 'listB' dropdown field when the value of 'list1' is 'listA' …