Jumping fields in Form editor. What is the root cause of this annoying glitch?
Hi community, since 10 minutes I try to save a simple Form in the editor. And I can´t. Cause every time I click the save 2-3 fields are misaligned. I have the following form which is pretty standard (except a few decoration elements, but these are the only elements that actually stick at their place...) Jumping fields are a know issue in Form and LifeCycle editor. But normally you just need 1-2 additional attempts until you successfully save a form. As I don´t create Forms and LifeCycles very often, the glitch was some kind of tolerable. But right now I made around dozens attempts to save the above form. And just fail over and over again. Does anyone know what causes this issue? Thanks! Angela1.3KViews2likes8CommentsIs there any limitation on number of item to be added in the form for ARAS 11?
Hai , I am working on ARAS 11 th version, There I do have a form with 1005 Items(html,textbox,line,Rectangle,form action….ect.). But I can’t able to add more Items than this. If I try to add new Item The entire form disappear from the workstation , And I have to delete the newly added Item to get the form back. Is there any limitation to add number of Item in ARAS 11? Kindly help me back.0Views1like2CommentsGrid on WYSYWIG Forms Editor
I'd like this added to the body style of the iframe that is loaded in the Forms Editor (html.html_edit_form body.claro.body_edit_form). background-size: 12px 12px; background-image: linear-gradient(to right, #2000ff30 1px, transparent 1px), linear-gradient(to bottom, #2000ff30 1px, #fff 1px); background-repeat: unset; The result is the grid you see. I think this would be a nice UX enhancement that might turn on/off from some control in the editor toolbar.6KViews1like4CommentsHow to open a Item in a new Window instead from a Form
Hi, I have a simple dialog form that contains a button that adds and opens a new Document Item. Unfortunately the new Document is not accessibly while I am still in the dialog. The Documet is added as new Aras tab in the background. Is it possible to display the Document in a new window in the front so user can edit the Document while still using the dialog? If I click the button, the following Method is called: // Create new Document var docItem = innovator.newItem("Document","add"); docItem.setProperty("item_number", "DOC-1234"); docItem.setProperty("description", "testtext"); var resultItem = docItem.apply(); var docId = resultItem.getID(); top.aras.uiShowItem("Document", docId); I tested the following command for opening my Document in a new Form ->top.aras.uiShowItemInFrameEx(window, resultItem, "view", 1,formNd ); But with this option I am only able to open the bare Document Form without the Relationships. But I need to display the whole Item, including the Relationships. Thanks and best regards! Angela10KViews1like3Comments