-
Recently active
when a user inputs the date in date field other than within last 12 months then validation error should popup.. Thanks for your time and help..
Using a grid I display several rows of comments on a form. The requirement is that users should be able to see only their comments or final approval/rejection comments. They should not have visibility to the comments for the different approval flows. The current solution is showing every comment in a grid. Is there any way I can restrict the visibility of approval flow comments? Any recommendations? TIA
Under the form, I have a save button that will be disabled after the form submission. The button should be enabled if any changes are made to the data or a comment is added.Any help will be appreciated.
I am trying to keep the submit button disabled if they have not selected a file and if the file is not a CSV extension. The button disable works fine for check for no file but the file extension checking is not working and can not figure out why. In the below code the first if is working fine but the second one it gets this error Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function 'document' [line 45]: The passed parameter(s) are of the wrong type. Received the type Text. and can not figure out why. Is there a better way to check this? Thank you for any help on this, also the ri!csvFile_txt it saves into show this [Document: 383603] as the value for it. The upload also works fine with the csv file as well, just having the issue on the disabled validation part. primaryButtons: { a!buttonWidge
Hi, Please see the below interface If you see in the left pane, there are three sections, Suites, Scripts and Cases. In every section, there are some hyperlinks. Also, if you see in the right pane, There are three tabs which I want to be dynamic. Every tab will render the data for 3 sections shown in the left pane but when clicked on any link in the subsequent section. It means, initially there will not be any data in the tabs. Now requirements are as follows:- 1. If user clicks on any of the link in the suites section, I want to open a grid in Tab 1 which can show the data from db. 2. If user clicks on any of the link in the scripts section, I want to open a grid in Tab 2 which can show the data from db. 3. If user clicks on any of the link in the scripts section, I want to open a grid in Tab 3 which can show the data from db. Can you pls help in achieving this functionality ? Below is the code for the same interface. a!localVariables( local!suites: rule!BTFU_G
Is it possible to download a document through documentDownloadLink and save on a local (better if writing on db) at the same time? With one click? The need is to know if a document has been downloaded or not.
I have a requirement where i need to disable buttons once the user submit the form. I tried using buttonaction rule input but its not working . Any suggestions?
I have a local variable which gets it data from an expression rule which in turn fetches data from a record. I am using this local variable within an editable grid in foreach to populate data for each rows in the grid. When a particular value of the local variable is edited, I am enabling a Save button in the interface (The interface being displayed to user is an user input task present within a process model) and when clicked on this save button, the process gets navigated to appropriate write to data store entity smart services and then routes back to the same interface. Now when the process stops at the same user input task again, the changed value is not reflecting and I have to do a hard refresh by pressing F5 in order for the change to reflect or I have to exit the process model and enter again. I tried using refresh variable but it is not working as expected. Am I missing something?
Hi. I am attempting to make a reusable grid using a passed ri! of type Any with a cdt type being passed into it. Optionally I am thinking about passing in a list of column names so I can specify the order the grid displays columns in. From there I wanted to do a foreach generating the N grid columns using field names and types grabbed from the passed cdt.. 1.I don't know if there is a way to get a list of all the fields a cdt type has. 2. I am unsure if there is a way to get their types. Any tips?
Hi Team, My page on site is auto taking the space on left and right and moving my interface at center in the 24 inch desktops , It works fine in laptops , Can we have any suggestion on this The red lines are the empty space users are facing , if this can be adjusted then , Users no need to scroll the below grid from left to right always Attached the screenshot
Hi, I am getting the error --> A multiple dropdown component [label="Multiple Dropdown"] has an invalid value for "value". All selected values must be present in the choiceValues array, but value was 1; 2 and choiceValues was 1; 2. a!multipleDropdownField( label: "Multiple Dropdown", labelPosition: "ABOVE", choiceLabels: {1,2}, choiceValues: touniformstring(1,2), value: tostring(ri!nocareas), saveInto: ri!nocareas, searchDisplay: "AUTO", validations: {} ) Applied the suggestion as given here (by Stefan) - https://community.appian.com/discussions/f/user-interface/25021/all-selected-values-must-be-present-in-the-choicevalues-array/96892#96892 but not working.. When I do the same with simple dropdown (of course - single selection) - I do not get any error. ri!nocareas is of type: text what am I doing wrong ? your help will be appreciated.. thanks jaideep
Hi, I want to save this below to a cell like this "123456, 78900, 4567" in the user interface Thanks,
I have a related action accessible to a number of users. The action will be hidden upon execution. If two users open the summary page at the same time, the first one to click it will be able to execute the action. Although the action is still visible on the second user, he/she will now get "An error Has Occurred. The specified <RECORD> related action does not exist or you do not have permission to view it". Is there a way to handle this error to provide a better message? Thanks.
in DB we use tinyint (type), afterwards we create a interface from builders use table 1(where radio button contains like gender either male or female) but it is different from db to interface data type then how to do?
Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error [evaluation ID = 285dc:bfbb1] : Cannot compare incompatible operands of type List of Variant and type Number (Integer). error coming please explain
New to Appian and I have a upload component on an interface to allow the user to upload a CSV file into a folder. When I edit the interface and preview it to test it, it looks like this, which is as expected. I drag and drop the file and it shows the file name. When I run this live like the users will do and drag and drop the file, at first for a split second it looks like the above but then shows this. I am trying to figure out why, when it is ran live why it is not showing like it does when I edit the interface and preview it and run it there. I need it to show the file when they upload, or drag and drop it in the component. Thank you for any help
Hi, i have a question, well, i have a form where i can add data, but i want to generate a random number in my input, so in my input i put in the display value this "todecimal(text(rand()*(10^6),"000000"))"when i view my db, in the field i only get 'null', so, how can i generate a random number and store on my data type? thanks!
Hi! I have a question, well, I have to make a CRUD type system, which allows to register two data type, I have two interfaces, in the first one assuming, I add supplier data, and in the other interface I add employee data, when I fill the first interface, everything is filled ok, but it skips the second interface and ends the process, then in my global database, the forms of the second interface remain as null, what could I do to make that as soon as I finish filling the first form, automatically go to the second? I am a newbie in appian, excuse me, thank you very much!
How to improve/increase interface performance ?
Error Evaluating UI ExpressionExpression evaluation error [evaluation ID = 02c6f:c6b43] at function a!taskui_taskRejectionReassignment: Could not find variable 'tp!owner' Getting the above error when user accepts a task and when another user try to open the same task I'm getting this error. I think this is Appian error, is this same for everyone. I'm facing this error very recently. Actually it should showing something like this Task has been accepted by Person name I guess
Hi, I have a!paragraphFiled with label "Employee Note". I need to show some additional text in the same label with a different color. Is there a way I can achieve this requirement? Thanks.
Hi everyone. When selecting a value from a dropdown on mobile (android via custom app), the dropdown list is still open after the selection, and I'd have to click on back arrow to go further. When using phone preview in the Designer the behavior is not the same and the value is selected and the list closed in one action. How could I change the behaviour of the click on mobile? Thanks Lionel
Hi All, I need to show the list of users using only the last name in alphabetical order. Users present in the environment. how to display all the users using user picker field?
I know about a!writetodatastore smart service function, is it possible that without navigating away from interface we are able to save the data in database using that function or is there some other way around.
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.