Browse By Tags

  • Use multiple "like" conditions in AML query?

    Former Member
    Former Member
    Hi, I have: setType("Part"); setProperty("permission_name", "New %"); setPropertyAttribute("permission_name", "condition", "like"); var item = apply(); How do I change this to use multiple "like" conditions? I want to express something like:   "permission_name…
  • Change property value on client side

    Former Member
    Former Member
    Hello, Im trying to change the value of a property in a Javascript method, but the changes dont apply, i tried : var inn = aras.IomInnovator; var item = inn.getItemById("ITEM_TYPE", "9A78BB7E5EC340018DE26D604CB92041"); item.lockItem(); item.setProperty…
  • AML Incorrect syntax near

    Former Member
    Former Member
    Hi ! This AML got ERROR "Incorrect syntax near 'Mold' ". www.dropbox.com/.../2017-08-14_11h47_44.png <Item isNew="1" isTemp="1" type="iq Mold Acceptance" action="edit" where="iq Mold Acceptance.id='2A4871E1511241E19E300EF92DD5B0C1'"> <Relationships…
  • join the data of multiple item type using aml

    Hi, I am new to this platform. Suppose I have an item type Part with two properties that is part ID and Part Name  and the other Item Type is Supplier with properties partID and Suplliers wherein for one partID there can be multiple Suppliers. Is there…
  • How can I get the itemtype all property name?

    Former Member
    Former Member
    I want to get the itemtype all property name. What api can I use ? Thanks.
  • AML throws Aras.Server.Core.AmbiguousCriteriaException

    I'm trying to update the datasource of a property to the correct datasource in our test and production environments, but without the use of ID's because that's what caused the problem I'm trying to correct in the first place, the id's for (for instance…