• How to get previous property value in "OnAfterChange"? / How to pass value from "OnBeforeChange" to "OnAfterChange"?

    I have an item on the server where I can set a property. When the property changes, I want to have some logic (related items to be created). I currently have the code for this in the "OnBeforeChange" event method, but this doesn't work for new items…
  • client side method to add days for a date return aN/aN/NaN when the browser is in Italian language

    Hi, I created new item type which have properties like first_delivery_date (date), total_number_of _orders(int), frequency(int), frequency_list(list)(values: Days, weeks, months), delivery_date_of_each_delivery(text). I wrote a client side method in…
  • Get beforeupdate Relationships value from parent item

    there is a item name -Part and it has relation -Part_relation there are a date field and name field in Part_relation when user update , I want to check the field'value Cannot be earlier than Today When encountering an error, I will return inn…
  • Create event for property update

    Hello, I am new to ARAS development, but not new in development :) Trying to understand the ARAS development structure. Right now I am stuck in one implementation on CAD Document property - I want to get the full file path chose as a Native File - Also…