-
Recently active
I am trying to install Appian but I am encountering an error on starting the application server. logs: [View:/cfs-file/__key/communityserver-discussions-components-files/12/tomcatStdOutLog.txt:320:240] also tried this https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully but the error still exists.
Existing Code: Using richtextdisplayfield to show related actions on UI/Summary(customized) New Code: We are planning to create Sync Records and all these links are enabled under Related Actions. Now i dont them to be displayed as dialog box buttons or dont want them under "Related Actions" page. Instead the look of the UI should look like the existing one like above. How can we customize this using modern records/records--> not sure how to make use of a!recordActionField() if it helps. Any suggestions or inputs helpful here!! Thanks in advance
Hello, we're attempting to use the "Word Doc from Template" Smart Service on a Merged word document, but the smart service only replaces the placeholder from the first document that was merged. For example if we have 3 docs with placeholders, merge them, then run the Word Doc from Template Smart Service, the output document will only have replaced the placeholders that were contained within the content or the first document. We've checked all of the formatting of the placeholders in the XML and everything looks correct. The issues aren't caused by what's outlined in this KB document. Any idea what might be causing this? Merge document plugin community.appian.com/.../dynamic-document-generator
Having a hard time seeing that the checkbox is marked in the control when it's disabled. Is there a way to increase the visibility on the check mark?
Hi Team, I have a use case where I need to sync the whole data of db table to records (on a link click event) but the catch is that I don't need to provide the identifiers. How can I do this ? Please help. See the below screenshot.
Hi Team, I am new to appian.I am trying to call a processModelLink inside a!save but I can see that processParameters are not getting passsed. Please see the screenshot below. Now When I am hitting the link, I am getting process Paramters passed as null, see below screenshot and please help in this regard.
Hi all, 1. Is there a way to customize a placeholder in user Filters in Appian record types (For example if I want to give a text that is not part of a filter value) ? 2. Can we customize search box location in record type? 3. Can we customize export button location in record type? Looking forward for your replies, thank you!
Hi Team, after update to 22.3 all our create user smart services with i18n are failing with below error in UI as it is chained activity An error occurred while executing a save: java.lang.NoSuchMethodError: com.appiancorp.suiteapi.personalization.UserValidationUtils.isValidNameLength(Ljava/lang/String;I)Z Is anybody found the route cause ? even the node is failing with below error . The amount of time allocated for the completion of an unattended activity was insufficient to allow the activity to complete Commented on below link as well ? community.appian.com/.../personalization-utilities
Hi all, Is Appian record type supports cell wrapping up on exporting the grid into Excel? What is the max length/no of characters allowed per cell in Appian on exporting the grid into Excel? Thanks!
I want to filter out current month dates in a list "9/9/2022", "9/8/2021", "10/7/2022", "9/29/2021", "10/24/2022", "7/19/2022", "5/16/2022", "8/15/2022", "9/14/2022", "10/14/2021", "1/13/2022" Expected result: {"10/7/2022","10/24/2022"} Can somebody help me with this ?
a!richTextDisplayField( value: { a!richTextItem( text: "Create New Ticket", link: a!startProcessLink( label: "Create New Ticket", processModel: cons!PM_TESTPTS, <-- Able to call process model bannerMessage: "Updated details for " ), style: "STRONG", color: "POSITIVE" ) } ) I think its impossible in appian to call process model ? but still there can be way
We intend to incorporate Appian into our existing application (development) landscape. Now questions pop up like what do we do with it and what don't we do in the application development area.In terms of application development now more focused on .Net/C# and a few apps on the MS power platform. Adding Appian means additional exploitation costs, investment in knowledge and employees. In terms of application development, should we now focus entirely on Appian and phase out the rest?
Hi Developers, I have one query, is it possible to add query string with appian portal url and later we can use that query string data for further use?? thanks
how can i add the UID table which is present in the another data base tables like employee personal details database base record doesn't have the UID table which i want in the my employee personal details but it was present in the employee UID details database how can i get that ?
Hello All, I'm facing this issue while opening the application which contains CDT's, groups and DS. The System Has Encountered an Error HTTP Code: 500 APNX-1-4198-000 Error Evaluating UI Expression Expression evaluation error [evaluation ID = a5eb9:bc758] : Appian object error. Details: Failed to execute query in thread for: EngineBackedQueryExecutor [queryKey=DESIGN, typeIds=[23, 80, 200], transformTypeIds=[23, 80, 200], refClasses=[class com.appiancorp.type.refs.ProcessModelRefImpl, class com.appiancorp.type.refs.DatatypeRefImpl, class com.appiancorp.type.refs.ProcessModelFolderRefImpl], reducedExecutor=[ReducedExecutor extended-process-design-service:Process Model,Data Type,Folder (Process Model)]] Please let me know how to resolve this issue. Thank You, Sneha.
I took my appian level 2 exam a few months ago. And it is valid only for 2 years as far as i know. I heard that validity can be extended by following some courses. If anyone know about it please help me with the relevant link of those courses.
Hi All, I want to know how our pdf template should be if I'm using "PDF Doc from Template" smartservice
Hi everyone, How to get name and link of environment (Test/Dev/Pro) that using Thank you.
Hi all, I am trying to take a date value from a DB(which I am writing in the Expression value below) and once I am inputting it in rule input it is changing my date value(Refer Value field): Can anyone guide me what I am doing wrong, I need 03/10/22 as an output. Thank you.
Working with a student who accidentally deleted an images folder. He can put the images back but they all have new ids, so the table which stores the id numbers is now woefully out of date. Is there any way to assign an id to an image, so that the images we recreate will have the same numbers as the table?
Hi,I have a custom output node in a process model which is calling an expression rule which takes one rule input of type Map list. The expression rule generically updates some fields within the map. We are able to pass a list of any custom data types into this expression rule and Appian happily cast from CDT list to Map list. The output node target process variable is defined as a list type of CDT (same process variable value passed to the expression rule is being updated). Appian process model will not implicitly cast the expression rule return value back into list of CDT and in fact magically wipes out the process variable completely. If I add an explicit cast function call in the custom output expression it works fine. With the expression world is good and getting correct results. cast( 'type!{urn:com:florencehc:types:SC}SC_Request?list', rule!SC_setAuditFields(request: pv!request, act
here in the save contracts in header table am saving multiple contract_id to the table at a time. but SP will execute only one contract_id at a time to load the data to another table... so i want to execute SP for all the contract_id... it can be possible using for each id SP has to execute ? if so let me know how can i achieve this here we can use script tasks if required. so i can query all the contract_ids.. but how to execute this SP for each of those items
If I'm using a deprecated smart services, how can I check it in my app if I'm using it? For example: Export SQL to Excel and [Deprecated] Export SQL to Excel What would be the difference? Would you throw me any warnings or errors?
what mistake i have done here when ever i try to select it is not selecting once i select it is deselecting again even i have checked with this.. this also same issue
Hello Community, Do you know how can I get the value from a record user filter? Basically I have several user filters for my record and when displaying them in a interface, I want to have some logic based on the user selection. From the image above, my question is how to get the selected value for Team filter ? Thank you
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.