-
Recently active
I want to update milestones with a new list of dictionary. Is there any way to do that?
Hi, Am currently taking Appian Developer course and following the steps to build Acme Auto Site. While adding a new page to the site, its not able to look up for the record types in the content filed. Am trying to add Vehicles page of Record List type. It shows some error in the developer console, after some time it says gateway error.
Hello, I am new to Appian and I am trying to install Appian on Linux cent os. I followed the official guide and everything was smooth until I was trying to start the tomact server. by executing ./start-appserver.sh. when I execute this one its giving me : which: no rotatelogs in (/root/.local/bin:/root/bin:/sbin:/bin:/usr/sbin) Thanks in advanced !
Hi Experts, Need your help in the following issue: Here is a validation for a Date and Time(captured in text) field along with the Timezone as shown below. /*Code -- Test_Rule_Timezone*/ /*We are getting Date and Time and the Timzezone selected by the user from the dropdown*/ /*Based on the Timezone selection(cons!CDM2_VAL_STANDARD_TIMEZONE) we are subtracting the hours that is stored in the constant(cons!TEST_CONS_TIMEZONE) from the date and time selected by the user*/ a!localVariables( local!hours: a!match( value: ri!timezone, equals: cons!CDM2_VAL_STANDARD_TIMEZONE[1], then: cons!TEST_CONS_TIMEZONE[1], equals: cons!CDM2_VAL_STANDARD_TIMEZONE[2], then: cons!TEST_CONS_TIMEZONE[2], equals: cons!CDM2_VAL_STANDARD_TIMEZONE[3], then: cons!TEST_CONS_TIMEZONE[3], equals: cons!CDM2_VAL_STANDARD_TIMEZONE[4], then: cons!TEST_CONS_TIMEZONE[4], equals: cons!CDM2_VAL_STANDARD_TIMEZONE[5], then: cons!TEST_CONS_TIMEZONE[5], equals: cons!CDM2_VAL_ST
Hello, I am beginner to Appian. I am getting an error from my process model when I start publishing. The error is: Details: java.lang.IllegalArgumentException: The record to be saved must not be null: TypedValue[it=4570,v=<null>] Data: TypedValue[it=4570,v=<null>] From other threads are saying one of my values is null which isnt the case nothing is null in the cdt and all of the fields are mapped on the interface. Any thoughts? Is there a way to tell what field is giving this issue, again very new so as much details would be helpful. Thanks!
HI EVERYONE, I AM FROM NON IT BACKGROUND AND I WANT TO LEARN APPIAN AND SWITCH MY CAREER IN IT FEILD. CAN I LEARN APPIAN AND DEVELOPE MY SKILLS IN THIS PLATFROM. IF YES HOW TO GET STARTED PLAESE HELP ME WITH THIS QUESTION AND HELP ME WITH IT THANK YOU
Hi Team, I have created new category and case types in the case management studio. While trying to configure the case type data in the case management studio site, i am getting an error, PFA error screenshot. Kindly help to resolve this.
Hi, The below line of is working in "Expression Mode" and when I click on "TEST" button during development. But, when I saved and test using browser, I am getting an error like {"error":"APNX-1-0000-000","message":"Invalid Content ID","title":"An Error Has Occurred"}.Any suggessions please. a!richTextDisplayField( labelPosition: "COLLAPSED", value: { a!richTextItem( text: "download doc", link: a!documentDownloadLink(document: fv!item.document) ) } )
rule to calculate length of a string. if the length of string exceeds 50, then show the access text with (...more.) else returns the sring.
I'm just looking at the new functionality in the release notes for 23.4 and 24.1 and I see Translation Sets that allow you to translate your applications to another language. The walkthrough on the release notes show going in to an interface, clicking a button to generate strings which get put in to the translation object that then you export as excel and send to your translators, to which they fill out, send back, and then you re-upload. But I'm confused about a few things. 1. Our application has over 100s of interfaces, do we need to go through each interface and click this button? 2. If we do that, it's only getting the strings where the text is hardcoded as string values on the interface. We have always put our labels, instructions, etc in constants so that if we ever have to change verbiage we can just change the constant instead. This functionality is not picking up the constants? Is it expected that we remove all constants and go back to literal strings on the interf
Hi Everyone, we are small charity managing a large group of volunteers across a few locations and we are looking to implement a work-shifts aka time-slots allocation management system. Would anyone be willing to share their experience with Appian in this domain please? We are looking for your general impression of how good the functionality is. We assume this is a common business case. Thank you!
Hi, I would like to know if it is possible to import a BPM workflow into Appian built on another BPMN tools.
Hi, I have a paragraph field in my interface, I am sending the user comments from this field into email. The line breaks are not retained and all the text is displayed in a single line. So I have figured out that, if I can store the expression type of the data into local variable, I can replace the char(10) with </br> while passing into email. I need help in storing the expression format of the value. How can I do that?
Hi, I'm new to appian, and most probably this is a obvious one, well im strugulling. So I have a form, where I want to upload 3 different documents, therfore all of them are saved into document_cdt using the same id. On the interface all looks fine, looks like its saving: Therefore, when a really try to test its not saving the data into document_cdt: Is it because I have something worng here: should I add the documentationAppianID ?
What is the purpose of Deny option in security level
Hi , I am using merge PDF smart service . But i am not clear on how to provide a Document input by selecting documents manually . Also please let me know how to pass a documents input as process variable. Thanks
I have a requirement regarding submit button. There will be a Submit button to save changes and Users will be returned to the summary page.Please suggest a code regarding this.
Hello Everyone. I am new to appian. looking foreward to learn and contribute here.
In Appian, I am using start process smart service and passing a process variable as process parameter, how to use/access this in child process
Am new to Fitnesse, Getting this below error when testing a script, SLiM server died before the connection could be established
I recently received a requirement to enable the acceptance or rejection of tasks directly through email by clicking a button, rather than navigating into Appian. To achieve this, I created a Web API to trigger the process model and configured it with a service account for external access. Additionally, I utilized Actionable Messages with Adaptive Cards for Outlook and designed an HTML template using the below Adaptive JSON code { "type": "AdaptiveCard", "hideOriginalBody":true, "body": [ { "type": "Container", "id": "353b659f-b668-fac0-5b7f-5d2f1bdb46ac", "padding": "Default", "items": [ { "type": "ActionSet", "actions": [ { "type": "Action.Http", "id": "accept", "title": "Accept", "method": "POST", "url":
Hello, I'm new to Appian doing Developer course , as part of course Excercise 10 part 2 I cretaed Request Maintenance. Process Model and trying to " Start Process fro Debugging " but I'm getting below error.
Hi, I have below code in one of the column of a gridLayout control. I am getting an error like Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!forEach [line 24]: Error in a!forEach() expression during iteration 1: Expression evaluation error at function 'document' [line 59]: Document Does Not Exist or has been Deleted. I have highlighted the error line in the below code. a!linkField( label: "Download document", labelPosition: "ABOVE", links: { a!documentDownloadLink( label: if( isnull(fv!item.document), "", document( fv!item.document, "name") ) & if(isnull(fv!item.document), "", ".") & if( isnull( fv!item.document), "", document(fv!item.document, "extension") ), document: fv!item.document ) } )
Hi Team, I have a query to refresh the data in interface. The data gets updated through web api in cloud db. How to reflect this updated data in the interface without any refresh button. I am displaying the data through records in interface.
Hi All, I have a requirement in my project. Stored Procedure TEST2 must have error handling for below exception. i have to handle error handling methods to catch the error and return an error status with message to xyz nightly refresh process model. xyz nightly refresh must be able to retry calling the stored procedure if the duplicate key exception was caught. so below is the code which i was trying but it's not working, as i have used insert within try and inserting error details in a separate record_errors table within catch. But while i am debugging SP through properties but it's not inserting error details in record_errors table so can anyone help me with any other approach or i am missing anything in it.
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.