Browse By Tags

  • Form - Field Label - Font Family - Change Default

    Good day all. Does anyone know where I have to go to change the default Font Family? Currently it is set to tahoma, arial, helvetica, sans-serif . I would like to remove tahoma or move it to the back of the list. Thank you.
  • How to add a new tab in #formTab?

    In Aras 12 the UI looks like this. There always is only one tab (here "CAD Document"), which display the Form associated to that ItemType. How could I add more tabs there? And associated other forms of that ItemType to it?
  • How to edit individual relationship properties from a Form?

    Hi community, has anyone of you experience with editing multiple relationship properties directly from a Form? I have an ItemType with a couple of sub relationships, something like this: -- MyTopItemType -----Null-Relationship 1 -------Null-Relationship…
  • Button not adhering to CSS

    Hello, I've got a button with very simple CSS (below). Problem is, the button isn't adhering to the code: {$this field rule} input; input[type="button"]{ height: 50px; width: 50px; } input[type="button"]:disabled{ background: #dddddd; } On both…
  • How to change a form dropdown list selection using a method

    I've got a form with a few dropdowns that are associated to static lists. I need to drive the selection of the dropdowns to update based upon a graphic that's made of multiple HTML fields (basically a 5x5 grid). - Dropdown1 - Dropdown2 Each grid…
  • How to get a property default value?

    Hi everyone, This feels like a silly thing to ask, but I haven't seen anything in the documentation or the forum regarding getting the default value of a property. Some context: I need to evaluate values, but if a value is not present, I need…
  • drop down field making group box show verticaly

    hello, i've a form with a group boxand in this group box are other boxes.let's take one of this second level box, tolerance for expample contains two text fields and a checkbox (the group box is set to horizontal). Now i want to change one of the text…
  • Tab Layout for Form in Aras Innovator

    Hi All, If someone can help regarding Tab layout for Form like below I tried to use code for Form Tab Layout from below link but it is not working. Is anything missing. Create Tab Layout for Form in Aras Innovator (cylnote.blogspot.com) …