-
Recently active
hi, I have just created an application with few fields but mistakingly I have made a couple of them mandatory. Now I want to make them not-mandatory. Can anyone help me. I went to the app-data type - thought I will be able to uncheck the "Required" checkbox but didn;t get it. Any help ?? thanks jaideep
hi community ihave problem in appian interface form in date of birth when i select display value and save input to, but they can not accept the and show null in rule input
Question about Appian on Kubernetes. https://docs.appian.com/suite/help/22.1/appian-on-k8s-home.html Should we make our own pod image to upload Kubernetes for Linux? Or is there a function that provides a pod image? Thank you.
I configured visibility rule for some questions in the frontend means based on some particular response that particular Question will show on the screen but when we change the answer for a Question from frontend its working but while saving in the database that answer value is not changing on each save i.e that in DB that new answer for a Question is not changing while storing in DB. can anyone help me on this.
Question regarding Data Sync of Record Type. In the current Record Type, It seems Data Sync is only done, (1) when the Record Type is created, (2) when manually perform "Start Sync" from Data Sync, (3) At one specific time of everyday setted in the Sync Schedule. If I want to synchronize real-time data changes or if I want to sync according to a specific trigger? How can I make it come true? Thank you.
I ask because the Advanced Appian Developer course is deprecated.
I saw such a example code in APPIAN DEVELOPER course practice document. (Expressions: Transform Your Data, Build an Application: Step 4) I couldn't understand why if() coukd take arguments more than 3. The usage of if() should be "if(condition, valueIfTrue, valueIfFalse)" according to official doc. proper( if( isnull(ri!user), "", isusernametaken(ri!user), user(ri!user, "firstName") & " " & user(ri!user, "lastName"), joinarray(split(ri!user, "."), " ") ) )/resized-image/__size/320x240/__key/communityserver-discussions-components-files/62/_AD30E330D730C130E330_.PNG
I am getting Memory Circuit Breaker error (below) while selecting multiselect dropdown options. Please help me with it.
Hi,Everyone I am new to appian .When i'm using appian cloud environment unexpectedly appian cloud environment cannot work.Like below of screenshot.How to fix it? Plz help. Thanks.
There is a "Generate A Record Action" function in Record Type. When Generating New Action some objects are newly created. And for Data Store, Group and Folder, it's able to replace to existing object. But, other objectcs are all newly made and cannot be replaced to existing objects. Why can I not use existing CDT at "Generate New Action" in Record Type ? Also I want the interface to go into interface folder, and rule to go in to rule folder which I already have created. Hope these functions get added in the next update. Thank you.
Hello, I am new to Appian, have been working with it for a few months. Have done the developer training and studying for my CERT. I have a request where they would like to put data in a Excel spreadsheet and then have a interface to click a import button and have the system import the Excel data into cloud databases. The would like to add data into Excel and then when done do the import. Trying to wrap my hands around this and figure out if it can be done and confused when looking through the Documentation. Can someone let me know if this can be done and point me to documentation that shows it and explains it. Thank you
Hi, I have a interface which displays all the data from the record type. And I have a process model which retrieves the data from integration. When I'm doing this facing error showing on the interface. Could any please tell what would be the best way to handle this.
how to active our Appian community Edition site ?when the site is inactive after 5 days.
Hello Is it possible to support View Template functions such as 'tiles' in the interface object? Purpose:In the case of multiple people developing. Want the developer to focus only on the interface part that the developer is working on.And not worry about other layouts. ex) When 'developer A' is working on the red box interface part, there should be no difference made to the grean and pink box. For now, the layout changes as what goes into the red box. Thank you.
GM: Just learning Appian as a business analyst. I have a basic app built, one CDT integer field as a array for documents, with the subsequent Appian-generated table for the "many" if the user loads more than one document. How do I display the list of documents for a particular record from that array field? I'd also like to use a link field so another user can download one of the documents if needed. I've seen the editable grid pattern from other developers but I was hoping for a simpler solution since I'm still learning, and don't have a coding background?? thx in advance Current code for single document but doesn't work for multiple: a!textField( label: "Revised/additional documents", labelPosition: "ADJACENT", value: if(rule!APN_isEmpty(ri!record['recordType!Saving.fields.{folderId}folderId']),"-",document(ri!record['recordType!{Saving.fields.{folderId}folderId'],"name")&"."&document(ri!record['r
Getting null as output when I'm doing aggregation.
I am new to appian and try to change language on appian cloud environment but it does not work. I tried this step. 1.Click Admin Console2.SYSTEM > Click Internationalization 3. Local Setting > Primary Locales (I changed English(US)[en_US to Japanese[ja]4.Logout and Login again but nothing change!!!!! Thnaks
I created a data grid to display from a database table, and allow me to add new entries using an associated interface. The data grid gets its data via a data store that is linked to the underlying MariaDB database. I had created some dummy records using my data grid and its associated data entry interface. Consequently, to clean it up, I went into the MariaDB and deleted the dummy rows from the database table. However, the data grid still shows the rows I deleted. It is only when you try to open the row in the associated interface to modify the row, that you notice that there are no values for the fields. Can anyone explain how this might be occurring? Is the data cached somehow in the data store object or perhaps the record type object? Thanks heaps, David
Hello everyone My requirement is when loading a page there should be a default values in pickerFieldCustom. And also should i have to change the values afterwords. Values for pickerFieldCustom will be a user values. Can anyone help me on this
The Requested Record Type Is Not Available Expression evaluation error [evaluation ID = 369b5:18e35] at function a!recordList: An error occurred while retrieving the data for "CMS commission type". Details: Record type is marked as synced, but its data has not yet been synced or its existing synced data has been invalidated. Contact your system administrator. (APNX-1-4198-000) I have this error when i click sync in record type and take many time . then show this message
Dear all , I want to ask about how to generate reporte from database and i didnt kown count of rows, then daownload as aspacific format pdf file
Can I navigate to an Interface from another one by using button or link component? such as navigate to a login page using the logout button?
Hello, I know that there are some row limit when using "record type with sync enabled", and have a question about it. (https://docs.appian.com/suite/help/22.1/records-data-sync.html#row-limit-for-a-record-type-with-sync-enabled) Is the row limit of the "record type with sync enabled" based on the record types Data source's database table? Or are the tables in the relationship also included in the limit?
Let me set an example. I have a SOAP Web Service “MyServer/MyWebService.asmx” with a returned wsdl with 2 ports with unreachable addresses (this could be because the web service was moved from an older infrastructure, or it is the developers terminal etc) as shown below: setup in Appian in the expression editor: webservicequery( wsConfig: a!wsConfig( wsdlUrl: "https://MyServer/MyWebService.asmx?wsdl", service: "{http://tempuri.org/}MyWebService", operation: "{http://tempuri.org/}GetMyData", port: "MyWebServiceSoap12" ),... when using one of the service ports by name (for example “MyWebServiceSoap12”), as expected the following error occurs: Caused by: com.appiancorp.ws.RetryableWSException: The maximum time to establish a connection with the remote server was reached. Location: https://UnreachableServer/MyWebService.asmx (APNX-1-4045-003) ... Caused by: org.apache.axis2.AxisFault: Connect to UnreachableServer timed out ... Caused by: org.apache.h
In the given exercise https://docs.appian.com/suite/help/22.1/Grid_Tutorial.html When below expression is used Results in When I tried the same no data is fetched
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.