Overview
These functions extend Appian content and offer document/folder search, directory listing, and the ability to get/set the searchable attribute of a folder.
Functions are designed for and only work on Appian content, not the local filesystem. All search functions assume the root folder and all subfolders are searchable. Search functions will not return results contained within non-searchable objects.
All functions use the serviceContext of the user account executing the expression at runtime.
Key Features & Functionality
Data Types
Smart Services
Functions
for me the smart service Create Document Version is not working with appian 25.2
Hi,
The function getcontentobjectswithnumofversions is not working. This happens to us with version 25.1. Does it happen to anyone else with this version? Is there a solution?
The goal is to see the versions of the objects, in case someone has another solution.
Thanks and best regards
According to our latest Appian Health Check, this plugin is using deprecated Appian APIs. Is there a plan to upgrade this plugin to support the newer versions of Appian and cease the use of these deprecated APIs?
We also are experiencing this in our environments with the function. Appian advised us to send an email to appmarket@appian.com regarding the issue since they do not support the plug-in. We did that back in December and have not seen anything.
We are on Appian 24.4 using Content Tools v1.11.1 and the function getContentObjectsWithNumOfVersions appears to have stopped working.
There are no errors in the logs - it just returns a message of No constants with more than XX found ... where XX is the number of versions.
I know there are plenty of objects in our DEV environment with more than 20 versions so I think something internally is wrong in the plug in. Has anyone else encountered this issue ?
Hello,
Could you please confirm whether version 1.9.2 of this plugin is compatible with Appian version 24.4?
Thank you in advance.
We are seeing the following exception on our self-managed servers:ava.lang.ClassCastException: class java.lang.Long cannot be cast to class java.lang.String (java.lang.Long and java.lang.String are in module java.base of loader 'bootstrap') at com.appiancorp.ps.plugins.contenttools.ContentUtilities.getRevisionHistory(ContentUtilities.java:101) at com.appiancorp.ps.plugins.contenttools.functions.RulesAndConstantsRevisionHistory.getContentObjectRevisionHistoryDetails(RulesAndConstantsRevisionHistory.java:31) at jdk.internal.reflect.GeneratedMethodAccessor2222.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:569)
Hi Team,
I have installed the Content Tools plugin and am using the getappobjectuuids function to retrieve version details. I am passing a UUID and filtering the results by the modifiedOn date. However, I am encountering an issue where the modified date field is not correctly reflecting the changes made.For example, when I select the modified date as 2/6/2025, the result from getappobjectuuids is null because it is returning same as created date value, but it should give latest version details as per 2/6/2025 date which i have given in version details below. This can be seen in the information below:
creator "Balavamsikrishna_vinnapala@contractor.amat.com" (Text)
createdon "1/29/25 AM GMT" (Text)
modifiedon "1/29/25 AM GMT" (Text)
Could you please check this issue with that field Appian AppMarket Content Tools Appian Community
We are on version 24.3 , I am trying to use getprocessmodeldetailsbyuuid function but gives an error as "Expression evaluation error at function 'getprocessmodeldetailsbyuuid' [line 19]: The function 'getprocessmodeldetailsbyuuid' is unavailable." Content Tool plug in version is 1.9.2