Hi community,
I want to edit a custom item in Innovator via REST API. Typically the command looks like this: PATCH {base url}/Part(’16AA95A80DEB4B56BD8BA9BC509EAF0C’)
My 2nd software that shall do the REST call doesn´t know the target item id. I only…
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…