• Mouse Over Help Problem

    Good day all. I was looking at the Mouse Over Help project. I copied the script into a method, but when I run it there is an event handler error "Unable to set property 'title' of undefined or null reference. I'm not sure how to correct this. Any help…
  • Accessiong the Values OnBeforeVersion AML Action="Version"

    I have some problem with the OnBeforeVersion trigger, If I try to create a new generation through AML with e.g. <AML> <Item type="Part" id="XXXXX" action=" version " select="id,keyed_name,description,created_on,modified_on,state,generation,config_id…
  • Additional Data column under CommandBarItem

    Hi Community, I'm creating a custom method for a button which needs json object to be passed in as a parameter to a Click Method. Could you show me where to look for how to use this "Additional Data" column ? Thanks, Truc
  • How implement method aras to get data from data base oracle using DLL!!!!

    How implement method aras to get data from data base oracle using DLL!!!!contact me! i created method c# in VS .net that connect the database oracle, some one have idea how create method in aras that get this data from data base !!!
  • how to read .csv file to upload to aras vault in C#

    how to read .csv file to upload to aras vault in C#
  • How to set the value of dropdown form field to null, when the field is disabled

    Hi, I have multiple dropdown fields in a form. For example i have 3 dropdown fields called 'list1', 'listA' and 'listB'. Thanks to @Christopher gillis for his blog , i can able to disable 'listB' dropdown field when the value of 'list1' is 'listA' …
  • How do I set default values with JavaScript?

    Hi Community, I want to set a default value on a text field with JavaScript. The form has already been created and I don't want to use a ItemType for my project. Can someone help me out? Regards, David
  • Include relationship when exporting ItemType?

    Why aren't my RelationshipTypes on my custom ItemType exported when I run Aras's export.exe program? It renders it useless if it doesn't include *everything*.
  • Action on part itemtype

    Hi, i need to set up a functionality upon on clicking Action in Part item, it should create three parts for me with three different X class values and three documents with three different X class values has to be create . Example: Action on…
  • Disable more than one text field on the form

    Hi Community, I am using a code from the "Disable Form Fields"-blog ( https://community.aras.com/b/english/posts/disable-form-fields/ ) in one of my methods. In the test phase I realized that the code for the text field only works on one field. I…
  • How to color grid cells according to properties that are hidden in grid?

    Hi Community, I hope somebody can give me some hints to solve the following use case. I use an onAfterGet Server Method in ItemType Part that colors certain columns like ‘state’. Now I want to add some color to an additional property that contain…
  • 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…
  • Can I customize Tree Grid View input XML

    Hello, Question about Tree Grid View/method functionality. I'm are creating some kind of tree (for example Part BOM) & data comparison tool. I'm utilizing Query builder and I have 2 different query results in my method at hand. And now we are…
  • 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…
  • How to close relationship search dialog box dynamically?

    Hi Team, I have custom result binding code on 'OnSearch' event. On return of result if it is true it works fine but on false I want to close search dialog box that appear in relationship on click of pick related dynamically. I tried following method…
  • Can't create BOM with multiple parts through method

    Hello, I'm having problems creating part relationships through a method. I have an array of arrays containing data that I want to use to generate a number of parts and their BOM relationships. The parts are being created properly but when i try to generate…
  • How to use method to CompleteActivity for PPM?

    How to use method to CompleteActivity for PPM? I want to use Method or API to complete Activity for project. Thank you.
  • Method for event OnAfterUnlock

    I want to promote an Item state when user unlock it. I create a simple LifeCycle: "New"-->"Released" I habe write this method on the server event "OnAfterUnlock": Innovator inn=this.getInnovator(); string itemnumber = this.getProperty("item_number…
  • 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 call a server method with applyMethod() from a client method, and use the results coming back from server

    Server Method : [Get_Identity_Details] Can run this and get results I want. Hard coded guid for test Innovator inn = this.getInnovator(); string sessionuserid = this.getProperty("sessionuser","invalid"); if (sessionuserid == ""){} StringBuilder sql…
  • How can I populate a new item using parent item properties?

    I have a scenario where when a user is adding a relationship to an item I need to populate the new item with information that is dependent on the source item. Example: A user has Part "5555" open then while in the Documents tab the user clicks the …
  • Method ondue

    Hi, I have a doubt. There are two methods that we must program in the innovatorServer service that runs on the server side: Send Email Reminders: used to execute reminders (onReminders) Check Escalations: this is to execute the scaled activities.…
  • 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…
  • Method to Get the Item related to In Basket Activity

    Hi all, I am trying to write a method to get the Item that is linked to the inbasket task of a user. What is the recommended way to writeup method code to get the Item dynamically? Any input would be very helpful. Thanks!