Browse By Tags

  • How to use Visual Studio Code 2022 for Coding Methods

    I am new to Aras development, and I'd like to use Visual Studio Code 2022 ("VS Code") for coding Innovator methods. I found the ArasVSMethodPlugin project on GitHub , and its change log indicates that support for VS Code 2022 was added in version 1.21…
  • Project view for Sub WBS Elements

    Hello Community, I am trying to customize the Project item view to be able to view sub WBS elements as separate projects so that Project Managers at different levels can view and interact with the schedule of their own project without having to view…
  • Code Snippet: Generic, Reusable Code to Get All Identities In a Group

    Hello everyone, Here is a code snippet to retrieve all identities in a identity (group) recursively. As I faced this requirement multiple times, and Innovator not having a standard function for it, I decided to create it myself. //*************…
  • 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…