• Targeting Element on Form from Relationship Grid

    Hello All, I'm making a relationship grid event that fires on a row selection. It's meant to target an HTML control on the top item form and then will fill it with a TGV. Trouble is, I'm running in circles trying to target the element on the form…
  • Secondary Language Label on Group Box Not Displaying in Responsive Form

    Hello Aras Community, I’m using Responsive Form Designer to build a custom Item Details form, and I’ve run into an issue with the Group Box control: In the form designer, I placed a Group Box and filled in the Secondary Language Label (Japanese…
  • Validating Input/Partially Restrict Editing of Fields

    Hi all, I have a checklist (for users to fill out) in the form of a table as illustrated here: It is a HTML table housed in a Formatted Text field. I would like to prevent users from modifying the checklist items (first column of the table) or perform…
  • "This" String Becomes "srcElement"

    Hi all, I have created a form that looks like this: The table is pre-filled via a Form Event method. This is a checklist that the user fills out for document reviews. Clicking on the New Version button triggers a Field Event method that clears the…
  • Aras 32 and lab_styleform / custom-form-css

    Hello, We are upgrading Aras from 12SP09 to Aras32 and some our forms are using https://github.com/ArasLabs/custom-form-css lab_Styleform javascript. I can see there hasn't been any updates in GitHub in 6 years. And the forms are looking a little…
  • Method for hiding button on a form

    I need to hide a button on a Work Process form. Name of the button is cancel_workflow_button I can do this using the UI making another view where this button is hidden but I want to do this by writing a method. If someone can get me started on this that…
  • How to change field_type of a property on Form load?

    Hi community, I work on a huge Form project. The Form design has some dependency from the classification, but I don´t want to draw 3 Forms for each classification. I want to avoid having to add and align 50 properties in all of them. I have a few…
  • Customize Bills of Materials (BOM)

    Hello, I need to make a new BOM form where the BOM level is only 1 and I need to remove some of the columns that appear in the default BOM form. Also, need to add a logo to the form. Super new to Aras, therefore, if someone can point me in the…
  • How can I trigger the classification to update and change forms from a different property?

    Hi Aras Community, I have a use case where my classification is technically controlling two things. What type of workflow they are on and what kind of form they see with the ability to switch the different kinds of forms. I'm trying to prevent mistakes…
  • Drop Down field with better auto completion

    Hi, I'm using ARAS R19. The drop down fields (linked to a list) are very poor and difficult to use on big list. Indeed, on the following list: The user is not able to start to enter "ELEC" to quickly find the expected line. The completion works…
  • HTML Button - Script Not Working?

    I'm looking to dress up a form by adding in some HTML buttons that have images (basically the ItemType image). I've got methods linked to normal buttons on the form and those are working as expected. When I do an HTML button they look like I want…
  • Dynamic Dropdown Error

    Hi, I am using example in https://community.aras.com/b/english/posts/tech-tip-dynamically-change-type-ahead-english/ for dynamically populating values for a dropdown at OnFocus event. The form works fine as far as a value is selected from the dropdown…
  • Inbasket Form Preview

    I am trying to incorporate the Preview Form action on the Inbasket so our users can see the item's form on the same page as the inbasket. This action works like normal for all other items except Inbasket. How would I be able to enable this feature for…
  • 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…
  • How to increase size of Form editor preview box? Designing large Forms in a 4inch box is a painful experience!

    Hi community, does anyone of you know a way to increase the size of the Form WYSIWYG editor? Or even better: How to change the preview size dynamically? By default the preview box is very small and it´s not possible to change the size at all. This…
  • 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…
  • Open Custom Form in A New Tab

    Hello Is there a way to open a custom Form in a New tab rather than as a Dialog in ARAS. I believe Aras requires an item to open any window. But Mine is simply an independent Custom Form that I want to display in a new tab. Please let me know if…
  • 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…
  • checking fields before creating an item

    hello, i have created an itemtype, when i create an item of this type the forms contains couples of field. for each couples i need to check if one of the item as a value the other one should too. i had an idea of using a method on before add, check…
  • onChange field value does not keep new value when item is saved

    Hi everyone, I have an on change event that fires when one of my stock fields are changed, which should change the value of a stock message field. The function I have is able to change the value of the stock message field, but when I save/click…
  • how to retrieve checkbox value from form ?

    hello, i have a form that needs to get user inputs. On this form there are text fields, check boxes and a validate button that runs the logic to retrive the inputs. I'm able to retrieve the text fields with a method that runs on the click of the validate…