Browse By Tags

  • Update an item causes recursive loop

    Hi team, So I am looking to run a method on an item whenever it is updated to update two hidden properties on the item that drive some functionality later on down the workflow. The issue I am having is that when I use the onAfterUpdate event, because…
  • What´s the best way to organize very large Javascript Methods?

    Hi community, does anyone has some practical tips to not get lost in very large Javascript Methods? I right now work on a pretty UI heavy project that will probably contain a few thousands lines of code within one client Method. Within the standard…
  • Calling server side Methods directly from CUI element ?

    Hi community, does anyone know anything about calling server side Methods from CUI elements? Right now we can only use client events for CUI elements. Sure this elements can call a server event and then return the result, but we ALWAYS need the extra…
  • Pass a Property to a Search Grid

    For our projects we may have a large number of documents and we're considering different ways to handle this other than trying to recreate some sort of "folder" ItemType to assign them to. One concept we have is the idea of either having buttons or…
  • How to get level/depth of items returned from an GetItemRepeatConfig AML query?

    Hi community, would be happy if someone can help me with this one: I have a GetItemRepeatConfig query over a multilevel Part/BOM structure. This query returns all Parts that appear on the various BOM-levels. Depending on the Part, I have around 3…
  • Pass a property into a window.open() command

    This seems simple, but I'm struggling with it. I've got a button added to a toolbar that I want to open an external URL with. The URL is saved as a property against the item. Have tied a method to the button and it's a Client-side javascript. Problem…
  • ARAS Job Scheduler System Stress

    Hello, I was wondering if anyone has any documentation on the impact of running methods through the Job Scheduler application. Would a method running in the Job Scheduler affect the user's experience? Thanks, Josh Bowden
  • Innovator is not defined Client Side Error

    I've got a very simple method that creates a new PR from a button on a TGV. This worked perfectly in V12, but is not working in our V15 instance. Any help would be greatly appreciated! The error message is: The method 'create_PR_from_tgv' failed.…