Browse By Tags

  • GetItemRepeatConfig removes child items that are used multiple times. How to fix?

    Hi community, I use a classical "GetItemRepeatConfig" query to get a Part BOM over multiple levels. id="xyz"; Item partItem = inn.newItem("Part","GetItemRepeatConfig"); partItem.setAttribute("select","id,classification,keyed_name,item_number"); partItem…
  • Update workflow process to latest Workflow Map

    Any ideas on the topic? Failing this, resetting the workflow?
  • 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…
  • 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