Browse By Tags

  • 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 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
  • 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…
  • 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…
  • 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…
  • 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…