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