-
Recently active
Hi, Any know how to achieve the below circled type of Tab format.
Hi, I want to download a QR Code (PDF document) by a button click instead of a download link. Also, I want to print the QR code by selecting the printer. How can I achieve these two functionalities? Thanks
Hi All, Our Requirement is that we have two tabs in one Tab i have user Info on the another Tab is about filling Loan details . I have made certain fields required in both tabs.When I switching to another tab it is not validating the required fields of the previous Tab and storing it in the datastore . I used parent and child interface model to have these tabs. Is there any method to achieve this requirement? Thanks, saidivya.
Hi all, We have an Appian interface into which [at present] the users type in some details about a particular area of land - such as its lot number, street address, postal zip code, and the local government jurisdiction that it falls under. However, all of this information is available in our web based GIS [Geographical Information System] which allows the users to search a map [very similar in basic operation to google maps]. At present, when the users want to enter data into the screen provided by our appian interface, they load up another browser window and look up all the details in our GIS system, and then - with both windows open - type in the values they can see on the GIS mapping tool. What we would *like* to be able to do, is to automatically populate the fields in our appian interface from the GIS system. To do so, requires making an api call to the GIS system. If I was doing this in a normal web application, I would do it with javascript that makes a call t
Hi, I have a form which I am using to edit a record. I have a validation in the field like when the user tries to enter some number, I am have to ensure it is not existing. For this I have written a rule and ensuring the user is not enter the existing number. The issue here is, the validation is firing in the page load itself. I was expecting it will fire when I star editing the content in the field. Any solution to this please. code:
a!localVariable( local!rtYearDatasubset: if( ri!isReviewTab, rule!AS_QRYE_getReviewTasks( selections: { "ReportYear" }, pagingInfo: a!pagingInfo( startIndex: 1, batchSize: -1, sort: a!sortInfo( field: "Year", ascending: true ) ) ), rule!AS_getTasksData( pagingInfo: a!pagingInfo( startIndex: 1, batchSize: - 1, sort: a!sortInfo(field: "c9", ascending: true) ) ) ), local!YearArray:if( or( rule!APN_isEmpty(local!rtYearDatasubset), rule!AS_isNullOrEmpty(local!rtYearDatasubset) ), {}, if( ri!isReviewTab, tointeger( reject( fn!isnull, union( local!rtYearDatasubset.data.Year, local!rtYearDatasubset.data.Year, ) ) ), tointeger( reject( fn!isnull, union( local!rtYearDatasubset.data.c9,
'
Hi, I am loading an interface when a one of the sub action button was clicked and this interface will have 2 dropdowns along with "Submit" and "Cancel" buttons. I need to validate when user click on "Submit" and should not allow the form to submit when if some of the rule inputs CDT data is missing. How can I stop submitting the form when user clicks on "Submit" button and also, I have to show the error message by saying "you have missed some of the data fields before performing any option selection". How can I achieve this. I am missing some kind of trick here.
Any help will be appreciated. See error on the right. Thanks
Hi, I want to display a message informing an user to check their mail when a button is clicked. The button is for exporting the grid to excel. How do I do that? Thanks
Hi, I have a read-only grid with a few columns, but there are quite a number of other columns from the other tables which need to be populated in excel. I have a Data base view where I have joined all the required tables to get the data. Can someone suggest the best way I can use the SQLServer view to get the data into excel? Thanks in advance
Hi, Is there any control in Appian which can give this type of look and feel. Thanks.
grid data convert to excel sheet format
Hello, Can a company’s design framework be loaded into SAIL? Will it accept CSS for element styling, static color specifications etc?
In my Appian Exercise, I have a interface where i'm getting a record of particular record type ("employee") using a rule and storing it in local variable. a!localVariables( local!employeeDetails: rule!EE Employee("1"), i'm using this local variable in textfield. a!textField( label: "Employee Department", labelPosition: "JUSTIFIED", value: local!employeeDetails[recordtype!EE Employee.relationships.EE Department.fields.departmentName], characterLimit: 255, readOnly: true ), This large font coding is not fetching me value, giving null value Please help
Greetings! I have a process where a user has to complete an interface, and the interface is assigned to the user with a process variable user. The problem is that when another user try to view the interface, the following message is prompted: Is something wrong in our process? This issue has never happened before in the same process. Here is an example of monitoring:
Hi All, How to save a values and display that values into rule input by a!foreach loop? for example : in a!foreach loop there is a condition that text1 is having a datatype "string" value. I want to dynamically populate text fields in a form layout interface. How to save the user response? a!forEach( local!data, if(fv!item.text1= "String",{ a!textField( label: fv!item.text1, labelPosition: "ABOVE", saveInto: {}, refreshAfter: "UNFOCUS", ) }) ) Please guide me how to achieve it for version 21.1.
Hi I have a record where I provided a record link for different dashboard and the link worked fine in the site, but when I downloaded the record in excel it navigated only to the summary page.is it possible to maintain different dashboard links in excel too ?
i tried but i didn't get expected out put.. a!localVariables( a!forEach( items: enumerate(10) + 1, expression: { a!forEach( items: enumerate(10) + 1, expression: a!textField() ) } ))
Hi, In the EDIT mode of the screen data, initially when I load the data my rule input is loading the data into all of fields of the CDT. When I click on "Add Document", I am trying to use append function. When I select any filed value in the screen, it is resetting the old value of the previously loaded data. In this case, when you look into ODOCID is getting reset for the previous records. Is this because of append function. Please suggest if I have to use to any other function. Thanks.
Hi Appian Community, Issue: I want to access Record Actions ( Record List Actions & Related Actions), which used in an interface using FitNesse, but it does not have any labels, Snapshot: Does anyone have any idea on how to access a Record Action which used in an interface using FitNesse ?As I believe, FitNesse can only access those component which have a label associated. Thank you.
Can we use a!processlink in a!save() function?
Hi, I have a dropdown with 2 values. I have a scenario like once after selecting "Cancelled" I have to show a textfield to enter comments and save the details. This I am able to achieve. But, at the same time I have to remove "Cancelled" option from the dropdown. When I am trying to do that I can getting below specified error. ERROR: code:
Hi, When I am trying to assign an array to a local variable and use the same for dropdown choiceLabels and choiceValues, I am getting an error. Any idea why I am getting this error.
Hi, The below highlighted item will should be there and based on the conditions, I have to add additional items to the array/list and finally show all together in the dropdown. Can someone give me an idea on this request. Thanks in advance.
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.