-
Hi all, Is it possible to pass AML from java. There is a java website that manages inventory. Would like to have it integrated to aras. The best possible ways seems to be using AML. Can you please let me know how, if AML tags are build from the java site, can be send to aras server. Cheers.
-
In searching the archives, I found a great post by Rob McAveney on how to add a file to a document using the Vault Server. The post is here: http://www.aras.com/Community/forums/t/648.aspx?PageIndex=2 Rather than add a new file to the vault for the document, I would like to "update" or "edit"...
-
Hi, Is it possible to convert this query to IOM UPDATE trans SET type = CASE WHEN type = deb THEN type + '-' deb ELSE type + '-' + crd + '-' + substring(type, 1, len(type)) END WHERE code <> deb AND rcode = crd or AML. Cheers, Zaps
-
I'm trying to promote a Workflow Process Activity using AML. The AML was constructed after checking "Save Requests" in the Aras Innovator and viewing the resultant AML after promoting an activity listed in the users My Inbasket. Using the AML generated by Aras Innovator, I attempted to...