Browse By Tags

  • How to check my schedular is running?

    Hi, I have a method that need to run via schedular on every 1 minute. I need to check and hold the schedular until previous trigger (schedular execution) got completed. if the previous schedular execution is in process then we got error for next…
  • Method Templates in Release 31+ : What do you we need to know about them?

    Hi community, since a few releases Aras added a "Template" item selector to the Method ItemType. Release 2023 already contained the new property, but didn´t use it yet. It was also hardly used in I30. But there is much more going on since I31. What…
  • RESTFul API Delete Method Error 405

    I tried to delete ItemType by following the Document about RESTful API in Aras. For example, PostMan was called as below (DELETE) localhost/.../exItemType ('abcde') If you call it url A 405.0 - Method Not Allowed error message is returned. Additionally…
  • 'The given key '()' was not present in the dictionary.' Error

    Wanted to provide a solution to an old post on here. In our situation, when this item presented, it was a missing item from one of the float codes, specifically for updates. This is a C#, server-side method. Under the 'new Dictionary' item list, we…
  • "This" String Becomes "srcElement"

    Hi all, I have created a form that looks like this: The table is pre-filled via a Form Event method. This is a checklist that the user fills out for document reviews. Clicking on the New Version button triggers a Field Event method that clears the…
  • Javascript method to set the default value in search grid?

    We need to limit the search results of "Document" item for certain identity. The default value of "Classification" should be prefilled to "General" and should be unchangeable by the user. I was thinking if I can get the current identity of the user…
  • How to batch download and upload files?

    Under Documents, Type= Setup Sheet, State = Released, are documents that are in excel and they have to be converted to pdf I guess the first the step woudl be to get the meta data, Document name, ID, Related Files, and File ID. Then loop through this…
  • How to use getid() method to get id?

    In the system the "Id", and "config-id" are the item name. For Document item, the id is the document name(screenshot below). I need the id property, the one that is unique, to be added to the properties of Document item. I have this method but it doesn…