-
Recently active
Hi, I am using CDT "AM_Business" in one of the interface. I may get an array of values. Now, I would like to test the interface by passing multiple rows of data. I was able to test with single row of data, but not sure the format for passing multiple rows of data. Can any one help here. { 'type!{urn:com:appian:types:AM}AM_Business'( 'businesskey': 148, 'headerkey': 95, 'dbkey': 3 )}
I'm working on Appian Step-by-Step Exercise 9. When following this step, "7. Go to the AX Vehicle record type, and next to the record type name, click View Record List. Click on a VIN to view the updated summary view interface." When clicking on a VIN I am getting an error "Error Evaluating UI Expression Expression evaluation error [evaluation ID = RIBW5] at function a!contentLayout [line 76]: An array of components may only contain components. Received Text at index 1. (APNX-1-4198-000)". I'm not quite sure how to move forward.
1. From where Tooltip in record actions come. 2. How will I remove or modify tooltip in record actions
when i practice in the appian community i couldn't find generate record view in views and header it only has generate interface. can anybody tell me the solution?
Hi, When I used "Export Data Store Entity To Excel" and if there is no data in my Data Store, then I am getting below message inside an excel file. "No data available due to empty data source, applied filter/selection criteria, or fields visibility." Can we customize this message. Any ideas please. Thank you.
Hello: Is there a way to access the expression that shows the list view if I have to customize the look/feel of that page? Thank you.
Hi, I have to display a disclaimer message on a Appian page with "ACCEPT" and "NOT ACCEPT" buttons Once the user clicks on "ACCEPT" button, then only I should load the Appian. If the user clicks on "NOT ACCEPT" button and I should not load the Appian. Can someone advice how to achieve this. Thanks in advance.
Getting below error in a simple Add vehicle form that I created during training. File upload control is not working at all This is how the File upload control has been configured a!fileUploadField( label: "Image", labelPosition: "ABOVE", target: cons!AX_DOCUMENTS_FOLDER_POINTER, maxSelections: 1, value: ri!vehicle['recordType!{2f4a1797-5b65-4891-a7cf-42ddbb49c8a6}AX Vehicle.fields.{ac064698-12ee-46cc-aebd-629ecc0dedae}vehiclemileage'], saveInto: ri!vehicle['recordType!{2f4a1797-5b65-4891-a7cf-42ddbb49c8a6}AX Vehicle.fields.{d5103e88-da32-42aa-9559-ec1004b4ce57}vehicleimage'], required: true, validations: {} )a!localVariables( local!category:rule!AA_QR_REF_getVehicleCategory({}), local!condition:rule!AA_QR_REF_getVehicleCondition({}), a!formLayout( label: "Add Vehicle", contents: { a!sideBySideLayout( items: { a!sideBySideItem( item: a!integerField( label: "Year", labelPosition: "ABOVE",
Hi team, I am Exploring the Decision Capabilities in appian, In other Tools for Example PEGA there is a concept of Models Like Adaptive and Predictive Models or Basic like Decision Table or tree. So I want to Know how those Capabilities are done in appian. In some Resources i came to know that we a seperate decision designer in Appian is that True ? if yes How we can get that to Use? Thanks' & Regards, J Vinay.
Hello: Is there a function that will convert a list of map-items to a string? I have this output but the input variable to an API-call is a string: "2404416,2257045,.......". Guess, I could do a loop to concat the values to create the string but was wondering if there is an Appian function to do this. Thanks.
How I remove filter, refresh and download buttons from Record
data: local!noteData, columns: { a!forEach( items: local!fields, expression: a!gridColumn( label: fv!item, value: index(fv!row, fv!item, "") ) ) }, How do I convert the above code, this part: expression: a!gridColumn( label: fv!item, value: index(fv!row, fv!item, "") ) To something like: a!gridColumn(label: "Note",value: index(fv!row, "Note", "")), a!gridColumn(label: "Name",value: index(fv!row, Name, "")) Where both Note and Name are keys in a dictionary. Thanks
HI, I have a read-only grid with few column along with a column under which "update" buttons are there againest each row. Now, when I try to use "Export to Excel" icon, it is downlading all the columns inlcuding button column name like "update" against each row. Is there a way I can avoid "button" name in each row of export to excel.
Why is it so hard to create something like this in Appian? Filed 1 Field 2 Checkbox Field1Value Field2Value Checkbox Field1Value Field2Value Checkbox Field1Value Field2Value Checkbox Field1Value Field2Value Checkbox Field1Value Field2Value Checkbox Field1Value Field2Value 3/6 records selected I can get the check boxes and the Field 1 and Field 2 in a table as well as the selected count. What I can't seem to get the total record count.
Hi Experts, I am using executestoreprocedureforQuery smart services to retrieve data through stored procedure. Can anyone help me that how to mention DataSource name ? Thanks
Hi, I am using a read-only grid with data as "recordType" and I was able to load the gridcolumns. So far so good. Now I am trying to download the data using "exportDataStoreEntityToExcel" smart service . Now, then I try to pass pass the selected filter value to the "exportDataStoreEntityToExcel", it is not working. Is there away I can get filter value of the recordType into a specific variable? filters: a!queryLogicalExpression( operator: "AND", filters: { a!queryFilter( field: "disabled", operator: "=", value: 'recordType!{3b28d66a-bc4f-445a-ade2-11f4b0bb38cf}LA Leads.filters.{ab7a2ca5-0634-4536-a28b-8904f23d0e04}Disabled' ) }, ignoreFiltersWithEmptyValues: true )
Hi Appian, Is there a way to create a new txt file within a process model? Thank you
Hello Guys, I'm having problems with the Script Task setup steps, no variable appears as target and even creating one gives an error. I have already configured the variables for testing in the properties and the previous step works correctly by Debug. I have already checked the AS_ (Solution) version and it seems to be the same as mine. Could someone help me? Thank you in advance
Hello: I have two forms - one to display the profile of a library patron and another to display the books the patron has checked out. Is there a way to navigate from the 'profile' page to the 'check out' page using a button on the profile page without using a process modeler? Clicking on 'Show History' should display the Loan History screen. Thank you!
Hi, I am using "Export Data Store Entity to Excel" smart service to to generate an excel file. When I have more content in any of the column, column is not wrapping. Is there a way we can set the column to wrap the content. Also, is there a way to add a color to the header row.
Hi Appian, Is there a way that we could find if document object exists by document id? Thank you
appian send email for user input task. How i resist submitted task appian email.... After task submit, this message come. I dont want below message in email . How I resist it .
Hi, I am trying to export entire Application code to install/deploy on a different server. Once after export is done I was able to see .zip file. Now when I try to open the .zip file it was showing an 1 errors/warnings Any one faced this kind of issue.
Hi, I am trying to find out key column value and if it contain {3,9}, I want to show the specific column. But, I am encountering below error. Can someone advice what needs to be done. Thanks in advance. Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!gridField [line 2]: Invalid types, can only act on data of the same type (Number (Integer), Record Field)
Hi, Is there a way we can provide a link in an interface to download the data in an excel from a recordtype. Thanks
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.