-
Recently active
I have an editable grid when i go to add a row and fill it with some values and then clone the same row.I want to know that if the user clones or the data of both the rows is the same then the flag should be set to true and if the user clone the row and then change the data in that case set the flag as false. can anybody help me to make expression rule. Thanks
Hi, I am trying to add page on Acme Auto Mobile Exercise. I keep getting error HTTP code: 504 message when adding the Record List and Content. Does anyone know a workaround for this?
Hi, We have stopped Appian server and trying to restart it by following the Appian Documentaion. (https://docs.appian.com/suite/help/22.1/Linux_Installation_Guide.html#part-3-startup-and-setup) When tryed to start the "Search-Server", error showed and could not make the "Search-Server" start. Error Message was like -> "ERROR: Unable to start Appian Search Server." and "For complete error details, refer to the log at /app/appian/logs/search-server/appian-search-cluster.log" -> but could not find such log (appian-search-cluster.log). P.S. Could the warning message "warning: usage of JAVA_HOME is deprecated, use ES_JAVA_HOME" have relation with such error? ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Hi, I am new to Appian. I have signed up to My Community Edition Site. It's been two days I have Signed up. It is showing message like " When your environment is available, you will receive an email with your credentials. Return here to check on your request status. ". Anyone knows how many days it will take to create My Community Edition Site? or Do I have contact or send email to anyone for creating? If anyone knows please let me know. Thanks.
hi, I am getting error while trying to connect to API - api.spacexdata.com/v4 in the learning tutorial - Build a Low Code App. Anybody else facing this issue? I have checked the spelling and everything is correct. Response is coming as connection error. Require help as I am unable to proceed further in the tutorial.
Hello Team, I'm studying for the Associate Developer Certification and I came across with this question: You need to create a record type with data sync enabled. What are the supported Data Sources? A. Web Services, Salesforce, Database. B. Web Services, Process Reports, Database. C. Salesforce, Process Models, Database. In my opinion, both A and C are right answers according with what I read in the docs. Does anyone know if there is a right option and why?
Hello, I am following a guide for Appian Developer Online (80 hours). I am stuck on the " Application Building Blocks", course 3 "Design Appian Records Part 1", "Build an application: Step 4". On the page 6 of the document, I am supposed to select AS_vehicle… based on what the document is saying, it should sync the Vehicles list, but I don't see that. appreciate all the help I can get. Thank You!!
Hi Team, How to delete multiple objects in Appian Environment ? Requirement is to clean up the environment.
Hi Everyone, Can anyone please help me how to get group from group attribute in appian.
Hi All, I have two columns A and B. Column A is text and column B consists of dropdown values shown below: Column A Column B a Dropdown b Dropdown c Dropdown d Dropdown If there is any change in column B dropdown the corresponding values should be updated in DB on click of button. Can anyone please help me how to achieve this.
Can a bba graduate can apply for jobs with completing the Appian developer certification?
I am B.Sc graduate and working as BPO professional. Shall I get opportunities if I complete Appian associate developer certification
Hi, I want to add a unique constraint to a column in my database, so that I can have a One-to one relation with another table, I am unable to figure out how to add this to the column. Any help would be much appreciated.
For my user story I am creating an interface section to display 4 cards for an Agenda's meeting information. For one of them I have a link that appears when a meeting is on one of the cards; the link is being shown as an icon. I was asked to make the link more obvious by underlining it but I am not sure how I am able to underline an icon. I was able to make the link correctly and it appears as the icon but I can't get the underline to appear. Any ideas? Here is the code I have for it written below:a!richTextItem( text: a!richTextIcon( icon: "link", linkStyle: "STANDALON
Hi Experts, I have create one stored Procedure in DB . Which have two IN Parameters (StartDate , EndDate). How to use procedure to receive data in the interface and how to pass these IN parameters? a!localVariables( local!orderCountData:( a!executeStoredProcedureOnSave( dataSource: "CDM2 Primary Database(Connected System)", procedureName:"SP_OrderTypeCount", inputs: { a!storedProcedureInput(name: "StartDate", value:""), a!storedProcedureInput(name: "EndDate", value: ""), }, timeout: 30, onSuccess: { }, )), local!orderCountData ) Thanks
Hi, I am new to Appian and working on a Prototype for a client. I have a use case to upload a set of files to a folder that is created for each new client and then view these uploaded documents in document viewer for review. Can someone provide some help to do this please?
Cannot sort by field because it is from a one-to-many record relationship.
Hi am new to Appian can any one suggest what should be learning path and certification process
I want to add a custom record field to a record, this field should calculate a count with related record A when isActive=true and calculate a count with related record B when isActive=false. How should I do? And how do I reference to other field(eg. isActive) in current record when writing expression for custom record field?
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
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.