Browse By Tags

  • Set form fields to 'required' based on state

    Hi all, I hope you can help me with this one: I have a workflow controlled Item with some properties set as required. When the Item reaches a certain state, some more properties should be made required. Until this state is reached these properties are…
  • Disabeling dropdown field on form

    Former Member
    Former Member
    Hi I have some strange behaviour on a form. I have added a JaveScript method to disable some fields if the property "kam_is_transferred" = 1. The strange thing is the code below works on text fields but it doesn't seem to work on dropdown fields. Is…
  • How to open non-modal window with custom form?

    Hi, I'm using the following code in a javascript method to open a custom form via an action: var fetchForm = this.getInnovator().newItem("Form","get"); fetchForm.setProperty("name","myForm"); var formId = fetchForm.apply("get").getID(); // set form…