• How can I use this library within aras 11 SP12?

    How can I use this library within aras 11 SP12? Hello, I am trying to send an email with a copy, to generate evidence, but I have only found that I should use this method of C # System.Net.Mail.MailMessage myEmail = new System.Net.Mail.MailMessage…
  • Simple search not working on dynamically setting search value for Activity2 Itemtype?

    Hi Team, I have Item A and have "Activity2" relationship Item. I m setting search value for one of the field in Activity2. On clicking of search it not working. Following is way I am setting field search value //Setting filter value in search dialog…
  • How to set system date properties(Target Start & Target finish) dynamically?

    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?

    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…
  • How to add a new icon to the Search Grid? or modify the default simple search

    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…
  • Change Date Format in Calendar Control Date field

    I have a date field in my custom form that is not bound to any item type. The Calendar Control Time selection is disabled by default as the default format is Short date. How do i change this to long date so the time selection is enabled?
  • JS event when ECO form is saved?

    Hi, Is it possible to listen to some kind of event to know when the ECO form has been saved? I have an HTML field in the ECO form, where I have put a <script> tag with JavaScript code within. I want that code to execute again after the form has been…
  • Request.QueryString item.value

    hi i can create new form and new windows but can not request new windows item.value for form. if javascript can run this? i try not ok.
  • The form is slow to open.

    The form is slow to open How can I increase the speed of form opening?
  • Disable Add relationship

    Hi all, I should disable the ability to create a new relationship when an Item is in a certain state. For example: I have an Item Document with an relation to Item File. When the user create a new document (state document = New)  he can create a new…
  • How to open a Item in a new Window instead from a Form

    Hi, I have a simple dialog form that contains a button that adds and opens a new Document Item. Unfortunately the new Document is not accessibly while I am still in the dialog. The Documet is added as new Aras tab in the background. Is it possible to…
  • Disable date and Item in Form

    Hi, I have a form with an field type="Date" (Name=expiring_date) and another field type="Item" (Name=item_code). I would disable during the OnFormPolulated event if the state is different from released. I tried: document.getElementsByName("expiring_date…
  • Disabeling dropdown field on form

    Hi I have some strange behaviour on a form. I have added a JaveScript method to disable some fields if the property "kam_is_transferred" = 1. The strange thing is the code below works on text fields but it doesn't seem to work on dropdown fields. Is…
  • Shortcut button in form to show workflow

    Hi Users asks for a link directly in the form to the workflow. I'm thinking of adding a button in the form and when pressed it shows the workflow. Actually just a shortcut instead of going to the menu - Views - Workflow. The method behind must be generic…