Browse By Tags

  • Project view for Sub WBS Elements

    Hello Community, I am trying to customize the Project item view to be able to view sub WBS elements as separate projects so that Project Managers at different levels can view and interact with the schedule of their own project without having to view…
  • How do I "edit"/"update" a Relationship instance using js or AML.

    All, I am trying to "edit"/"update" the properties on a Non-Related Relationship; "rh_OraMfgMaster_ProdNumNomen". I must be missing something. I tried the following AML from AML Studio: <AML> <Item type="rh_Oracle_Manuf_Master_Item" action=…
  • Aras - ECO Impact Matrix - Email body additional fields mapping

    Hello Aras experts, I am currently working on customizing the Aras ECO e-Mail settings. Currently, the workflow triggers fields such as Activity, Instructions, Eco number, and Title in the email content. However, I've received a request from our business…
  • Batchloading multiple Document items - but some reference/link to others via template_file_container. Possible to batchload all documents and their dependent items in one go?

    Hey all, I am developing a batchloading schema for uploading template files. Pretty straightforward, here is my AML for a simple document load: <AML> <Item type="Document" action="add"> <name>@1</name> <description>@2</description> <state>@3</state…
  • Is it possible to update an item with AML and not change modified_by_id and modified_on

    Just as the question says. I want to mass update some background properties but not show Super User as the modifier. TIA.
  • How does Aras handle the action(s) on a collection of items in an AML?

    I have written a server method that uses some custom XML-like AML to implement an inventory reconciliation. I would like to pass in a collection of items for this method to act on. When I implement a server call like: <AML> <Item type="Part" id…
  • Where Used Report - Multiple Levels

    Is it possible to generate a Report containing the results from the Where Used function? Other solutions I've seen only contain one level of results - I am looking for a Where Used Report that goes through multiple levels.
  • Suggestion: Best place to learn AML language to use correct template in batchloader

    Hello Community I have recently started using PLMA tool and batchloader. Is there any best resource to learn aml language to load data in batch through batchloader. This will also help me in aml search in PLMA. Thanks