Browse By Tags

  • How to set system date properties(Target Start & Target finish) dynamically?

    Former Member
    Former Member
    Hello Team, I am trying to set the project template Target start and target finish property dynamically(date_start_target & date_start_due). I am able to set date in field using following code. //Getting today's date var Todaysdate = new Date…
  • How to edit code for submit on Project form?

    Former Member
    Former Member
    Hi Team, I want to modify code for highlighted red section. I tried to find the function for same but I dint find and also din't find button on form(PM_projectOnAdd). Any one can please help where I can find this event method ?
  • Implementing User Options like Choose CM Options

    I am working on a user option dialog where they can pick and choose some values[ logged_in_group to start with] I have created placeholder properties in Core_GlobalLayout for this. Get_IdentityMembership_Details and Get_AllGroups_Details works fine…
  • How to reference the ItemType in the current tab in a Dialog box?

    I'm working on a client side method to clone an ItemType using a dialog box. My approach is to make a form with a check box to choose to copy properties and another check box to copy values from a relationship tab, and a button for "Done" and "Cancel…
  • Date field not get disabled

    Hi, I am trying to disable date field when item is locked, I did something like this: Method is hooked on form event "OnFormpopulated" var isItemLocked = thisItem.isLocked(); var transfer_date = getFieldByName("transfer_date"); if(isItemLocked…
  • 'Fill Form Fields' - what the purpose of this Method

    Hi, I noticed that many Aras Forms use a Method called 'Fill Form Fields' in an onFormPopulated event. Many ItemType Forms share this Method, e.g. Part, CAD, Document, ECN, PR,... The Method itself is very simple, it updates the value of major_rev…
  • How to add a new icon to the Search Grid? or modify the default simple search

    Former Member
    Former Member
    I want to modify the default simple search criteria and to pass the effective date by default. Or I want to add a new icon to the search grid and an event to modify the query on search click. or I can go with Advanced search and saved search but I want…
  • Inserting an item type field to custom form

    Hi , I have a form which is independent of any Item Type.(I am calling this form on an action on the main grid of another Item type) On the form I have a field which is of type Item. However when I call the form from the action I am unable to see…