Browse By Tags

  • predecessor Number Value For Activity2

    Hi Guys, Can you please help me to find out value of predecessor Number Value For Activity2 by Method . For project Management . Thank in Advance.
  • Snapshot Isolation - On or Off?

    Hi Community, We have this turned on due to some issue with migrating data but noticed it causes problems with certain methods, causing them to run twice. Generally this involves methods that vault files. Any suggestions on how to address this?
  • How can I trigger the classification to update and change forms from a different property?

    Hi Aras Community, I have a use case where my classification is technically controlling two things. What type of workflow they are on and what kind of form they see with the ability to switch the different kinds of forms. I'm trying to prevent mistakes…
  • Make server side code wait

    Hi Community, Hopefully an easy question - I am calling a server side method from a client method and I need the server side method to wait a few seconds to allow the items to save before processing. I tried the standard sleep commands but they don…
  • Calling SearchDialog from Server method

    Hi, Is it possible to show SearchDialog from a Server method? I can use MaximazableDialog in Javascript to show the SearchDialog and get the response in callback. But I want to use such facility in a Server method. In my particular case, I am trying…
  • 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?
  • Getting Item id from custom context method on Tree Grid View

    Hi, I have two new ItemTypes that i use to add project activities and tasks to the Part ItemType like this: I have created a new query definition and tree grid view to display the structure on a new tab on the Part: I have also created…