-
Recently active
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.
I have two processes: Process A and Process B Process A calls Process B using the SubProcess Smart Service. When Process A starts it will have a target completion date for the entire process. Process B is configured with a ProcessVariable that indicates a number of weeks prior to the target completion date that it should start (pv!startWeek). What I would like to do is set the scheduled start of the Subprocess Smart Service node based on that value like: = a!subtractDateTime(startDateTime: pv!reset_date, days: pv!startWeek * 7) My issue is that I'm currently not able to reference pv!startWeek from ProcessB from the Configuration of the SubProcess Smart Service in that calls it from ProcessA. Is it possible to access this value in the configuration of the Smart Service? Is there a better way to set this up? I'd prefer to keep this config in the SubProcess Model as I wouldn't want to change all of my processes that call this SubProcess if we determine the sched
Hi, when i create a translate object, i have this error
Hi All, I am trying to hide one button based on condition, that initiator cannot see that button it is working in UI level but it is not working in site, showWhen: and( not(local!isCurrentUserInitiator_bool), or( and( /*local!actionTypeId_int cons!CR_CREDIT_ACTION_TYPE_IDS[8],*/ local!actionTypeId_int cons!CR_CREDIT_ACTION_TYPE_IDS[14], a!isUserMemberOfGroup( loggedInUser(), cons!CR_GRP_CREDIT_CONTROLLER_GROUP ), rule!APN_isBlank( local!moduleRecommendationStatus_cdt.approver_txt ) ), if( index( local!approver_cdt, "isApproveDisplay_bool",
Hi there, We're having issues with four process models in one of our lower environments. Three are started from a process start form, and one is just a subprocess in another process model. The error must be occurring before the process actually starts because the process models do not show in Monitoring when the error occurs. It will fail with this error on screen: And this error in the logs: 2024-10-29 14:59:28,816 [ajp-nio-0.0.0.0-8009-exec-54] ERROR com.appiancorp.rest.shared.FallbackExceptionMapper - Internal Server Error on REST API invocation. SignalException: Received signal At least one referenced Activity Class Schema is invalid: ,282 from PROCESS.prepareExecutionProcessModelIds on execution04 It doesn't happen every time - it's only failing when the process hits exec engine 3, 4, or 5. Engines 0, 1, and 2 all seem to be fine.. It is also only happening in one of our lower environments and not the other three. We recently upgraded to 24.2 and it
I have an issue that I am at a loss on how to trouble shoot. I am trying to produce an Excel Spreadsheet that notifies management of 6 different conditions that will occur within 3 months of the report date for the clergy members of our diocese. Clergy Members that do not have a term end date. All clergy assignments must have a term end date, and this report shows those that do not have one. Age Notification - This notifies management of Clergy members that are nearing several age related events. Medicare eligible, early retirement and mandatory retirement. Birthdays - This notifies management of Clergy Members' birthdays within the next 3 months Ordination Anniversaries - This notifies management of Clergy Members Ordination Anniversaries within the next three months Assignment End - This notifies management when Clergy Members are within 3 months of their assignment termination date. Status Notification - This notifies management when a Clergy Member is within 3 mont
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.