Browse By Tags

  • rest api AML

    Is it possible to send body with AML to rest api and get aml response? I could create a method that accepts string and parse the aml and reply but not sure how that would apply on the rights (trying to get only the items the logged in user can see…
  • How is the AML saved in the database ?

    Is it converted into Sql insert statement. I would also like to know about Odata, how is it implemented in ARAS?
  • How to build an aml request using a request in a request ?

    Hello Aras Community, i am would like to perform this SQL request but in using AML : Innovator _innovator = this.getInnovator(); StringBuilder sql = new StringBuilder(); sql.AppendLine("SELECT ID, ***_code, config_id, state, Major_Rev, Generation…