• 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…
  • Setting properties using results from dialog

    I'm having problems updating an item property using a method that opens a custom dialog. I opened a dialog following the ArasModules.dialog example from https://community.aras.com/b/english/posts/tech-tip-opening-a-custom-dialog-from-a-method , the dialog…
  • OnBeforeNew - unable to get new Item

    I am trying to pre-populate a property value before the create new item form is displayed. However I cant seem to get the reference of the new item, and I am using JavaScript for client event: OnBeforeNew of the Item. var itm = this.newItem(this.getType…