Browse By Tags

  • Out of the box ES_ReindexAll method for Enterprise Search appears to be broken

    If I hit "Reindex all" either from the User Menu or from the more button on an Indexed configuration item, I get the following error: "String was not recognized as a valid DateTime" It looks like some string should be converted to a date, but is formatted…
  • how to execute in multithread

    Hi all, Could you please explain how we can execute in multiple threads? And how to rollback all transactions in these threads when if an error occurs. Kindly help. Thanks. Gantulga
  • Commit the transaction half way through the code and continue the execution from there.

    Hi Team, We have a scenario where we want to commit the transaction half way through the code and continue the execution from there. For example : 1. We are working on Background tasks implementation 2. Where we want to change the status [property…
  • Open specific ItemType form from a client side method

    Hi All, I have an ItemType that is setup with two forms attached, one being the main default form used for viewing, editing, adding etc.. I would like to however be able to through a client side method open the "Secondary Form" loaded with a context…
  • Report - Method - Stylesheet Question

    Aras 11 SP10 Good day all. I am trying to create a report that will pull all of the attached items from a document. I have a method that will get the information, but I can't get it to output correctly for the report (can't figure out the correct Stylesheet…
  • Capturing Edit Events for Non-Versioned Items

    Is it possible to capture the edit/done event of an item that is not versioned? For example, for itemType Manufacturer, which is set to not versioned, I want to capture the event when the Manufacturer name changes, preferably when Done is clicked. I…
  • TypeError: this.newItem is not a function - Client Side Error

    I am attempting to run a Javascript/ client side method that calls other client method, and for some reason I am having a difficult time getting anything to work as I would expect. My confusion lies in many areas. The syntax check runs 'ok', no errors…
  • ERROR: dynamic list! Cannot read property 'setState' of undefined!

    Hello all, I'm very new to ARAS, so please help) The goal is to create a dynamic list, which will be filled by the onLoad form event with articles. The code is from the Programmers Guide 12.0 "7.32 How to Create a Dynamic List" (after small modifications…