-
Recently active
Hi Need some one help!! I want to create a button style card layout.I cannot change outer line color .How can i change outline color a!columnsLayout( columns: { a!columnLayout( contents: { a!cardLayout( contents: a!richTextDisplayField( value: { a!richTextItem( text: "Back", color: "ACCENT", style: "STRONG" ) }, align: "CENTER", marginAbove: "NONE", marginBelow: "EVEN_LESS" ), link: a!dynamicLink( value: "ACCEPT" /*saveInto: local!acceptTask,*/ /*showWhen: count(tointeger(local!selected))
issue in rich text display field
We are using Appian connected claims in our project and also we need to run test cases using cucumber for Appian which is default Appian tool ,is that possible to run test cases on cucumber?
I'm using a web API form Appian to insert documents from a Python project. While some documents are uploaded successfully, others return a "413 Payload Too Large" error. I’ve already set the maximum request size to 1 GB in the Tomcat server configuration, but documents over 70 MB are still being rejected with the same error. How can I increase the maximum request size for the web API to allow larger uploads?
I've been hired on as a developer for a preexisting app with a large codebase. Some of the developers who have created the original interfaces have left the project and it's difficult to navigate the app with sample data because it interferes with data that the team is using. Does anyone have any tips on how to find relevant objects and otherwise navigate the app via code. Granted, tips on how to navigate as a user and then find the objects in the codebase would also be helpful.
Hello, I'm looking to see if there is an Appian out of the box method to do the following: I have a form for users to enter info and submit, and they have the option to submit information once, or submit info and stay on the form, basically just like the create & add another user functionality. I want the users to see a temporary confirmation message after they click on submit and stay on form, so that they know the information they entered was submitted. Like this, but I want the text to show something customizable, and I want the user to remain back on the form without needing to click on any additional buttons. I've seen there is the bannerMessage field on a!startProcessLink, but I'm having difficulties getting the message to show up with customizable text. I do know there are custom code to get cards to automatically show up and go away, but I'm wondering if there's any oob feature. Thanks!
Hello, I'm using a Styled Text Editor input so users can enter bulleted lists. I'd like to display the bulleted list in a summary view. I've tried combinations of Rich Text Display, Rich Text Bulleted List, and striphtml. I can get one bullet point above the list or a list without bullet points easily. The data is displayed in a bulleted list, in the email sent from the process model, perfectly. How can I display the collected information in a summary view with the bullet points like the user entered? Thank you!
Is there a way to identify a module interface that renders from within another interface's cardLayout? The module interface I want to modify is difficult to identify because it is nested within another interface and seems to be obscured from identification when I use the Show Objects feature. It is one of two module interfaces that are passed as an array into a Rule Input that is then passed into a cardLayout's contents property. Attempting to display the module interfaces in a textField only shows the raw SAIL code with apparently no identifying information like the module interface's object name. I am unsure how navigation to the parent interface is performed (the user finds it by clicking a link and it replaces all the others on the page) so I can't identify all of its Rule Inputs, but I know the name of the module interface's parent interface. Is it possible to find something to identify the module interface in its
We are not able to bring the tomcat server even though Data- server is started successfully. Data server health is becoming false immediately from true. Kindly help us to resolve this issue. Tomcat log is given below. 2022-10-07 14:48:42,814 [wait-for-component] INFO com.appiancorp.common.startup.WaitForStatefulComponents - Waiting for Appian component Data Server to be healthy... 2022-10-07 14:48:53 Appian in Tomcat is stopped via stop command And watchdog.log is displaying the below error. {"level":"ERROR","time":"2022-10-07T15:14:30.569Z","logger":"watchdog","caller":"BranchCleanup.java:56","thread":"branch-cleaner","msg":"Error executing branch cleanup."} com.appian.data.client.AdsException: APNX-3-0100-004: No-op historical store gateway will not process write requests at sun.refl
Hi, I would like to know how to create this type of Chart (with stacking) using a Data Type. It's really easy using records but I'm practicing using ctds and I can't figure out how to create this. My data type has two parameter, Category and Subcategory, and I want the chart to show for each category, how many subcategories of each are there. Hope the image is more clear than my explanation. Thanks.
I have a word with text, tables and images. First, I need to fill the fields with ###field### on the word, next I need to convert it to PDF. I have tried to convert the document to PDF with nodes: PDF from DOCX and PDF from Single DOCX (with Fonts), but both of them change the styles. How do I make sure that the styles of the PDF do not change?
Just for knowledge: can we print below pattern in appian: 1 23 456 78910 1112131415
I found there is no 'close' icon in user input task, how can I have a 'close' icon in user input task? Or is it not supported?
This is my interface in here by "Add New Row" i will add new details, while submitting all details which is displaying here will send to RI, but i want to send the only newly added details, how to separate the new from the old details, the new details will be add with the old details(it be local) only
a!localVariables( local!value: 2.50, { a!lineChartField( label: "Line Chart", labelPosition: "ABOVE", categories: "Data", series: { a!chartSeries(label: "Data", data: local!value) }, showLegend: true, showTooltips: true, allowImageDownload: true, colorScheme: "RAINFOREST", height: "MEDIUM", xAxisStyle: "STANDARD", yAxisStyle: "STANDARD" ) }) Is it possible to display graph data (2.5) to time stamp format(00:02:30) in the line chart (please find the attached image I have circled the image where I need to display in time stamp format).Please provide me the suggestions.
Does a long idle session timeout setting impact application performance if a large number of users remain idle, and could this cause performance issues on self-managed HNAS servers ? Will it affect the garbage collectors?
Hi , I have a requirement to make logic when suppose I have a table with different columns as: A, B, C, D and here there are 5 version for each row example: V1 has A1,B1,C1,D1 V2has A2,B2,C2,D2 and so on till V5 Now what is need to be done is when user is updating v1 version then he is allowed to update only D1 and once he update D1 column as 2 then future version of D2, D3, D4, D5 will only update as 2 when A1+B1+C1 combination contains exact value and if any of the version does not contains the combination of A+B+C then value of D as 2 will not update for that version example: V1: A1=cat B1=dog C1=bat D1=1 V2: A2=cat B2=dog C2=bat D2 = 2 while updating D1 = 5 ( V1: A1=cat B1=dog C1=bat D1=5) then value changes for V2 (future version only if a1 b1 and c1 is identical as a2 b2 c2): V2: A2=cat B2=dog C2=bat D2= 5 [mention:b45a4f6a20b14a008e4e0ec732a8bf98:e9ed411860ed4f2ba0265705b8793d05]
Hi,We have a task page where users will accept tasks and work on it. In the page, we have some filters as well. While trying to open the task without selecting the filter, the task opens normally and we are able to complete the task. But when filter is selected and trying to open task, we are getting "Are you sure you want to leave this page?" message. Any way how to not encounter this message
"I am having trouble displaying checkbox values in a PDF generated by Appian. I am using a PDF Doc Template, and the checkbox values are not displaying as expected. Here’s a screenshot of the issue. Can anyone help me figure out what I might be missing?"
Hi can anyone help? This is the error we are receiving as you can see that the datat server has started successfully but we are getting the below error and when run health.bat its showing health status as false. {"level":"INFO","time":"2024-10-25T06:57:41.932Z","logger":"watchdog","caller":"LogRotation.java:58","thread":"log-rotator","msg":"LogRotation is enabled. To disable, set property "wd.log.rotation.interval.seconds" in file "C:\appian24.1\appian\data-server\bin\..\conf\custom.properties" to a negative number"}{"level":"INFO","time":"2024-10-25T06:57:43.016Z","logger":"watchdog","caller":"Watchdog.java:1349","thread":"main","msg":"Data Server started successfully."}{"level":"INFO","time":"
In my process model i am giving multiple timer for sending notification in every timer am passing process variable with some calculated date and time value but when the date and time passes timer is not getting triggered what can be the issue and process is still active .Note-> whatever Process variable am passing with some calculation in process details am seeing the value like 11/10/2024 6:00 pm.
Hello Appian Community, I'm trying to figure out why both of these codes don't react the same way ? Any guess ?
Hi, I am starting the online academy course (Appian Dev) . I would like to know how to restart a process using the Web API. I have been successful in starting a process using Web API.Now I am wondering if it is possible to use Web API to resume a process that has already been started.
Hi All, For Site tab we want to show ÖPPNA ÄRENDEN (means Open Cases) but instead it is showing like this OPPNA ARENDEN which is not correct as per Swedish language translation. Please guid us on this issue.
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.