Browse By Tags

  • Property validation - Dialog to Confirm Ok or Not

    Hello All, I've been struggling with a property validation use-case and I'm sure it's something that'd be useful to lots of folks. Have a working server event that blocks the user from proceeding if a certain property is left blank; however there…
  • Set focus on a property in a relationship grid

    Hello, I have method attached to OnEditFinish of the property sort_order of the Part BOM relationship. The goal is to check if the property is filled and if no, to throw an error. After the display of the error, I want to set back the focus to the property…
  • onChange field value does not keep new value when item is saved

    Hi everyone, I have an on change event that fires when one of my stock fields are changed, which should change the value of a stock message field. The function I have is able to change the value of the stock message field, but when I save/click…
  • Is it possible to use the change event trigger of an item to get the name of the field?

    hi All, According to this image, my method name is " change_field ". The field names of text boxes framed by dashed lines on the screen are "A", "B", "C", and "D". The text boxes that are framed with dashed lines have a text box below them that…
  • Filter search data based on other property selection.

    Hi Team, I have a requirement of filtering search data based on the other property value selection. For example,I have 3 columns in a relationship grid(TEAM,ROLE,IDENTITY).Whenever I select a particular team in the 1st column,I should only filter…
  • Event Handler Failed OnInsertRow

    Hi I am new to Aras so i dont really know what am doing. However i have been working on a small project where i require a row event. when i add the below code to the Relationship type with the event handler OnInsertRow i keep getting an error. can someone…
  • How to focus on particular column in relationship grid

    Hi All, I am trying to focus/select second column/cell of relationship of Document File, on onInsertRow event "Document File". so is it possible to do this? please find below image Regards, Maddy
  • On Change Event of Date Field

    Hi I want to trigger some action on change of a date field in custom form. This form is not added to any item type. I tried add On Change Field event to form but it is not triggered. Please let me know how to achieve this Thanks