-
Recently active
Hi, I have created a record link in a read-only grid. When I click on the link in interface it takes me to the summary page of the record but when I click on the link in site it is giving me Access Denied error. Below is code I created for record link and I have administrator level access. a!linkField( links: a!recordLink( label: fv!row.country_txt, recordType: 'recordType!{d1de8e89-4208-44d3-bb27-0306902c0671}RGRACSLBL Label Change Country', identifier: ri!labelChangeCountryId, dashboard: "summary", openLinkIn: "NEW_TAB" )
Hi, I am facing some issue with site object. Steps: I have logged in to the site with some appian user. The default tab is not selected here. It should not be the case right? Kindly help me with this. I have selected navigation bar as "sidebar". This issue is not for "headerbar"
Hello I am trying to change the format of the displayed date in the date field. Currently it is mm/dd/yyyy. I found a solution in admin console -> internationalization. It changes the format if I pick locale to en_UK, however then process model names and descriptions become three question marks "???". How to fix this or maybe there is another way to do this date formatting? I am on Appian 23.3
Hi all, I have the below requirement in which I have a card layout with 3 options, I wanted to make it as a mandatory field, Can someone please help here how can we make this as required? Here when the user clicks the submit button, there should be a validation and wanted that field to be a mandatory one. a!sectionLayout( label: "", contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a!richTextDisplayField( labelPosition: "COLLAPSED", value: { a!richTextItem( text: { a!richTextIcon(icon: "folder-open"), " Type" }, size: "MEDIUM_PLUS", style: { "STRONG" } ), } ) }, width: "AUTO" ), a!columnLayout( contents: { a!richTextDisplayField(
I want to compare now() to 11:30 AM EST/EDT but it's always converted to GMT. our time zone already changed EST/EDT any suggestion? Thanks, Ken
I want to embed an external web application inside the Appian web component . How to achieve it? I do not want to open a new window. Thanks, SB
Hi I have an interface where I'm displaying data related to a case and that data actually from another source where they provided it as a view. Now since they have emptied the view the expression rule that fetches the data from this view is throwing error as an error occurred while retrieving the data:unexpected error executing query...Can anyone help me in handling this null data. It would be great if anyone can provide an example query expression. Thanks in advance.
Hello, "Can you please help me? My array field, which is auto populated from another array field, takes the information but does not save it in the database. How can I adjust it to save?" I intend to get "Codigo Finca" auto populate from a "Finca" field array list. my interface code: My expression rule: property(a!queryEntity( entity:cons!SCP_FINCA_DSE, query: a!query( selection: a!querySelection( columns: { a!queryColumn(field: "codigoFinca"), a!queryColumn(field: "id"), a!queryColumn(field:"value") } ), pagingInfo: a!pagingInfo(1,-1) ) ),"data",null) Appreciate your help. Regards,
I have a read-only grid that uses an expression rule as its data source. Now, I want to implement manual pagination. When a user clicks on the 'Next' button, it should trigger a request to the API to fetch the next set of data, which will then be displayed on the interface. Is this doable in Appian?
Hi All, is there way we can show the preview on mouse hover on any image or link like the one in below in SAIL interface? Otherway is it possible to Section layout collapse/expand on Mouse hover instead of click.? Thanks in advance.
Hi All, I have got a small question while using a!tagField. I wanted to add 2 tag items separator with a "/".When I use like below, I am getting an error. I tried using concat, & but both didn't work, Can someone help here. a!tagField( labelPosition: "COLLAPSED", tags: { concat( a!tagItem( text: "t1", backgroundColor: "#aaa9ad", textColor: "#ffffff" ),& "/"& a!tagItem( text: "t2", backgroundColor: "#990099" ) ) }, size: "STANDARD")
When i expend upper section then in manage filter component automatic shows scrollbar, how to resolve this
a!textField( label: "Title:", labelPosition: "JUSTIFIED", value: local!data.requestTitle, saveInto: {a!save(local!data.requestTitle, save!value) }, validations:( if(a!isNullOrEmpty(local!data.requestTitle), "Title is Required ", {}, )), refreshAfter: "KEYPRESS", characterLimit: 100, required: true, ), buttons: a!buttonLayout( primaryButtons: { a!buttonWidget_23r3( label: "Submit", style: "PRIMARY", submit: true, saveInto:
The error shown in screenshot #1 is a default, built-in Appian error. That's fine. The question I have is with regards to its behavior. When I upload an empty .txt file I get this error. However I feel like it should go away when I upload another file. In screenshot #2, I uploaded an incorrect file (per my use case, user can only upload .txt or .csv files). The top error in the second screenshot is the validation error I wrote. This is not desired behavior to have both those errors there. Even if I had uploaded a correct file, the default empty file error would still display until I click a button where submit = true. And on another note, if a user tries to upload an empty .txt file again, the error message duplicates itself, as shown in screenshot #3, which I don't feel like is ever correct behavior. I know this is a built-in validation error in Appian, and I don't think there is a way for me to change its behavior, but figured I would ask. Thanks!
When i am trying to access when particular dashboardpage in interface for displaying active tasks i am getting the UI error saying like below and i could see group ids was not taking correctly and other thing is through Admin access the page was accesible but specific to group access it was throwing error Expression evaluation error [evaluation ID = 36716:124d6] in rule 'ctest_test_pendingtaskgrid' (called by rules 'cmtest_fies_testdashboard' > 'cmyd_ets_dashboard_requests') at function 'getdistinctusers' [line 114]: [InvalidGroupException] the code available at 114 line was this a!sideBySideItem( showWhen:not(rule!APN_isBlank(ri!acceptedByGroup)), item: a!dropdownField_20r2( label:"Accepted By ", labelPosition: "ADJACENT", choiceLabels:apply(rule!Cfsdsd_getFullnameByUser_LastFirst,getdistinctusers(topeople(ri!acceptedByGroup))), placeholderLabel:"--- Show All ---", choiceValues:getdistinctusers(topeople(ri!accepte
Is there a way in Appian to read the file upload setting from IOS app for the logged in user?
I have an array of maps that I iterate over and generate cards with links like so:local!selectedCard, local!example: {a!map( icon: "first-aid", name: "name1", link: a!dynamicLink(saveInto: a!save(local!selectedCard, 1)) ), a!map( icon: "home", name: "name2", link: a!startProcessLink( processModel: some process, processParameters: { /* some params */ } ) ), /* some more options */ }, { a!columnsLayout( columns: { a!columnLayout(), a!forEach( items: local!options, expression: a!columnLayout( contents: { a!cardLayout( contents: { a!richTextDisplayField( labelPosition: "COLLAPSED", value: { char(10), c
Hello , Is there a possibility to select a specific Cell in a grid and not the whole line ?
Hi, I am trying to show data on piechart, the field make has different data. I want to segregate the data into let's Ford and non Ford. How can I do that?{ a!pieChartField( data: 'recordType!{aa4ce38f-1a9d-4827-af51-e2ccb80a2c8b}AS Vehicle', config: a!pieChartConfig( primaryGrouping: a!grouping( field: 'recordType!{aa4ce38f-1a9d-4827-af51-e2ccb80a2c8b}AS Vehicle.fields.{7aa3dcda-863a-4271-9034-85821a2bd453}make', alias: "vehicleMake_primaryGrouping" ), measures: { a!measure( function: "COUNT", field: 'recordType!{aa4ce38f-1a9d-4827-af51-e2ccb80a2c8b}AS Vehicle.fields.{595da20e-a849-4c36-a57e-d569453c622f}vehicleID', alias: "vehicleId_count_measure1" ) }, sort: { a!sortInfo( field: "vehicleId_count_measure1", ascending: false ) }, dataLimit: 100 ), label: "Vehicles by Make", labelPosition: "ABOVE", showDataLabels
Requirement During the new record creation if user fill Details and doesn't click on save draft button and didn't submit the form and no actions are performed on it within 24 hours, the task should be automatically deleted. If user Clicks on save Draft button then task shouldn't be deleted for 30 days Thanks in advance!
Hi, For my requirement, I have multiple rows with radio button field in the grid. The selected radio button values are saved in local variable and that local variable value is stored in the rule input variable {CDT Type] on click of save button. The rule input contains 5 fields, where 4 fields are copied from the local variable and one field is not copied. Could anyone help me on this, Local Variable: Rule Input: a!localVariable( local!listQuestionAnswer: a!forEach( items: (Fetch Data from DB), expression: { id: null, question: fv!item, answer: "No" } ), local!questionResponse: { a!forEach( items: local!listQuestionAnswer, expression: { answerId: null, answer: fv!item.answer, questionCode: fv!item.question.questionCode, jobTYpe: ri!jobType, jobId: ri!jobId } ) }, { a!gridLayout( headerCells: { a!gridLayoutHea
Need to implement the recurring for a task, so that it will be auto triggered. So, for that is there any way to implement the scheduling options as in the backend for input task from interface?
In this I have a button called legal situation and when I will click the button it will take look like as below. but the thing is that see in the breadcrumb pattern one middle thing is coming which I do not need .when i will click the legal situation button the bread crumb pattern should be personal details /legal situation . And when i click back button it should take me to the page where i got navigated from ,dynamically .please someone help me in this !
Hello, I'm new to Appian and currently exploring its features. I'm looking to implement a feature where users can upload Excel files and view the data contained within those files.
I'm trying to achieve this kind of display on my interface, but I find it to be difficult. Is it possible to achieve such effect?
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.