Browse By Tags

  • 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…
  • ゼロからの Aras Innovator 第23回 ~AMLでの対話~

    みなさま、こんにちは! アラスジャパン トレーナーの時田です。 前回まで3回連続で 「番外編」 として、Aras Innovator 12 の機能紹介をしてまいりましたが、今回は従来のアジェンダに戻り、Aras Innovatorの設定およびカスタマイズ方法をご説明していきます。 第23回 のテーマは、 「AMLでの対話」 です! ◆AMLとは!?◆ 第7回のブログ でもご紹介しているとおり、 AMLとは 「Aras Markup Language」の略…
  • Attribute suppression with multiple parameters

    Hi, I'm looking to add a suppression to my ItemAnalysis.Suppressions xml file using 2 parameters in the same attribute suppression. How do I go about this/is this even possible? Currently we're on Aras 11SP12. We're looking at the following case. We…
  • orderBy itemtype properties with pagination

    Hello community, I am facing a new challenge, I need to sort the answer of a SOAP request but since I have an itemtype property, I only figure to sort on the id of the itemtype used in the property and not on the name of the instances... Datamodel…
  • How to fetch details of nested relationships using AML query?

    I have a requirement like Main Phase can have relationship with Activities and Phases, also Phases can have child phases eg: i want to get the id of all activity (itemtype2) if i provide id of main phase is provided ? A phase can have no activity…
  • Trying to creat a link through server side method with AML

    Hello, AML works in Nash. When an user is created i want to put his identity into another identity. This method is plugged on after add event of identity item type. Could you tell me id i missed someting ? Should i put an apply somewhere ? …
  • ConsoleUpgrade.exe to execute AML in batch mode

    Hi, I use ConsoleUpgrade.exe to export a package from a DEVELOPMENT aras environment and to import this package in a PRODUCTION aras environment. After the import, I need to execute some specific AML to clean some ItemType or execute some methods…
  • How to edit an item in AML with import/export tool

    hello, i post that here as a reminder because i was not able to find information about this : <AML> <Item type="ItemType" id="0E4B48B11212429DB971*BFB026ADB97" action=" edit "> Add / Delete <allow_private_permission>1</allow_private_permission…