Browse By Tags

  • Flexible PLM: Better Productivity through Multitasking in Aras Innovator Version 12

    Multiple tabs open in your internet browser at the same time, paging through open applications on your phone to find what you need, and 2, 3, or 4 (!!) monitors on your desk at once—if you are a multitasker like me, nothing makes you happier than seeing…
  • Driving an Exceptional User Experience

    A poor user experience (UX) reduces a team's productivity every hour of every day. For a large organization, the lack of productivity due to a poor UX can easily run into the tens of millions of dollars in lost productivity each year. During good times…
  • UX - CSS Pseudo Selectors - Indicate Required and More!

    One thing that irks me is submitting a form that isn't complete and not having an indication of what is missing until after attempted submission. We could color all the labels differently than the non-required, but I really wanted an asterisk in red…
  • UX - Secondary Nav - Goto Form(s)

    I want to get this View/Form(s) data from the SOAP response that happens between the selection of an ItemType and the building of that IT's Secondary Nav. I then want to use my new friend, aras.uiShowItem("Form", the_form_id) to go straight to the…
  • UX - Automatic wildcard - Simple Search

    How would I intercept this SOAP query being built to say, "If no ending wildcard, add asterisk." Req URL:[POST] http://localhost/InnovatorServer12/Server/InnovatorServer.aspx ContentType: XML Node name, label , with condition="like" (can't post…
  • UX - Collapse TOC - v12

    I'd really like to collapse this tree dijit widget. I know it is possible: https://dojotoolkit.org/reference-guide/1.10/dijit/Tree-examples.html onclick="mytree.collapseAll();" But, where!? This should be a simple button add and oh-so-convenient…
  • Grid 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…
  • Type navigation 3rd button - Goto ItemType [Definition]

    I'd like there to be a third button here, for Admin(s). While going through Configuring Solutions, for v12, I can't help but think of a very convenient 3rd button right here to eliminate navigating to an Item Type's definition: [Currently] Administration…