OverviewAs a Peer Reviewer, I want to have a fast and predictable method of checking the quality of application patches so that I do not have to exert a lot of time and energy manually checking these against the application standards.
As a Lead Developer, I want to define and manage the quality standards that comprise the 'Definition of Good' for my application so that they can be applied and reported on in a peer review against an application patch.
Key Features & Functionality
There appear to be a User Guide PDF and a Installation PDF if you download the zip file. The user guide has a brief section on adding a new object attribute to AQA_OBJECT_ATTRIBUTE
Hello, i was wondering if there was any documentation for aquaman, i cant find anything and i'm trying to create new options for rules in aquaman
documentation for this app, i cant find any documentation for aquaman
I am using 26.3 appian version. While direct upload this plug-in I am facing the below issue. and I am uploading the same file ( ZIP) which I download from here.Can anyone help me in this?
I do not understand what you are looking for ...
Hello, i was curious if there is any documentation on appian, i am trying to dynamically link another apps record type to it so that my apps record type automatically sends data to it to ease onboarding. any ideas?
is execute stored procedure still a required plugin as it is deprecated on the Appmarket?
Per my observation, there are two issues
1. Appian function `document()` returns the filename without extension for `name` attribute - check on line 7 (AQA_ER_getPatchMetadata)
document(fv!item,"name")=cons!AQA_TEXT_MANIFEST_NAME
will never match the manifest file from the patch because
2. the constant AQA_TEXT_MANIFEST_NAME has by default the full filename as value (MANIFEST.MF). Hence, the local variable `local!manifest` will remain empty. This leads to
3. local variable `local!manifestContent` will initialize as list of strings (because the manifest file seems not present in the patch), not as a single string (as it is done by the readtextfromfile() function)
4. function `fn!keyval()` expects a single string, not a list of strings. In this case, it receives a list of strings and will never return the expected value (Created-On), but null instead
This causes the error described above.
Stewart Burchell Would you please consider looking at this and fixing it in the source code?
Thanks!