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, which is called 'tgv'. Lots of debugger tries in the console and methods and nothing is finding it. Have tried... top.mainWindow.document.getElementsByName("tgv")[0]; top.mainWindow.document.querySelector('div[name="tgv"]'); parent.document...... Any thoughts or help?0Views0likes7CommentsSecondary 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) as shown below: However, when I view the Item Details page, the group box header does not display the Japanese label. It simply shows no header at all. If I put Japanese text into the Primary Label (English) field instead, the header appears correctly in Japanese. My questions are: Is this behavior a bug or a known limitation of Responsive Form Designer? What is the recommended way to show secondary‐language labels (e.g. Japanese) on group boxes in a responsive form? Do I need to modify an XML resource or language pack to make it work? Any guidance or best practices you can share would be greatly appreciated. Thank you!0Views0likes2CommentsValidating 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 some sort of validation of the checklist items to ensure that they haven't be deformed. Having the items and the entries in a different field (and then disabling editing of the items field) is not an option as the list requires scrolling, and that would cause the items and entries to become misaligned. Is there a way to achieve what I'm trying to do?0Views0likes3Comments"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 table and fills the table with fresh (but same) checklist items. However, on clicking the button and triggering the method, all instances of the string "this" becomes "srcElement". Does anyone know why this is happening and how to prevent it? Version 11 SP9. Thanks!0Views0likes4CommentsHow do update item in Dom after server Method changed values of a Form dropdown
Hi community, hope somebody can help me on this one. I have a Form with a button that shall allow users to add additional values to the dropdown list. The button Client Method calls a 2nd Server Method that takes care for updating the List that is used in the dropdown. Used Innovator version is 12SP3, but I think my described scenario fits to most Innovator versions. The List update on server side works without any problems. The List will contain the new values on database level. But I am not able to update/refresh the dropdown list in the Form. Users still see the previous content. If users want to see the new updated List, they have to delete their browser cache completely. Neither the refresh button or reopening the item will make the additional list content visible. The only way the list will be updated without deleting the browser cache is when I manually save the List item again. How can I solve this one? I assume I will need to use aras.isDirtyEx or something similar. But I haven´t found much code samples on this one. Any ideas how to do this? Angela6.1KViews0likes5CommentsAras 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 bit funny. But the main question is that is there better way to modify the css than this custom-form-css in Aras version 32? Should we ditch the old way and start using something better now in a new version? And what that new way of doing that would be? Any hint/advice? Cheers, Jukka0Views0likes1CommentMethod 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 would be awesome. thanks!0Views0likes1CommentHow 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 properties that shall either be displayed as checkboxes or yes/no list dropdowns. Both the checkbox and dropdown works for with the same data (1 and 0). I can use them in parallel in the form already: But does anyone know how I can overwrite which field_type is used on Form load? The design requirement may sound weird, but it has to do with the meaning of the fields. In one case they are just indicators, while in the seconds use case they require active user interaction. Thanks! Angela0Views0likes0CommentsCustomize 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 right direction that would be great. I need to know which topic in the Aras documentation to look for. If someone can provide birds-eye-view of the whole process that would be great.0Views0likes3CommentsUnable to set the default value in dropdown
I am having one drop down box in the form. Where it showing all the list of values in dropdown. But, I need to display default selected value from the relational grid and display it in dropdown box along with list of value. I tried to assign default value by document.getElementById("Maindataform") .Textbox1.value="Text"; But is not showing in dropdown default value. Any suggestion0Views0likes1Comment