Forum Discussion

ArG's avatar
ArG
Ideator I
7 years ago
Solved

Hi All, Do any one knows property events that are available in ARAS and when they are triggered ? eg. OnEditFinish,onedit and etc Property is on Item and i need to write method which will trigger whenever it's property is updated. Please help

Property events
  • christopher_gillis's avatar
    7 years ago

    Hi Arg,

    I would expect that the event would fire even if the value was being populated from a search dialog. I'll file this as an issue internally. For the time being, I'd recommend finding an alternative approach to accomplish the same functionality you're looking for.

    If you're trying to do some kind of validation of the data, it might be better to simply limit the items that a user can select from in the search dialog. You can look at this blog post for some examples of how to do this kind of filtering of a search dialog.

    It might also be better to handle this inside of an onBefore or onAfterUpdate server event. Using a server event will also help run the logic if the item ever gets edited from some other server method or from another application.

    Chris